ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 642 - CLF-C02 discussion

Report
Export

What is the MOST secure way to store passwords on AWS?

A.
Store passwords in an Amazon S3 bucket.
Answers
A.
Store passwords in an Amazon S3 bucket.
B.
Store passwords as AWS CloudFormation parameters
Answers
B.
Store passwords as AWS CloudFormation parameters
C.
Store passwords in AWS Storage Gateway.
Answers
C.
Store passwords in AWS Storage Gateway.
D.
Store passwords in AWS Secrets Manager.
Answers
D.
Store passwords in AWS Secrets Manager.
Suggested answer: D

Explanation:

AWS Secrets Manager is the most secure way to store and manage sensitive information, such as passwords, database credentials, and API keys. Secrets Manager allows you to:

Securely store and rotate secrets.

Automatically manage secret rotation without disrupting applications.

Integrate with AWS services and third-party applications to retrieve secrets securely.

Why other options are not suitable:

A . Store passwords in an Amazon S3 bucket: Although S3 is secure, it is not designed for secret management. It lacks built-in secret rotation and fine-grained access control for sensitive data.

B . Store passwords as AWS CloudFormation parameters: CloudFormation is used for managing infrastructure as code, not for securely storing passwords.

C . Store passwords in AWS Storage Gateway: A service for hybrid storage integration, not suitable for storing secrets or passwords.

References:

AWS Secrets Manager Documentation


asked 16/09/2024
JED MEDIA
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first