CLF-C02 · Question #183
Which AWS service supports a company's ability to treat infrastructure as code?
The correct answer is D. AWS CloudFormation. AWS CloudFormation supports a company's ability to treat infrastructure as code.
Question
Which AWS service supports a company's ability to treat infrastructure as code?
Options
- AAWS CodeDeploy
- BAWS Elastic Beanstalk
- CAmazon API Gateway
- DAWS CloudFormation
How the community answered
(48 responses)- B4% (2)
- C2% (1)
- D94% (45)
Why each option
AWS CloudFormation supports a company's ability to treat infrastructure as code.
AWS CodeDeploy is a deployment service that automates software deployments to various compute services but is not primarily used for defining infrastructure as code.
AWS CloudFormation allows users to define and provision AWS infrastructure resources in a declarative way using templates, enabling infrastructure to be treated as code that can be versioned, reviewed, and deployed repeatedly and predictably.
Concept tested: Infrastructure as Code with CloudFormation
Source: https://aws.amazon.com/cloudformation/
Community Discussion
No community discussion yet for this question.