
AWS Certified Cloud Practitioner
Get started today
Ultimate access to all questions.
You are tasked with deploying a new web application that requires frequent updates and changes. Which approach would be most suitable to ensure consistent and efficient deployments?
You are tasked with deploying a new web application that requires frequent updates and changes. Which approach would be most suitable to ensure consistent and efficient deployments?
Other
Explanation:
Infrastructure as Code (IaC) with AWS CloudFormation is the most suitable approach for frequent and consistent deployments. CloudFormation allows you to define your infrastructure as code, enabling repeatable and automated deployments. This approach ensures consistency and reduces the risk of human error during manual deployments.