
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
In an AWS Cloud application using CloudFormation for Auto Scaling group bootstrapping, how should sensitive data in bootstrap scripts be managed securely?
In an AWS Cloud application using CloudFormation for Auto Scaling group bootstrapping, how should sensitive data in bootstrap scripts be managed securely?
Exam-Like
Explanation:
The correct answer is C. AWS Systems Manager Parameter Store allows you to store sensitive data securely as secure string parameters, which are encrypted using an AWS KMS key. By using dynamic references in CloudFormation templates, you can securely retrieve these parameters during bootstrapping without exposing sensitive information in the templates themselves. This approach provides a secure and integrated solution for managing sensitive data in the AWS Cloud.