Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer securely store database credentials for an application deployed across two AWS Regions in an active-passive failover setup, ensuring compliance with the company's disaster recovery strategy?
A
Utilize AWS Secrets Manager with replication and ARN-based access in the application.
B
Employ AWS Systems Manager Parameter Store for replication and ARN-based access in the application.
C
Place credentials in a config file, use S3 with Cross-Region Replication, and access the file from S3 buckets based on the Region in the application.
D
Use a config file stored on Amazon EFS with Regional endpoints for access in the application across both Regions.