Learning
Learning
Loading practice session...
AWS Certified SysOps Administrator · Exam domain
24 practice questions in this domain. AI-tutored explanations for every answer.
Sign in to practice all 24 questions with progress tracking and AI explanations.
1. A company runs a web application across three AWS Regions. They want traffic automatically routed away from any Region where the application becomes unhealthy. Which AWS service and feature combination best achieves this?
Explanation
Route 53 health checks continuously monitor regional endpoints and its failover routing policy automatically removes unhealthy endpoints from DNS responses, rerouting traffic without manual intervention.
2. An Application Load Balancer (ALB) is sending traffic to an EC2 target group. Some instances are returning HTTP 500 errors. What ALB feature ensures those instances stop receiving new requests until they recover?
Explanation
ALB target group health checks periodically probe each registered instance; after the configured unhealthy threshold is breached the instance is marked unhealthy and receives no new traffic until it passes checks again.
3. An EC2 instance hosts a critical database. The operations team wants AWS to automatically restart the instance on the same host or a new host if an underlying hardware failure is detected. What is the simplest way to configure this?
Explanation
A CloudWatch alarm on StatusCheckFailed_System with the EC2 Recover action is the native auto-recovery mechanism; AWS migrates the instance to healthy hardware while preserving its instance ID, IP, and attached EBS volumes.
4. After configuring EC2 auto-recovery, a solutions architect wants to confirm which instance attributes are preserved during a recovery event. Which of the following is CORRECT?
Explanation
EC2 auto-recovery preserves the instance ID, private and Elastic IP addresses, instance metadata, and EBS volume attachments; in-memory data is lost but all persistent configuration remains intact.
5. A DevOps engineer wants to receive an SNS notification when average CPU utilization across a fleet of EC2 instances exceeds 80% for two consecutive 5-minute periods. What should they configure?
Explanation
CloudWatch alarms evaluate a metric against a threshold over a period; setting period=300s and datapoints-to-alarm=2 means the alarm triggers only after CPU exceeds 80% for two consecutive 5-minute intervals before SNS is notified.
Practice all 24+ questions in this domain
Start free practice →