
Explanation:
To ensure a secure and consistent deployment, it is important to use CloudFormation and enforce security measures such as template hardening and drift detection. This will help to maintain the integrity of the infrastructure and detect any unauthorized changes. Option A does not enforce any security measures, which is not secure. Option C does not use CloudFormation, which is not consistent. Option D only enforces security measures for some resources, which is not consistent and may leave some resources vulnerable.
Ultimate access to all questions.
Your organization is planning to deploy a new microservices architecture using AWS CloudFormation. You are tasked with ensuring that the deployment is secure and consistent. Which of the following steps should you take to achieve this?
A
Use CloudFormation to deploy resources, but do not enforce any security measures.
B
Use CloudFormation to deploy resources and enforce security measures such as template hardening and drift detection.
C
Manually deploy resources without using CloudFormation, and enforce security measures.
D
Use CloudFormation to deploy resources, but only enforce security measures for some of the resources.
No comments yet.