ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 153 - DVA-C02 discussion

Report
Export

A data visualization company wants to strengthen the security of its core applications The applications are deployed on AWS across its development staging, pre-production, and production environments. The company needs to encrypt all of its stored sensitive credentials The sensitive credentials need to be automatically rotated Aversion of the sensitive credentials need to be stored for each environment

Which solution will meet these requirements in the MOST operationally efficient way?

A.
Configure AWS Secrets Manager versions to store different copies of the same credentials across multiple environments
Answers
A.
Configure AWS Secrets Manager versions to store different copies of the same credentials across multiple environments
B.
Create a new parameter version in AWS Systems Manager Parameter Store for each environment Store the environment-specific credentials in the parameter version.
Answers
B.
Create a new parameter version in AWS Systems Manager Parameter Store for each environment Store the environment-specific credentials in the parameter version.
C.
Configure the environment variables in the application code Use different names for each environment type
Answers
C.
Configure the environment variables in the application code Use different names for each environment type
D.
Configure AWS Secrets Manager to create a new secret for each environment type. Store the environment-specific credentials in the secret
Answers
D.
Configure AWS Secrets Manager to create a new secret for each environment type. Store the environment-specific credentials in the secret
Suggested answer: D

Explanation:

Secrets Management:AWS Secrets Manager is designed specifically for storing and managing sensitive credentials.

Environment Isolation:Creating separate secrets for each environment (development, staging, etc.) ensures clear separation and prevents accidental leaks.

Automatic Rotation:Secrets Manager provides built-in rotation capabilities, enhancing security posture.

AWS Secrets Manager:https://aws.amazon.com/secrets-manager/

Secrets Manager Rotation:https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html

asked 16/09/2024
Vikram Panchal
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first