A company is hosting a web application in an AWS Region. For disaster recovery purposes, a second region is being used as a standby. Disaster recovery requirements state that session data must be replicated between regions in near-real time and 1% of requests should route to the secondary region to continuously verify system functionality. Additionally, if there is a disruption in service in the main region, traffic should be automatically routed to the secondary region, and the secondary region must be abl
A. n both regions, deploy the application on AWS Elastic Beanstalk and use Amazon DynamoDB global tables for session data
B. n both regions, launch the application in Auto Scaling groups and use DynamoDB for session data
C. n both regions, deploy the application in AWS Lambda, exposed by Amazon API Gateway, and use Amazon RDS PostgreSQL with cross-region replication for session data
D. n both regions, launch the application in Auto Scaling groups and use DynamoDB global tables for session data