AWS Certified Cloud Practitioner (CLF-C02) — Question 507
Which AWS service gives users the ability to deploy highly repeatable infrastructure configurations?
Answer options
- A. AWS CloudFormation
- B. AWS CodeDeploy
- C. AWS CodeBuild
- D. AWS Systems Manager
Correct answer: A
Explanation
AWS CloudFormation enables users to define entire infrastructure stacks in code templates, ensuring highly repeatable and automated deployments. AWS CodeDeploy and AWS CodeBuild are developer tools focused on application deployment and compiling code, whereas AWS Systems Manager is utilized for operational management rather than infrastructure provisioning.