CLF-C02 Exam QuestionsBrowse all questions from this exam

CLF-C02 Exam - Question 421


Which AWS service or feature allows users to securely store encrypted credentials and retrieve these credentials when required?

Show Answer
Correct Answer: C

AWS Secrets Manager allows users to securely store and retrieve encrypted credentials, such as database credentials, API keys, and other sensitive information. This service enables fine-grained access control, supports automatic rotation of secrets for enhanced security, and integrates with other AWS services.

Discussion

2 comments
Sign in to comment
e59311fOption: C
Jun 21, 2024

The correct answer is C. AWS Secrets Manager. It allows users to securely store and centrally manage secrets such as database credentials, API keys, and other sensitive information. You can use fine-grained AWS Identity and Access Management (IAM) policies to control access to these secrets, and Secrets Manager also supports automatic rotation of secrets to meet security and compliance requirements1. If you need to retrieve a credential from Secrets Manager, you can log into the AWS account, choose Secrets Manager from the Services menu, search for the desired credential, and retrieve its secret value2.

Meow7
Jul 19, 2024

C is correct. need discussion on 424 428 429. Thanks.