CLF-C02 · Question #477
A cloud practitioner wants a repeatable way to deploy identical AWS resources by using infrastructure templates. Which AWS service will meet these requirements?
The correct answer is A. AWS CloudFormation. AWS CloudFormation allows users to define and provision AWS infrastructure using declarative templates in YAML or JSON format. With CloudFormation, you can automate the deployment of identical resources repeatedly, making it an ideal service for managing infrastructure as code an
Question
A cloud practitioner wants a repeatable way to deploy identical AWS resources by using infrastructure templates. Which AWS service will meet these requirements?
Options
- AAWS CloudFormation
- BAWS Directory Service
- CAmazon Lightsail
- DAWS CodeDeploy
How the community answered
(34 responses)- A88% (30)
- B3% (1)
- C6% (2)
- D3% (1)
Explanation
AWS CloudFormation allows users to define and provision AWS infrastructure using declarative templates in YAML or JSON format. With CloudFormation, you can automate the deployment of identical resources repeatedly, making it an ideal service for managing infrastructure as code and ensuring consistency in your AWS environment.
Community Discussion
No community discussion yet for this question.