0
0
AWScloud~20 mins

Why monitoring matters in AWS - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Monitoring Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Why is monitoring critical in cloud environments?

Imagine you run a website on AWS. Why is monitoring your resources important?

AIt helps detect problems early and keeps the website running smoothly.
BIt automatically fixes all bugs without human help.
CIt reduces the cost of AWS services by deleting unused resources.
DIt replaces the need for backups and security measures.
Attempts:
2 left
💡 Hint

Think about how you would know if your website is slow or down.

💻 Command Output
intermediate
2:00remaining
What does this AWS CloudWatch command output?

Look at this AWS CLI command and its output. What does it show?

AWS
aws cloudwatch get-metric-statistics --metric-name CPUUtilization --start-time 2024-06-01T00:00:00Z --end-time 2024-06-01T01:00:00Z --period 300 --namespace AWS/EC2 --statistics Average --dimensions Name=InstanceId,Value=i-1234567890abcdef0
ATotal network traffic for the EC2 instance during the hour.
BList of all running EC2 instances in the account.
CCurrent status of the EC2 instance i-1234567890abcdef0.
DAverage CPU usage of the EC2 instance over 5-minute intervals in the specified hour.
Attempts:
2 left
💡 Hint

Look at the metric name and statistics requested.

🔀 Workflow
advanced
3:00remaining
Order the steps to set up AWS CloudWatch alarms for monitoring

Arrange these steps in the correct order to create a CloudWatch alarm that notifies you when CPU usage is high.

A2,3,1,4
B1,2,3,4
C2,1,3,4
D3,2,1,4
Attempts:
2 left
💡 Hint

Think about setting up notifications before creating the alarm.

Troubleshoot
advanced
2:00remaining
Why might your CloudWatch alarm not send notifications?

You set up a CloudWatch alarm with an SNS topic, but you never get email alerts. What could be the cause?

AThe EC2 instance is stopped, so no metrics are sent.
BYou forgot to confirm the subscription email sent by SNS.
CCloudWatch alarms do not support email notifications.
DYou set the alarm threshold too low.
Attempts:
2 left
💡 Hint

Check if you completed all steps to receive notifications.

Best Practice
expert
2:30remaining
Which practice improves monitoring efficiency in AWS?

To reduce costs and improve monitoring, which approach is best when setting CloudWatch metrics and alarms?

ACreate alarms for every metric available to catch all issues.
BEnable detailed monitoring on all resources regardless of usage.
CMonitor only critical metrics and set alarms for key thresholds.
DDisable all alarms and rely on manual checks.
Attempts:
2 left
💡 Hint

Think about balancing cost and usefulness.