What does the Recovery Time Objective (RTO) represent in the context of the Reliability pillar?
Think about how quickly you want your service back after it stops working.
RTO is the target time set for recovering a service after an outage to minimize downtime.
You want to design a web application that remains available even if one server fails. Which AWS service combination best supports this goal?
Think about spreading traffic across multiple servers to avoid single points of failure.
Multiple EC2 instances behind an ELB distribute traffic and provide fault tolerance if one instance fails.
Which security practice directly improves the reliability of a cloud service?
Consider how limiting access can prevent mistakes that cause outages.
Least privilege access limits who can change resources, reducing accidental disruptions and improving reliability.
What happens when an Auto Scaling group detects an unhealthy instance?
Think about how Auto Scaling maintains healthy resources automatically.
Auto Scaling replaces unhealthy instances automatically to maintain service availability and reliability.
You want to ensure your database remains available even if one Availability Zone (AZ) fails. Which AWS feature should you use?
Think about synchronous replication across AZs for automatic failover.
RDS Multi-AZ deployments replicate data synchronously to a standby instance in another AZ, providing high availability and failover support.