A user wants to securely automate the management and rotation of credentials that are shared between applications, while spending the least amount of time on managing tasks.
Which AWS service or feature can be used to accomplish this?
AWS CloudHSM
AWS Key Management Service (AWS KMS)
AWS Secrets Manager
Server-side encryption
Explanations:
AWS CloudHSM is focused on hardware security modules for cryptographic operations, not credential management.
AWS Key Management Service (AWS KMS) is primarily used for key management and encryption, not specifically for credential rotation.
AWS Secrets Manager is designed to securely manage and rotate credentials, making it the ideal choice for this use case.
Server-side encryption is a method of protecting data at rest, but it does not handle credential man