MANAGING-RESOURCE-CONSUMPTION QUIZ 17 Part 1
Use the Google Sheets or better yet do a Google search to find your answers.
1.) Name 5 different technologies for configuring EC2 instances(Google slide 9) . 1.)___________________
2.)________________ 3.) ___________________ 4.) _______________ 5.) _______________________
2.) Name a version control system that you use to maintain your infrastructure as code (IaC).
(Google slide 11)
3.) What are the 3 steps involved in developing one or more custom AMIs as a base configuration?
(Google slide 9)
1.) _____________________________________________________________________________
2.) _____________________________________________________________________________
3.) _____________________________________________________________________________
4.) To enforce the policy that all new instances are launched only from a new base AMI what can be done?
(Google slide18) ________________________________________________________________________
_______________________________________________________________________________________
5.) What is a fully baked AMI?
(https://aws.amazon.com/answers/configuration-management/aws-ami-design/)
__________________________________________________________________________________________________________________________________________________________________________________
_________________________________________________________________________________________
6.) What is a JeOS AMI?
(https://aws.amazon.com/answers/configuration-management/aws-ami-design/) __________________________________________________________________________________________________________________________________________________________________________________
_________________________________________________________________________________________
7.) What is a Hybrid AMI?
(https://aws.amazon.com/answers/configuration-management/aws-ami-design/) __________________________________________________________________________________________________________________________________________________________________________________ _________________________________________________________________________________________
8.) f you want to launch an EC2 instance from an AMI that you created in a different Region what must you do?
(Google slide 21)
__________________________________________________________________________________________________________________________________________________________________________________
9.) During the process of creating an AMI, Amazon EC2 creates snapshots of your instance's root volume and any other EBS volumes attached to your instance. Are you charged for the snapshots?
(Google slide 22) Yes_____ No______
10.) What too does AWS recommend to to create a standardized AM for Windows servers?
(Google slide 23) ________________________________________________________________________
11.) The benefits of launch templates are that they (Google slide 27)
1.) ____________________________________________________________________________________
2.) ____________________________________________________________________________________
3.) ___________________________________________________________________________thus-
_________________________
_________________________
_________________________
12.) Can an EC2 launch templates have versions? (Google slide 28) Yes ________ No _____________
13.) Infrastructure as code provides the framework for a repeatable build process. What AWS service is used to accomplish this goal? (Google slide 35) _____________________________________________________
14 . It’s important to capture key metrics to assess the health of the environment and take corrective action when problems arise. Metrics provide visibility. It can be difficult to capture the relevant metrics and logs, and then respond accordingly.To address this need what AWS service can be used? (Google slide 35) ______________
15.) What AWS service can you use to see which resources have changed over time. (Google slide 36)
________________________________________________________________________________________
16.) Compared to JSON, ___________ is optimized for readability. (Google slide 51) __________
17.) What are the 3 tools you can use to managing automated and repeatable deployments.(Google slide 57)
1.) ____________________________________________________________________________________
2.) ____________________________________________________________________________________
3.) ____________________________________________________________________________________
18.) What is a template and a stack? (Google slide 59)
1.) Template: _____________________________________________________________________________
2.) Stack: ________________________________________________________________________________
19.) ______________ is a visual tool that enables you to create and modify AWS CloudFormation templates by using a drag-and-drop interface (Google slide 63)
20.) If an error is encountered when you launch an AWS CloudFormation template, all resources are rolled back by default (Google slide 64)
21.) __________________ can be referenced from the Resources and Outputs sections of the same template.
(Google slide 66)