Module 3 - Global Infrastructure and Reliability Flashcards

1
Q

Consider these 4 business factors when choosing a Region for your services:

A
  1. Compliance with data governance and legal requirements
  2. Proximity to customers
  3. Available services within a region
  4. Pricing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Availability Zone?

A

It is a single data center or a group of data centers within a Region.

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

What is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery?

A

An Edge Location

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

What are three ways to interact with AWS services?

A

AWS Management Console, AWS Command Line Interface (CLI), and Software Development Kits (SDK)

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

What is the AWS Management Console?

A

It is a web-based interface for accessing and managing AWS services. You can quickly access recently used services and search for other services by name, keyword, or acronym. The console includes wizards and automated workflows that can simplify the process of completing tasks.

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

How can the AWS Command Line Interface help improve workflow?

A

By using AWS CLI, you can automate the actions that your services and applications perform through scripts.

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

What is a Software Development kit? (SDK)

A

Another option for accessing and managing AWS services is the software development kits (SDKs). SDKs make it easier for you to use AWS services through an API designed for your programming language or platform. SDKs enable you to use AWS services with your existing applications or create entirely new applications that will run on AWS.

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

What lets you provide code and configuration settings, and deploys the resources necessary to perform the following tasks:

Adjust capacity
Load balancing
Automatic scaling
Application health monitoring

A

AWS Elastic Beanstalk

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

What lets you treat your infrastructure as code? This means that you can build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.

A

AWS Cloudformation

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