Global infrastructur Flashcards

1
Q

Why make a global application?

A
  • deployed in multiple geographies
  • Decreased Latency, Disaster Recovery, Attack protection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Global Applications in AWS

A
  • Global DNS: Route 53, Global CDN: CloudFront, S3 Transfer Acceleration, AWS Global Accelerator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Amazon Route 53

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

Route 53 Routing Policies

A
  • SIMPLE ROUTING POLICY (no health check)
  • WEIGHTED ROUTING POLICY (Routing 70% to one EC2-Instance, less to other)
  • LATENCY ROUTING POLICY (näherste Resource)
  • FAILOVER ROUTING POLICY (Disaster Recovery)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Amazon CloudFront

A
  • Content Delivery Network (CDN)
  • Improves read performance, content is cached at the edge
  • DDoS protection, Shield, WAF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CloudFront vs S3 Cross Region Replication

A
  • CloudFront: Global Edge network
  • S3 Cross Region Replication: Must be setup for each region
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

S3 Transfer Acceleration

A
  • Increase transfer speed by transferring file to AWS edge location
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AWS Global Accelerator

A
  • Improve global application availability and performance using the AWS global network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AWS Global Accelerator vs CloudFront

A
  • both use the AWS global network and its edge locations
  • CloudFront: Improves performance for cache
  • Global Accelerator: no caching, proxying packets at the edge
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AWS Outposts

A
  • “server racks” that offers the same AWS infrastructure, services, APIs & tools for on-premises
  • AWS will setup and manage “Outpost Racks”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS WaveLength

A
  • Brings AWS services to the edge of the 5G networks
  • Ultra-low latency applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Local Zones

A
  • Bring AWS resources (compute, database, storage, …) closer to your users
  • Good for latency-sensitive applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Global Applications Architecture

A
  • Single Region, Single AZ (low availibility and latency, easy to set up)
  • Single Region, Multi AZ (high availibilty, low latency, medium to set up)
  • Multi Region, Active-Passive (high global reads, low global writes medium to set up)
  • Multi Region, Active-Active (high reads and writes, hard to set up)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly