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

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Mix Questions)

A SysOps administrator has an AWS CloudFormation template of the company's existing infrastructure in us-west-2. The administrator attempts to use the template to launch a new stack in eu-west-1, but the stack only partially deploys, receives an error message, and then rolls back.

Why would this template fail to deploy? (Select TWO.)

Select all that apply, then click Submit answer.

  • The template referenced an IAM user that is not available in eu-west-1.

  • The template referenced an Amazon Machine Image (AMI) that is not available in eu-west-1.

  • The template did not have the proper level of permissions to deploy the resources.

  • The template requested services that do not exist in eu-west-1.

  • CloudFormation templates can be used only to update existing services.

Question 8 (Mix Questions)

A company is using Amazon Elastic Container Sen/ice (Amazon ECS) to run a containerized application on Amazon EC2 instances. A SysOps administrator needs to monitor only traffic flows between the ECS tasks.

Which combination of steps should the SysOps administrator take to meet this requirement? (Select TWO.)

Select all that apply, then click Submit answer.

  • Configure Amazon CloudWatch Logs on the elastic network interface of each task.

  • Configure VPC Flow Logs on the elastic network interface of each task.

  • Specify the awsvpc network mode in the task definition.

  • Specify the bridge network mode in the task definition.

  • Specify the host network mode in the task definition.

Question 9 (Mix Questions)

A company is running a serverless application on AWS Lambda The application stores data in an Amazon RDS for MySQL DB instance Usage has steadily increased and recently there have been numerous "too many connections" errors when the Lambda function attempts to connect to the database The company already has configured the database to use the maximum max_connections value that is possible

What should a SysOps administrator do to resolve these errors'?

Select an option, then click Submit answer.

  • Create a read replica of the database Use Amazon Route 53 to create a weighted DNS record that contains both databases

  • Use Amazon RDS Proxy to create a proxy Update the connection string in the Lambda function

  • Increase the value in the max_connect_errors parameter in the parameter group that the database uses

  • Update the Lambda function's reserved concurrency to a higher value