A regional web application for a content publishing system must fail over automatically to a secondary Region if the primary endpoint becomes unhealthy. Which two services or features are required?
Trap 1: AWS Organizations service control policies
SCPs enforce permissions and do not provide regional failover.
Trap 2: S3 Transfer Acceleration
Transfer Acceleration improves upload paths to S3 but does not provide application failover.
- A
AWS Organizations service control policies
Why wrong: SCPs enforce permissions and do not provide regional failover.
- B
Route 53 failover routing with health checks
Route 53 can monitor endpoint health and return the standby endpoint when the primary is unhealthy.
- C
S3 Transfer Acceleration
Why wrong: Transfer Acceleration improves upload paths to S3 but does not provide application failover.
- D
A deployed standby application stack in the secondary Region
DNS failover requires a working target in the secondary Region.