AWS CloudFormation

You can use CloudFormation to treat your infrastructure as code

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 506
Questions #: 17
Time: 5 minutes
Pass Score: 80.0%
Style
Mode

You can use CloudFormation to treat your infrastructure as code

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In AWS CloudFormation, you define your AWS resources in a structured text format using

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The problem CloudFormation solves

1 pts

CloudFormation can help you manage your AWS resources, especially resources that depend on each other. You can use CloudFormation to group your resources into (1), using declarative (2).

Please drag and drop the selected option in the right place or type it instead
stacks
templates
note_alt Add notes
flag Flag

Correct Answer

Explanation

Creation order

1 pts
volume_mute

CloudFormation can help you manage creating, updating, and deleting the resources within a stack. You can create resources

note_alt Add notes
flag Flag

Correct Answer

Explanation

With CloudFormation, you can apply DevOps and GitOps best practices using widely adopted processes such as starting with a Git repository and deploying through a continuous integration and continuous delivery (CI/CD) pipeline

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can manage resource scaling by sharing CloudFormation templates for use across your organization to meet safety, compliance, and configuration standards across all AWS accounts and Regions

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

To further automate resource management across your organization, you can integrate CloudFormation with other AWS services, including AWS Identity and Access Management (IAM) for access control, AWS Config for compliance, and AWS Service Catalog for turnkey application distribution and additional governance controls

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can use the open source CloudFormation CLI to build your own CloudFormation resource providers (native AWS types published as open source)

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can easily extend CloudFormation with the community

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Using CloudFormation, you can manage all your infrastructure with code

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can use Cloudformation to manage resources inside AWS only

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Manually updating resources that belong to a CloudFormation stack is strongly encouraged

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Select the cost elements when using CloudFormation

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The basic technical concepts of CloudFormation

1 pts
  • (1) – Any of the things you can create within AWS, which includes things like Amazon Simple Storage Service (Amazon S3) buckets, Amazon Elastic Compute Cloud (Amazon EC2) instances, or Amazon Simple Queue Service (Amazon SQS) queues.
  • (2) – Text-based (JSON or YAML) descriptions of CloudFormation stacks that you can use to define all of your resources, including which resources depend on each other. 
  • (3)– A collection of AWS resources that you can manage as a single unit. 
  • (4)– A named set of stacks that use the same template, but applied across different accounts and Regions. You can create, update, or delete stacks across multiple accounts and Regions with a single operation.
Please drag and drop the selected option in the right place or type it instead
Templates
Resources
StackSet
Stack
note_alt Add notes
flag Flag

Correct Answer

Explanation

It is hectic and not user friendly to write CloudFormation templates, which prone to human mistakes, as there is no easy way to build templates

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Same as S3 bucket names, stack names in CloudFormation are universal and cannot be used in different accounts or regions

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In CloudFormation, you can define the resources that you want to protect from unintentional updates during a stack update

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation