Pre-Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Amazon Web Services SOA-C03 Practice Exam with Questions & Answers | Set: 6

Questions 51

A company made a configuration change to an Amazon EC2 Auto Scaling group that hosts a production application. The change affected the number of available EC2 instances and caused the application to be slow to respond. The company needs a solution to provide an email notification when a management change occurs to the Auto Scaling group. The company has already set up a trail in AWS CloudTrail to log management write changes. A CloudOps engineer creates an Amazon SNS topic that has the appropriate subscribers.

What should the CloudOps engineer do next to meet this requirement?

Options:
A.

Use AWS Config to monitor the trail for changes to the Auto Scaling group. Configure AWS Config to publish a message to the SNS topic when a change is detected.

B.

Use AWS Security Hub to monitor the trail for changes to the Auto Scaling group. Configure Security Hub to publish a message to the SNS topic when a change is detected.

C.

Create an Amazon EventBridge rule to run in response to CloudTrail management write events that involve the Auto Scaling group. Configure the EventBridge rule to publish a message to the SNS topic when a change is detected.

D.

Store all CloudTrail management events in an Amazon S3 bucket. Use S3 Event Notifications to publish a message to the SNS topic when a change to the Auto Scaling group is detected.

Amazon Web Services SOA-C03 Premium Access
Questions 52

A company uses multiple Amazon RDS databases to support an application. The application receives all its traffic during weekdays and is idle during weekends. The company wants a solution to automatically manage the RDS DB instances during idle periods to optimize costs.

Which solution will meet these requirements?

Options:
A.

Use a cron job to automatically scale down the RDS DB instance type during weekends.

B.

Configure Instance Scheduler on AWS to stop the RDS DB instances at the beginning of each weekend and to start the instances at the end of each weekend.

C.

Purchase Reserved Instances for the RDS DB instances.

D.

Use the auto scaling feature of Amazon RDS to automatically adjust the DB instance type based on CPU utilization.

Questions 53

A company deploys non-production Amazon EC2 instances in a VPC that has an internet gateway attached. The VPC has a single public subnet and a single private subnet. The EC2 instances in the private subnet cannot communicate outbound to the internet.

Which action will give the EC2 instances in the private subnet the ability to communicate outbound to the internet?

Options:
A.

Create a NAT gateway in the private subnet. Route traffic from the NAT gateway to the internet gateway.

B.

Create a NAT gateway in the public subnet. Create an entry in the route table that is associated with the private subnet. Specify 0.0.0.0/0 as the destination. Specify the NAT gateway as the target.

C.

Create an entry in the route table that is associated with the private subnet. Specify 0.0.0.0/0 as the destination. Specify the internet gateway as the target.

D.

Create a second internet gateway. Associate the second internet gateway with the private subnet.

Questions 54

A company has two AWS accounts connected by a transit gateway. Each account has one VPC in the same AWS Region. The company wants to simplify inbound and outbound rules in security groups by referencing security group IDs instead of IP CIDR blocks.

Which solution will meet this requirement?

Options:
A.

Create VPC peering connections and remove the transit gateway.

B.

Enable security group referencing support on the transit gateway.

C.

Enable security group referencing support on each transit gateway attachment.

D.

Deploy private NAT gateways in each VPC.

Questions 55

A company runs a critical application by using Amazon DynamoDB. During a recent deployment, the application accidentally wrote incorrect data to a DynamoDB table. The table has point-in-time recovery (PITR) enabled with continuous backups. DynamoDB Streams is enabled on the table. The company’s recovery point objective (RPO) is 2 minutes.

A CloudOps engineer must restore the table to its state from 2 minutes before the corruption occurred.

Which solution will meet these requirements?

Options:
A.

Use PITR to restore the table to 2 minutes before the incorrect data was written. Update the existing table in place.

B.

Create a new table by using PITR to restore the table from 2 minutes before the corruption occurred. Update the application to reference the new table.

