Notes: It's always about data recovery strategies and reducing latency... Just understand how the cloud works.
It is a managed DNS. You can register domain names.
- Simple routing policy: Go to one IP
- Weighted routing policy: Share the traffic between IPs
- Latency Routing Policy: Send the closest IP
- Failover routing policy: Send the IP that works in case of an unhealthy server
CDN: Cache your website and reduce latency with edge locations.
Also provides DDOS protection.
Can take S3 or any custom origin as input.
Upload/Download files to/from edge locations that will interact with S3 for you.
It will reduce latency.
Use edge locations as proxies that will use the private AWS network.
Reduce Latency. No caching.
Server racks that offer the same AWS infrastructure for your own servers.
Designed for hybrid clouds.
Reduce latency for 5G networks with special places that serve directly to the 5G network.
Precise places that serve AWS services for app that requires very low latency.
- Single Region, Single AZ: Simple to setup but only available in one physical place
- Single Region, Multi AZ: Not optimized for latency but OK for recovery
- Multi Region, Active-Passive: Optimize the read latency with passive instances. Improves recovery.
- Multi Region, Active-Active: Optimize the r/w latency with active instances. Improves recovery.