Which AWS service or feature allows users to securely store encrypted credentials and retrieve these credentials when required?
Which AWS service or feature allows users to securely store encrypted credentials and retrieve these credentials when required?
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.
C is correct. need discussion on 424 428 429. Thanks.
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.