C.

Restore the most recent on-demand snapshot. Use DynamoDB Streams to replay all transactions since the snapshot was taken.

D.

Use DynamoDB Streams to replay the table’s change events in reverse order to undo the writing of the incorrect data.

Questions 56

A company ' s CloudOps engineer deploys four new Amazon EC2 instances by using the standard Amazon Linux Amazon Machine Image (AMI). The company needs to be able to use AWS Systems Manager to manage the instances. The CloudOps engineer notices that the instances do not appear in the Systems Manager console.

What must the CloudOps engineer do to resolve this issue?

Options:
A.

Connect to each instance by using SSH. Install Systems Manager Agent on each instance. Configure Systems Manager Agent to start automatically when the instances start up.

B.

Use AWS Certificate Manager (ACM) to create a TLS certificate. Import the certificate into each instance. Configure Systems Manager Agent to use the TLS certificate for secure communications.

C.

Connect to each instance by using SSH. Create an ssm-user account. Add the ssm-user account to the /etc/sudoers.d directory.

D.

Attach an IAM instance profile to the instances. Ensure that the instance profile contains the AmazonSSMManagedInstanceCore policy.

Questions 57

A company stores critical files in an Amazon S3 bucket in the us-east-1 AWS Region. To comply with disaster recovery requirements, all new objects in the bucket must automatically replicate to a bucket in the us-west-2 Region.

Which solution will meet this requirement with the LEAST operational overhead?

Options:
A.

Enable Cross-Region Replication (CRR) on the source bucket. Specify the destination bucket in the us-west-2 Region. Enable versioning on the source bucket.

B.

Enable Cross-Origin Resource Sharing (CORS) on both the us-east-1 bucket and the us-west-2 bucket.

C.

Create an AWS Lambda function that copies the object to the destination bucket. Configure an Amazon EventBridge rule to run the Lambda function for each object that is created.

D.

Enable S3 Lifecycle policies to transition objects to a different storage class in the us-west-2 Region.

Questions 58

A company is migrating its production file server to AWS. All data stored on the file server must remain accessible if an Availability Zone becomes unavailable or during system maintenance. Users must access the file server through the SMB protocol and manage permissions by using Windows ACLs.

Which solution will meet these requirements?

Options:
A.

Create a single AWS Storage Gateway file gateway.

B.

Create an Amazon FSx for Windows File Server Multi-AZ file system.

C.

Deploy two AWS Storage Gateway file gateways in two Availability Zones behind an Application Load Balancer.

D.

Deploy two Amazon FSx for Windows File Server Single-AZ file systems and configure DFS Replication.

Questions 59

A CloudOps engineer is troubleshooting an implementation of Amazon CloudWatch Synthetics. The CloudWatch Synthetics results must be sent to an Amazon S3 bucket.

The CloudOps engineer has copied the configuration of an existing canary that runs on a VPC that has an internet gateway attached. However, the CloudOps engineer cannot get the canary to successfully start on a private VPC that has no internet access.

What should the CloudOps engineer do to successfully run the canary on the private VPC?

Options:
A.

Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VPC. Add the synthetics:GetCanaryRuns permission to the VPC. On the S3 bucket, add the IgnorePublicAcls permission to the CloudWatch Synthetics role.

B.

Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VPC. Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use the S3 endpoint.

C.

Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VPC. Add a security group to the canary to allow outbound traffic on the DNS port. Add the permissions to allow CloudWatch Synthetics to write to the S3 bucket.

D.

Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VPC. Create an interface VPC endpoint for CloudWatch. Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use both endpoints.

Questions 60

A company ' s application is hosted by an internet provider at app.example.com. The company wants to access the application by using www.company.com, which the company owns and manages with Amazon Route 53.

Which Route 53 record should be created to address this requirement?

Options:
A.

A record

B.

Alias record

C.

CNAME record

D.

Pointer (PTR) record