AWS-SysOps-SOA-C01 AWS Certified SysOps Administrator (SOA-C01)

Loading demo links...

Showing 19–20 of 20 questions

Question 19

A company has deployed a fleet of Amazon EC2 web servers for the upcoming release of a new product. The SysOps Administrator needs to test the Amazon CloudWatch notification settings for this deployment to ensure that a notification is sent using Amazon SNS if the CPU utilization of an EC2 instance exceeds 70%.

How should the Administrator accomplish this?

Select an option, then click Submit answer.

  • Use the set-alarm-state command in AWS CloudTrail to invoke the Amazon SNS notification

  • Use CloudWatch custom metrics to set the alarm state in AWS CloudTrail and enable Amazon SNS notifications

  • Use EC2 instance metadata to manually set the CPU utilization to 75% and invoke the alarm state

  • Use the set-alarm-state command in the AWS CLI for CloudWatch

Question 20

A sysops administrator has an AWS Lambda function that performs maintenance on various AWS resources. This function must be run nightly.

Which is the MOST cost-effective solution?

Select an option, then click Submit answer.

  • Launch a single t2.nano Amazon EC2 instance and create a Linux cron job to invoke the Lambda function at the same time every night.

  • Set up an Amazon CloudWatch metrics alarm to invoke the Lambda function at the same time every night.

  • Schedule an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the Lambda function at the same time every night.

  • Implement a Chef recipe in AWS OpsWorks stack to invoke the Lambda function at the same time every night.