Module 4 - Going Global Flashcards

(25 cards)

1
Q

In AWS, what is an edge location?

A

Strategically placed AWS sites with smaller footprints (than AZs) which cache items so that users can access content with lower latency.

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

What is infrastructure as code (IaC)?

A

Infrastructure configurations defined in a declarative way and stored in a source control system.

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

A fundamental principle of DevOps is to treat infrastructure the same way developers treat _________.

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

What is a benefit of infrastructure as code (IaC)?

A

consistent deployments

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

What is CloudFormation?

A

An IaC service that you can use to define a wide variety of AWS resources in a declarative way by creating text-based documents called CloudFormation templates.

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

What does CloudFormation do with a template?

A

Parses the template and then provisions the resources it defines, calling the needed AWS APIs in the background.

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

What are 4 key considerations when choosing an AWS Region?

A
  1. Compliance
  2. Proximity to users
  3. Feature/Service Availability
  4. Pricing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is Compliance a consideration in picking an AWS region?

A

Geographic regions may be subject to regulatory requirements and data protection laws defined by governments. This may mean deploying applications in a specific AWS region that meets those laws and requirements.

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

Why is proximity to users a consideration in picking an AWS region?

A

Regions closer to your users minimizes data travel time, i.e. latency.

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

Why is Feature Availability a consideration in picking an AWS region?

A

AWS is constantly expanding features and services to multiple locations, but not all Regions contain all AWS offerings.

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

Why is Pricing a consideration in picking an AWS region?

A

Some Regions have lower operational costs (tax laws, regulations) than others which affects AWS rates.

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

What is a redundant architecture?

A

One that enables you to move processing from a failed environment to a working environment with minimal downtime.

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

How can AWS’ Global Infrastructure be leveraged to build redundant architectures?

A

By deploying to multiple Availability Zones within a Region AND by deploying to multiple Regions.

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

What is high availability?

A

The capability of a system to operate continuously without failing, i.e.applications can handle the failure of individual components without significant downtime.

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

In the context of commercial software deployments, what is agility?

A

The ability to quickly adapt software products to changing requirements or market conditions.

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

What is Elasticity?

A

The ability of a system to scale resources up or down automatically in response to changes in demand.

17
Q

How does AWS’ Global Infrastructure facilitate high availability?

A

By providing geographically dispersed Regions, and multiple Availability Zones within each Region. The AWS cloud spans 120 Availability Zones within 38 Geographic Regions.

As of Nov 26, 2025.

18
Q

What is the AWS Global Edge Network?

A

AWS infrastructure, called edge locations, deployed in population centers outside of AWS regions for the purpose of providing low-latency access to AWS services and content delivery (for users close to the edge location.)

19
Q

What is a Content Delivery Network (CDN)?

A

A geographically distributed system of servers that speeds up the delivery of web content to users by caching it closer to their physical location.

20
Q

What is Amazon CloudFront?

A

A Content Deliver Network (CDN) and caching system that speeds up distribution of static and dynamic web content, such as .html, .css, .js, and image files. CloudFront delivers content through a worldwide network of data centers called edge locations.

21
Q

What happens when a user requests content being served from CloudFront?

A

The request is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.

22
Q

What are some other AWS services hosted on edge locations?

A

AWS Global Accelerator and Amazon Route 53

23
Q

What is AWS Global Accelerator?

A

AWS Global Accelerator is a network layer service in which you create accelerators to improve the performance of your applications for local and global users. Traffic travels over the well-monitored, congestion-free, redundant AWS global network to the endpoint. By maximizing the time that traffic is on the AWS network, Global Accelerator ensures that traffic is always routed over the optimum network path.

24
Q

in AWS Global Accelerator

How does a “standard accelerator” work?

A

Global Accelerator directs traffic over the AWS global network to endpoints in the nearest Region to the client.

25
What is Amazon Route 53?
A highly available and scalable Domain Name System (DNS) web service. ## Footnote [What is Amazon Route 53?](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html)