Quiz1
Quiz2
Events
Random
Metrics and Alarms
100

Which of the following alarms can help send an email?

- SQS

- ECS Task

- Kinesis Stream

- SNS Topic

SNS Topic

100

CloudWatch lets you treat missing data points for metrics in different ways. Which of the following is not a valid way to treat missing data? 

ignore, Irregular, missing, bad, good

Irregular

100

Before setting up CloudWatch what two things do you want to set-up?

  • SNS Topic
  • SNS Subscription
100

What is auto-remediation?

Actions taken in response to events 

100

Which AWS service enables customers to set-up an AWS billing alarm to inform them when their spending exceeds a certain threshold.

Amazon Cloudwatch

200

Your organization wants to start being sent an email whenever the root user of an AWS Account logs in. How could you accomplish this?

Set up CloudTrail to send its logs to CloudWatch. Use a CloudWatch a Metric Filter and Alarm to filter on events by a root user. Have the Alarm send a notification.

200

Which of the following states are valid for a CloudWatch Alarm? (Choose 3) 

- OK

- Insufficient data

- Non-compliant

- Alarm

OK

Insufficient Data

Alarm

200

What service would you set-up to receive emails about Cloudwatch events?

SNS Simple Notification System

Amazon SNS is a managed messaging service that lets you to decouple publishers from subscribers. This is useful for system-to-system messaging for microservices, distributed architectures, and serverless applications

200

How can you access Amazon CloudWatch?

- API

_ Command-Line Interface

- SDK

- AWS Management Console

200

What service helps you by collecting important metrics from a running EC2 instance?

Amazon CloudWatch

300

What service allows you to better monitor the status of multiple CloudWatch metrics?

CloudWatch Dashboard

300

Which of the following are valid targets for a CloudWatch rule? (Choose 2) 

A. Send a message to an SNS Topic

B. Invoke Lambda

C. Delete an IAM user


A. Send a message to an SNS Topic

B. Invoke Lambda

300

Where can you create CloudWatch Rules?

In Cloudwatch, Under Events, Select Rules, Create Rule

300

CloudTrail is for auditing, CloudWatch is for _________

Performance

300

What can a startup company with limited revenue growth do to be notified when the monthly bill approaches $2000?

Setup a CloudWatch billing alarm that triggers an SNS notification to their email address

400

Which of the following is a valid Metric Filter Pattern? 

A. { $.eventType = "UpdateTrail" }

B. SELECT * FROM $.eventType, 

Cevent[user->{lastname.firstname}]

A. { $.eventType = "UpdateTrail" }

400

True or False. CloudTrail will automatically send its logs to CloudWatch whenever you create a trail.

False. You need to configure any Trail to send its logs to a CloudWatch log group. Further information:

400

When creating a Cloudwatch rule, what does adding a target do?

Select Target to invoke when an event matches your Event Pattern or when schedule is triggered. Example use SNS to send an email

400

You would like to collect custom metrics from a production application every 1 minute. What type of monitoring should you use?

CloudWatch with detailed monitoring

400

What allows you to monitor and collect logs from your Amazon EC2 Instance?

Cloudwatch Logs

500

CloudWatch groups logs it collects into a Log Group. Inside a Log Group, CloudWatch further groups logs into sequences of events. What are these called?

Log Streams

500

Someone in your organization is complaining that they get too many notifications for AuthorizationFailures. What could you do to decrease the amount of emails, but still be alerted if lots of authorization failures occur?

Increase the threshold of the alarm from AuthorizationFailureCount >= 1.

500
What is the default format for event patterns? 

JSON Format

500

What types of monitoring can Amazon CloudWatch be used for? (choose 2)

A. Data Center

B. API Access

C. Application Performance

D. Operational Health

E. Infrastructure




C. Application Performance

D. Operational Health

500

A company is running a large web application that needs to be available all the time. They want to ensure that all servers are working perfectly. One of the aspects to consider monitoring is CPU usage. The application tends to slow down when CPU usage is greater than 60%. How can they track down when CPU usage goes above 60% for any of the EC2 Instances?

CloudWatch Alarms