AWS Certified DevOps Engineer – Professional — Question 82

A devops team uses AWS CloudFormation to build their infrastructure. The security team is concerned about sensitive parameters, such as passwords, being exposed.

Which combination of steps will enhance the security of AWS CloudFormation? (Choose three.)

Answer options

Correct answer: B, C, F

Explanation

The correct answers, B, C, and F, effectively protect sensitive data by utilizing AWS Secrets Manager, AWS Systems Manager Parameter Store, and the NoEcho property to ensure that sensitive parameters are not exposed in logs or outputs. Options A and D do not provide the same level of security, as they do not leverage the dynamic referencing and masking capabilities necessary for sensitive data management.