Leveraging the AWS Global Infrastructure Flashcards
Global DNS service that can be used to route users to the closest deployment with the least amount of latency
Route 53
Global Content Delivery Network (CDN) service that replicates parts of your application to AWS Edge Locations to decrease latency and cache common requests
CloudFront
Service that increases transfer speeds from all around the world to a single S3 bucket by first transferring files to an AWS Edge Location, then sending them to the S3 bucket via AWS’ private network
S3 Transfer Accelleration
Service that improves global application availability and performance using the AWS global network
AWS Global Accelerator
What is the difference between Global Accelerator and Cloudfront?
Cloudfront is a Content Delivery Network that serves content from the edge while Global Accelerator improves performance of user’s traffic to your application
Server racks that allow you to treat internal servers like they are AWS cloud servers
AWS Outposts
Infrastructure deployments embedded within the telecommunications providers’ datacenters at the edge of 5G networks; used for ultra-low latency applications through 5G networks
AWS Wavelength
Service that places AWS compute, storage, database, and other AWS services closer to end users to run latency-sensitive applications; extension of an AWS Region that typically is available in major metropolitan areas
AWS Local Zones
Global architecture where reads/writes are only done using the Active EC2 instance while a passive EC2 is available in a separate region, but is read-only; improves global read latency
Multi-Region, Active-Passive
Global architecture where multiple EC2 instances, existing in different regions, can take write and read actions; replication is constantly happening between the regions
Multi Region, Active-Active
Route 53 routing policy that contains no health checks; a web browser sends a web address to the DNS system and gets an IP back
Simple Routing Policy
Route 53 routing policy that allows us to distribute traffic across multiple EC2 instances as well as specify that traffic distribution
Weighted Routing Policy
Route 53 routing policy that directs users to closest server based on their geographic location
Latency Routing Policy
Route 53 routing policy that sends traffic to secondary instance if the health check on the primary instance fails
Failover routing policy
Which aspect of AWS infrastructure enables global deployment of compute and storage?
A) Availability Zones
B) Regions
C) Tags
D) Resource Groups
B) Regions