Answer – C
Option C is correct because, in a Multi-AZ deployment, Amazon RDS automatically provisions and maintains a synchronous standby replica in a different Availability Zone. The primary DB instance is synchronously replicated across Availability Zones to a standby replica to provide data redundancy, eliminate I/O freezes, and minimize latency spikes during system backups. Running a DB instance with high availability can enhance availability during planned system maintenance and help protect your databases against DB instance failure and Availability Zone disruption.
Option A is invalid because the S3 service is already a highly available service within a particular region. Also, Amazon S3 gives any developer access to the same highly scalable, highly available, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The S3 Standard storage class is designed for 99.99% availability, the S3 Standard-IA storage class is designed for 99.9% availability, the S3 One Zone-IA storage class is designed for 99.5% availability, and the S3 Glacier and S3 Glacier Deep Archive class are designed for 99.99% availability and SLA of 99.9%. All of these storage classes are backed by the Amazon S3 Service Level Agreement.
Options B is invalid because AWS Lambda is already a highly available service in AWS. Refer below document.
https://aws.amazon.com/lambda/features/
Option D is invalid because High Availability is about availability; AS is about performance (usually throughput), also DynamoDB is high available by default. High Availability focuses on maintaining the liveness of the system in the presence of server or network failures. At the same time, Auto Scaling means adding more resources when demand increases. Refer to the below document for DynamoDB reliability.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
For more information on RDS Multi-AZ, please refer to the below URL-
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html