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?
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.
B. AWS CloudFormation
"AWS CloudFormation is designed to allow resource lifecycles to be managed repeatably, predictable, and safely, while allowing for automatic rollbacks, automated state management, and management of resources across accounts and regions. "
https://aws.amazon.com/cloudformation/faqs/
AWS CloudFormation is a service that allows users to define and provision AWS infrastructure resources using a declarative template. It enables the creation of cloud resources in a consistent and repeatable manner, using infrastructure-as-code principles.
With AWS CloudFormation, users can define their desired infrastructure configuration in a template file written in YAML or JSON format. This template describes the desired state of the AWS resources, including EC2 instances, load balancers, databases, and more. By deploying the CloudFormation stack, the infrastructure is automatically provisioned based on the template, ensuring consistency and reducing manual configuration.
CloudFormation templates can be version-controlled, shared, and reused, making it easier to manage and maintain infrastructure configurations. They also support advanced features such as parameterization, conditional resource creation, and orchestration of multi-tier applications.
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?
A. AWS Systems Manager
B. AWS CloudFormation
C. AWS CodeCommit
D. AWS Config
The correct answer is B. AWS CloudFormation.
AWS CloudFormation is a service that allows you to provision and manage AWS resources using infrastructure-as-code (IaC) principles. It enables you to define your infrastructure and application resources in a template file, which is written in either YAML or JSON format. This template can be version-controlled, reviewed, and treated as a code artifact.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Shaychay
Highly Voted 2 years, 6 months agosonaljain
Most Recent 4 months agoReidy
1 year, 3 months agoPranava_GCP
1 year, 9 months agoman5484
1 year, 9 months agoESAJRR
1 year, 10 months agomuzammil572
1 year, 10 months agomuzammil572
1 year, 10 months agohuanghaiyao
1 year, 11 months agoSaif93
2 years, 3 months agoAbdelrhmanKamal_
2 years, 3 months agoksuccex
2 years, 6 months agoIstiaque
2 years, 7 months agosumanshu
2 years, 7 months agosamurosales
2 years, 7 months agomanolin
2 years, 7 months ago