3,4 Flashcards
Regions
Groups of data centers and servers all around the world, separated by regions
0 data is moved from one region to the other without given permission
4 things to think when picking region
- Local Compliance
- Proximity - how close are you to the customers
- Latency - time for data to be sent and received
4.feature availability- are the features in this region for AWS - pricing - some regions are more expensive
AZ
Availability Zone - one or a group of data centers in a region
CDN
Content delivery network
Caching data in a different region closer to customer
Amazon Cloud Front
Caching data in a different region
uses edge locations
CDN (getting data closer to customers)
Amazon route 53
directs customers to the right web locations with low latency
used with cloud front
AWS DNS service
Aws Outposts
Owned and opeated by AWS
AWS installs a fully operational mini region, inside your own data center.
Interacting with AWS services
AWS management console
AWS Command Line Interface (CLI)
AWS Software Development kits (SDK’s)
CLI vs SDK’s
CLI- uses a command line interface
SDK’s - uses multiple programming languages
AWS Elastic Beanstalk
provisioning EC2 instances
It takes your application code and configurations and provisions the instance
AWS CloudFormation
IaC, supports EC2, storage, database and analytics and more
Give CloudFormation the templet and it provisions from there
(manages the API’s for you)
infastrusture as code - deployes templet
AWS VPC
Virtual private cloud
provision a logically separated part of the cloud, can be public or private (allows you to define your private IP range)
Public Traffic using a VPC
To allow data inside VPC you need an internet gateway
Private Traffic using a VPC
Use a private gateway (virtual private gateway)
AWS Direct connect
a completely private dedicated fiber connection
great for low latency, compliance and high speeds