A solutions architect needs to store a database password for a web application. The password must be encrypted at rest, but the application does not require automatic password rotation. The solutions architect wants to choose the most cost-effective storage option. Which AWS service should be used to meet these requirements?
- AWS Systems Manager Parameter Store with a SecureString parameterCevap
- BAWS Systems Manager Parameter Store with a String parameter
- CAWS Key Management Service (AWS KMS) key policies to directly store the database password
- DAmazon S3 Standard-Infrequent Access (S3 Standard-IA) to store the database password file
Cevap
AWS Systems Manager Parameter Store with a SecureString parameter
Using AWS Systems Manager Parameter Store with a SecureString parameter satisfies the requirement to encrypt the database password at rest using AWS KMS. Since the application does not require automatic credential rotation, standard Parameter Store parameters are the most cost-effective choice as they are offered at no additional cost.
Adım Adım Çözüm
Anahtar Kavram
AWS Systems Manager Parameter Store SecureString parameters provide a free and secure storage mechanism for sensitive configuration data and passwords when automated rotation is not needed.
Tahmini Süre:45s