CLF-C02 · Question #829
A user wants to deploy a service to the AWS Cloud by using infrastructure-as-code (IaC) principles. Which AWS service can be used to meet this requirement?
The correct answer is B. AWS CloudFormation. Infrastructure as code is the process of provisioning and managing your cloud resources by writing a template file that is both human readable, and machine consumable. For AWS cloud development the built-in choice for infrastructure as code is AWS CloudFormation.
Question
A user wants to deploy a service to the AWS Cloud by using infrastructure-as-code (IaC) principles. Which AWS service can be used to meet this requirement?
Options
- AAWS Systems Manager
- BAWS CloudFormation
- CAWS CodeCommit
- DAWS Config
How the community answered
(67 responses)- A1% (1)
- B94% (63)
- C1% (1)
- D3% (2)
Explanation
Infrastructure as code is the process of provisioning and managing your cloud resources by writing a template file that is both human readable, and machine consumable. For AWS cloud development the built-in choice for infrastructure as code is AWS CloudFormation.
Community Discussion
No community discussion yet for this question.