Global Infrastructure Section Flashcards

1
Q

AWS DNS Records

A
  • www.google.com => 12.34.56.78 == A record (IPv4)
  • www.google.com => 2001:0db8:85a3:0000:0000:8a2e:0370:7334 == AAAA IPv6
  • search.google.com => www.google.com == CNAME: hostname to hostname
  • example.com => AWS resource == Alias (ex: ELB, CloudFront, S3, RDS, etc…)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon Route 53

A

• Route53 is a Managed DNS (Domain Name System)
• DNS is a collection of rules and records which helps clients understand
how to reach a server through URLs

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

AWS CloudFront

A
  • Content Delivery Network (CDN)
  • Improves read performance, content is cached at the edge
  • Improves users experience
  • 216 Point of Presence globally (edge locations)
  • DDoS protection (because worldwide), integration with Shield, AWS Web Application Firewall
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CloudFront – Origins

A

S3 bucket
• For distributing files and caching them at the edge
• Enhanced security with CloudFront Origin Access Identity (OAI)
• CloudFront can be used as an ingress (to upload files to S3)

Custom Origin (HTTP) 
• Application Load Balancer 
• EC2 instance 
• S3 website (must first enable the bucket as a static S3 website) 
• Any HTTP backend you want
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CloudFront vs S3 Cross Region Replication

A

CloudFront:
• Global Edge network
• Files are cached for a TTL (maybe a day)
• Great for static content that must be available everywhere

S3 Cross Region Replication:
• Must be setup for each region you want replication to happen
• Files are updated in near real-time
• Read only
• Great for dynamic content that needs to be available at low-latency in few regions

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

S3 Transfer Accelerator

A

Increase transfer speed by transferring file to an AWS edge location
which will forward the data to the S3 bucket in the target region

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

AWS Global Accelerator

A

• Improve global application availability and performance using the AWS
global network
• Leverage the AWS internal network to optimize the route to your application (60% improvement)
• 2 Anycast IP are created for your application and traffic is sent through
Edge Locations
• The Edge locations send the traffic to your application

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

AWS Global Accelerator vs CloudFront

A
  • They both use the AWS global network and its edge locations around the world
  • Both services integrate with AWS Shield for DDoS protection.

CloudFront – Content Delivery Network
• Improves performance for your cacheable content (such as images and videos)
• Content is served at the edge

Global Accelerator
• No caching, proxying packets at the edge to applications running in one or more AWS Regions.
• Improves performance for a wide range of applications over TCP or UDP
• Good for HTTP use cases that require static IP addresses
• Good for HTTP use cases that required deterministic, fast regional failover

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

AWS Outposts

A
  • AWS Outposts are “server racks” that offers the same AWS infrastructure, services, APIs & tools to build your own applications on-premises just as in the cloud
  • AWS will setup and manage “Outposts Racks” within your on-premises infrastructure and you can start leveraging AWS services on-premises
  • You are responsible for the Outposts Rack physical security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AWS WaveLength

A

• infrastructure deployments embedded within the telecommunications providers’
datacenters at the edge of the 5G networks
• Ultra-low latency applications through 5G networks
• Traffic doesn’t leave the Communication Service Provider’s (CSP) network
• High-bandwidth and secure connection to the parent AWS Region

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

AWS WaveLength

A

• infrastructure deployments embedded within the telecommunications providers’
datacenters at the edge of the 5G networks
• Ultra-low latency applications through 5G networks
• Traffic doesn’t leave the Communication Service Provider’s (CSP) network
• High-bandwidth and secure connection to the parent AWS Region

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