
Answer-first summary for fast verification
Answer: Employing AWS Secrets Manager to generate unique secrets for each environment, containing specific credentials.
The correct answer is D: 'Employing AWS Secrets Manager to generate unique secrets for each environment, containing specific credentials.' AWS Secrets Manager is designed to securely store and automatically rotate sensitive credentials. By creating a separate secret for each environment (development, staging, pre-production, and production), the company can ensure that credentials are environment-specific and managed efficiently. Secrets Manager handles the encryption and lifecycle management of these secrets, simplifying the overall process and providing a robust solution for security management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a data visualization company enhance security for its AWS-deployed applications across various environments by encrypting and automatically rotating sensitive credentials, while maintaining versioned storage for each environment?
A
Using AWS Secrets Manager to manage different credential versions across environments.
B
Utilizing AWS Systems Manager Parameter Store to create parameter versions for environment-specific credentials.
C
Implementing environment-specific variables within the application code.
D
Employing AWS Secrets Manager to generate unique secrets for each environment, containing specific credentials.