0 votes
in AWS by

You have a DevOps team in your current organization structure.

They are keen to know if there is any service available in AWS which can be used to manage infrastructure as code.

Which of the following can be met with such a requirement?

1 Answer

0 votes
by

Answer - A.

The AWS documentation mentions the following.

AWS CloudFormation is a service that helps you model and set up your Amazon Web Services resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.

You create a template that describes all the AWS resources that you want (like Amazon EC2 instances or Amazon RDS DB instances)

AWS CloudFormation takes care of provisioning and configuring those resources for you.

Related questions

0 votes
asked Apr 26 in AWS by DavidAnderson
0 votes
asked May 2 in AWS by DavidAnderson
...