ExamGecko
Home Home / Amazon / SOA-C02

Amazon SOA-C02 Practice Test - Questions Answers, Page 43

Question list
Search
Search

Related questions











The application is experiencing high VolumeQueueLength on an EC2 instance with a gp3 EBS volume, causing slow performance during I/O-intensive tasks.

A.

Attach an Amazon ElastiCache cluster to the EBS volume.

A.

Attach an Amazon ElastiCache cluster to the EBS volume.

Answers
B.

Modify the EBS volume properties by enabling the Auto-Enabled IO volume attribute.

B.

Modify the EBS volume properties by enabling the Auto-Enabled IO volume attribute.

Answers
C.

Modify the EBS volume properties to increase the IOPS.

C.

Modify the EBS volume properties to increase the IOPS.

Answers
D.

Modify the EC2 instance to enable enhanced networking. Reboot the EC2 instance.

D.

Modify the EC2 instance to enable enhanced networking. Reboot the EC2 instance.

Answers
Suggested answer: C

Explanation:

Increasing the IOPS for the gp3 EBS volume will address the high VolumeQueueLength by allowing more read/write operations, directly improving performance for I/O-intensive tasks. ElastiCache and enhanced networking do not directly affect EBS performance for this issue.

The SysOps administrator needs to deploy auditing software on all existing and new EC2 instances across multiple Regions, using AWS Systems Manager.

A.

Create a Systems Manager Distributor package that includes the auditing software. Store the package in an Amazon S3 bucket. Create a Systems Manager State Manager association in each Region to install the software package on all managed instances in the company's AWS account.

A.

Create a Systems Manager Distributor package that includes the auditing software. Store the package in an Amazon S3 bucket. Create a Systems Manager State Manager association in each Region to install the software package on all managed instances in the company's AWS account.

Answers
B.

Load the installer for the auditing software into an Amazon S3 bucket. Connect to every instance by using Systems Manager Fleet Manager Remote Desktop. Download the installer by using the AWS CLI. Run the installer manually.

B.

Load the installer for the auditing software into an Amazon S3 bucket. Connect to every instance by using Systems Manager Fleet Manager Remote Desktop. Download the installer by using the AWS CLI. Run the installer manually.

Answers
C.

Create an AWS Lambda function that calls the software installer. Merge the auditing software into the Lambda function by using Lambda layers. Run the Lambda function from each instance by using a scheduled Amazon EventBridge rule.

C.

Create an AWS Lambda function that calls the software installer. Merge the auditing software into the Lambda function by using Lambda layers. Run the Lambda function from each instance by using a scheduled Amazon EventBridge rule.

Answers
D.

Create an Amazon EventBridge rule to react to Amazon EC2 RunInstances events. Configure the rule to modify the events to include a step that runs the software installer. Reboot all the instances.

D.

Create an Amazon EventBridge rule to react to Amazon EC2 RunInstances events. Configure the rule to modify the events to include a step that runs the software installer. Reboot all the instances.

Answers
Suggested answer: A

Explanation:

Using AWS Systems Manager Distributor and State Manager is an automated and scalable solution for managing software installation across EC2 instances.

Systems Manager Distributor: Allows packaging and distributing the auditing software across multiple Regions.

State Manager Association: Automates software installation on both existing and new instances, ensuring consistent deployment across all managed instances.

Manually connecting to instances or using Lambda is not scalable or efficient for this type of ongoing software management.

The SysOps administrator needs to resolve high disk I/O issues during the bootstrap process of Nitro-based EC2 instances in an Auto Scaling group with gp3 EBS volumes.

A.

Increase the EC2 instance size.

A.

Increase the EC2 instance size.

Answers
B.

Increase the EBS volume capacity.

B.

Increase the EBS volume capacity.

Answers
C.

Increase the EBS volume IOPS.

C.

Increase the EBS volume IOPS.

Answers
D.

Increase the EBS volume throughput.

D.

Increase the EBS volume throughput.

Answers
E.

Change the instance type to an instance that is not Nitro-based.

E.

Change the instance type to an instance that is not Nitro-based.

Answers
Suggested answer: C, D

Explanation:

To address high I/O requirements during the bootstrap process, increasing both IOPS and throughput on the EBS volume is recommended:

Increase EBS Volume IOPS: Enhances the instance's ability to handle multiple read and write operations per second, essential for data-heavy tasks like downloading Docker images.

Increase EBS Volume Throughput: Provides higher data transfer rates, reducing bottlenecks during intensive I/O operations.

Increasing instance size is unnecessary if the primary issue is disk I/O, and changing from Nitro-based instances would not address the underlying storage performance need.

The company wants to ensure that SSH access to EC2 instances is not publicly accessible, and if it becomes open, it needs to close the port immediately.

A.

Add an Amazon CloudWatch alarm to detect the security groups that allow SSH.

A.

Add an Amazon CloudWatch alarm to detect the security groups that allow SSH.

Answers
B.

Add an AWS Config rule to detect the security groups that allow SSH.

B.

Add an AWS Config rule to detect the security groups that allow SSH.

Answers
C.

Add an assessment template to Amazon Inspector to detect the security groups that allow SSH.

C.

Add an assessment template to Amazon Inspector to detect the security groups that allow SSH.

Answers
D.

Call an AWS Systems Manager Automation runbook to close the port.

D.

Call an AWS Systems Manager Automation runbook to close the port.

Answers
E.

Call AWS Systems Manager Run Command to close the port.

E.

Call AWS Systems Manager Run Command to close the port.

Answers
Suggested answer: B, D

Explanation:

To monitor and remediate open SSH ports, AWS Config and Systems Manager Automation are ideal:

AWS Config Rule: Use AWS Config to monitor security groups and detect when SSH (port 22) is open to the public. Config rules can be set up to trigger remediation actions automatically.

Systems Manager Automation Runbook: Create or use a predefined automation runbook that can remove the open SSH rule from security groups, thus closing port 22 to the public.

CloudWatch alarms are not ideal for monitoring security group configurations. Amazon Inspector focuses on vulnerability assessment rather than continuous monitoring for specific port access.

The company needs to minimize network latency for a cluster of EC2 instances running custom software for advanced statistical analysis.

A.

Place all the EC2 instances into a cluster placement group.

A.

Place all the EC2 instances into a cluster placement group.

Answers
B.

Configure and assign two Elastic IP addresses for each EC2 instance.

B.

Configure and assign two Elastic IP addresses for each EC2 instance.

Answers
C.

Configure jumbo frames on all the EC2 instances in the cluster.

C.

Configure jumbo frames on all the EC2 instances in the cluster.

Answers
D.

Place all the EC2 instances into a spread placement group in the same AWS Region.

D.

Place all the EC2 instances into a spread placement group in the same AWS Region.

Answers
Suggested answer: A

Explanation:

Cluster placement groups are designed to place EC2 instances close together within a single Availability Zone, which reduces latency and maximizes network performance between instances.

Cluster Placement Group: Reduces network latency by keeping instances in close proximity within the same hardware, providing low-latency, high-throughput networking.

High Network Performance: Ideal for latency-sensitive applications, especially those running within a clustered architecture.

Spread placement groups are designed for high availability rather than low latency. Jumbo frames may improve throughput but not significantly reduce latency.

Total 425 questions
Go to page: of 43