Deployments & Managing Infrastructure at Scale in AWS Quiz Flashcards

1
Q

CloudFormation and Elastic Beanstalk are free of use.

TRUE or FALSE

A

TRUE

CloudFormation and Elastic Beanstalk are free of use, but you do pay for the resources created.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which AWS managed service allows to automate software deployments to a hybrid mix of EC2 Instances and On-Premises servers?

1 - Cloud Formation
2 - Code Deploy
3 - Elastic Beanstalk
4 - Code Star

A

Code Deploy

AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You need a unified user interface that gives you visibility, control, and patching capabilities for your EC2 Instances on AWS, as well as for servers running in your on-premises data centers. Which service should you use?

1 - Storage Gateway
2 - Opsworks
3 - Elastic Container Service
4 - Systems Manager

A

Systems Manager

AWS Systems Manager gives you visibility and control of your infrastructure on AWS. It is used for patching systems at scale.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You need to use Chef or Puppet. Which AWS service should you use?

1 - Cloud Formation
2 - Opsworks
3 - Code Deploy
4 - Code Commit

A

OpsWorks = Chef and Puppet

AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following allows you to deploy any AWS Infrastructure as a Code?

1 - Opsworks
2 - Elastic Beanstalk
3 - Cloud Formation
4 - Systems Manager

A

Cloud Formation

AWS CloudFormation provides a common language for you to model and provision AWS and third party application resources in your cloud environment. It allows you to deploy Infrastructure as a Code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which service is referred to as a Platform as a Service (PaaS)?

1 - Elastic Beanstalk
2 - Opsworks
3 - Cloud Formation
4 - EC2

A

Elastic Beanstalk = PaaS

Elastic Beanstalk is a Platform as a Service (PaaS). You only manage data and applications. AWS Elastic Beanstalk makes it even easier for developers to quickly deploy and manage applications in the AWS Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is called the declaration of the AWS resources that make up a stack?

1 - Cloud Formation Schemas
2 - Cloud Formation Diagrams
3 - Cloud Formation Templates
4 - Cloud Formation Models

A

Cloud Formation Templates

AWS CloudFormation templates are JSON or YAML-formatted text files. They are declarations of the AWS resources that make up a stack.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly