Aws-CloudFormation

Aws-CloudFormation

KG - 1st Grade

18 Qs

quiz-placeholder

Similar activities

Spitfire-2020

Spitfire-2020

Professional Development

15 Qs

AWS hadoop

AWS hadoop

University

20 Qs

AWS Quiz Show 2023 Season 2 (Week 2)

AWS Quiz Show 2023 Season 2 (Week 2)

Professional Development

15 Qs

Team Quiz 1

Team Quiz 1

Professional Development

15 Qs

Datamellon DevJam at LSW23

Datamellon DevJam at LSW23

Professional Development

16 Qs

3. Networking

3. Networking

University

15 Qs

AWS Certified Cloud Practitioner - Quiz

AWS Certified Cloud Practitioner - Quiz

University

15 Qs

AWS-EXAM-BATCH-6

AWS-EXAM-BATCH-6

University

20 Qs

Aws-CloudFormation

Aws-CloudFormation

Assessment

Quiz

Other

KG - 1st Grade

Hard

Used 76+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Amazon CloudFormation provide?

A. The ability to setup Autoscaling for Amazon EC2 instances.

B. A templated resource creation for Amazon Web Services

C. A template to map network resources for Amazon Web Services

D. None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user is planning to use AWS CloudFormation for his automatic deployment requirements. Which of the below mentioned components are required as a part of the template?

A. Parameters

B. Outputs

C. Template version

D. Resources

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regard to AWS CloudFormation, what is a stack?

A. Set of AWS templates that are created and managed as a template

B. Set of AWS resources that are created and managed as a template

C. Set of AWS resources that are created and managed as a single unit

D. Set of AWS templates that are created and managed as a single unit

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1. A large enterprise wants to adopt CloudFormation to automate administrative tasks and implement the security principles of least privilege and separation of duties. They have identified the following roles with the corresponding tasks in the company:


(i) network administrators: create, modify and delete VPCs, subnets, NACLs, routing tables, and security groups


(ii) application operators: deploy complete application stacks (ELB, Auto -Scaling groups, RDS) whereas all resources must be deployed in the VPCs managed by the network administrators


(iii) Both groups must maintain their own CloudFormation templates and should be able to create, update and delete only their own CloudFormation stacks. The company has followed your advice to create two IAM groups, one for applications and one for networks.


Both IAM groups are attached to IAM policies that grant rights to perform the necessary task of each group as well as the creation, update and deletion of CloudFormation stacks. Given setup and requirements, which statements represent valid design considerations? Choose 2 answers [PROFESSIONAL]

Network stack updates will fail upon attempts to delete a subnet with EC2 instances (Subnets cannot be deleted with instances in them)

Unless resource level permissions are used on the CloudFormation: DeleteStack action, network administrators could tear down application stacks (Network administrators themselves need permission to delete resources within the application stack & CloudFormation makes calls to create, modify, and delete those resources on their behalf)

The application stack cannot be deleted before all network stacks are deleted (Application stack can be deleted before network stack)

The application stack cannot be deleted before all network stacks are deleted (Application stack can be deleted before network stack)

Restricting the launch of EC2 instances into VPCs requires resource level permissions in the IAM policy of the application group (IAM permissions need to be given explicitly to launch instances )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your team is excited about the use of AWS because now they have access to programmable infrastructure. You have been asked to manage your AWS infrastructure in a manner similar to the way you might manage application code. You want to be able to deploy exact copies of different versions of your infrastructure, stage changes into different environments, revert back to previous versions, and identify what versions are running at any particular time (development, test, QA, production). Which approach addresses this requirement?

Use cost allocation reports and AWS Opsworks to deploy and manage your infrastructure.

Use AWS CloudWatch metrics and alerts along with resource tagging to deploy and manage your infrastructure.

Use AWS Beanstalk and a version control system like GIT to deploy and manage your infrastructure.

Use AWS CloudFormation and a version control system like GIT to deploy and manage your infrastructure.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user is using CloudFormation to launch an EC2 instance and then configure an application after the instance is launched. The user wants the stack creation of ELB and AutoScaling to wait until the EC2 instance is launched and configured properly. How can the user configure this?

It is not possible that the stack creation will wait until one service is created and launched

The user can use the HoldCondition resource to wait for the creation of the other dependent resources

The user can use the DependentCondition resource to hold the creation of the other dependent resources

The user can use the WaitCondition resource to hold the creation of the other dependent resources

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user has created a CloudFormation stack. The stack creates AWS services, such as EC2 instances, ELB, AutoScaling, and RDS. While creating the stack it created EC2, ELB and AutoScaling but failed to create RDS. What will CloudFormation do in this scenario?

A. CloudFormation can never throw an error after launching a few services since it verifies all the steps before launching

B. It will warn the user about the error and ask the user to manually create RDS

C. Rollback all the changes and terminate all the created services

D. It will wait for the user’s input about the error and correct the mistake after the input

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?