
Answer-first summary for fast verification
Answer: Utilize AWS Secrets Manager with replication and ARN-based access in the application.
The correct answer is A: Utilize AWS Secrets Manager with replication and ARN-based access in the application. AWS Secrets Manager allows for secure storage and automatic rotation of credentials, and it natively supports replication of secrets to multiple regions. This feature ensures that the credentials are securely stored and accessible in both the primary and secondary regions, aligning with the company's disaster recovery strategy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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.
No comments yet.