SOA-C02 Associate AWS Certified SysOps Administrator - Associate (SOA-C02)

Loading demo links...

Showing 1–3 of 15 questions

Question 1 (Simulation)

If your AWS Management Console browser does not show that you are logged in to an AWS account, close the browser and relaunch the

console by using the AWS Management Console shortcut from the VM desktop.

If the copy-paste functionality is not working in your environment, refer to the instructions file on the VM desktop and use Ctrl+C, Ctrl+V or Command-C , Command-V.

Configure Amazon EventBridge to meet the following requirements.

1. use the us-east-2 Region for all resources,

2. Unless specified below, use the default configuration settings.

3. Use your own resource naming unless a resource

name is specified below.

4. Ensure all Amazon EC2 events in the default event

bus are replayable for the past 90 days.

5. Create a rule named RunFunction to send the exact message every 1 5 minutes to an existing AWS Lambda function named LogEventFunction.

6. Create a rule named SpotWarning to send a notification to a new standard Amazon SNS topic named TopicEvents whenever an Amazon EC2 Spot Instance is interrupted. Do NOT create any topic subscriptions. The notification must match the following structure:

Input Path:

{“instance” : “$.detail.instance-id”}

Input template:

“ The EC2 Spot Instance has been on account.

Answer is in the explanation below.

Question 2 (Mix Questions)

An ecommerce company uses an Amazon ElastiCache for Memcached cluster for in-memory caching of popular product queries on the shopping site. When viewing recent Amazon CloudWatch metrics data for the ElastiCache cluster, the SysOps administrator notices a large number of evictions.

Which of the following actions will reduce these evictions? (Choose two.)

Select all that apply, then click Submit answer.

  • Add an additional node to the ElastiCache cluster.

  • Increase the ElastiCache time to live (TTL).

  • Increase the individual node size inside the ElastiCache cluster.

  • Put an Elastic Load Balancer in front of the ElastiCache cluster.

  • Use Amazon Simple Queue Service (Amazon SQS) to decouple the ElastiCache cluster.

Question 3 (Mix Questions)

A company has an existing web application that runs on two Amazon EC2 instances behind an Application Load Balancer (ALB) across two Availability Zones The application uses an Amazon RDS Multi-AZ DB Instance Amazon Route 53 record sets route requests tor dynamic content to the load balancer and requests for static content to an Amazon S3 bucket Site visitors are reporting extremely long loading times.

Which actions should be taken to improve the performance of the website? (Select TWO )

Select all that apply, then click Submit answer.

  • Add Amazon CloudFront caching for static content

  • Change the load balancer listener from HTTPS to TCP

  • Enable Amazon Route 53 latency-based routing

  • Implement Amazon EC2 Auto Scaling for the web servers

  • Move the static content from Amazon S3 to the web servers