What AWS service provides secure storage, automatic rotation, and fine-grained access control for secrets such as database credentials, API keys, and other sensitive information?
AWS Secrets Manager
How frequently can AWS Secrets Manager rotate secrets?
As often as every 4 hours, up to a maximum of 999 days
What access methods are available for managing secrets in AWS Secrets Manager?
What AWS service does Secrets Manager use to perform automatic secret rotation?
AWS Lambda
What is the sequence of steps involved when an application retrieves and uses database credentials managed by AWS Secrets Manager?
What AWS service does Secrets Manager use to encrypt secrets at rest?
AWS KMS
KMS permissions are also required
What are the main features of AWS Secrets Manager?
Which AWS Secrets Manager API is used to re-encrypt a secret with a new KMS key after rotating or modifying the Customer Master Key (CMK)?
UpdateSecret
What happens if the old KMS CMK is deleted before calling UpdateSecret on a secret in AWS Secrets Manager?
The secret becomes undecryptable and its contents are permanently lost
Which parameter must be used with the AWS CLI DeleteSecret command to delete a Secrets Manager secret immediately without a recovery window?
--force-delete-without-recoveryForceDeleteWithoutRecoveryWhich AWS services have built-in secret rotation support in AWS Secrets Manager?