Created
May 2, 2018 14:52
-
-
Save okram999/c24fa40bd13c44bc61ef991370bb3968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 regions | |
2/more AZ's | |
AWS uses Intel Xeon processors | |
H1 - storage optimized - high disk throughput and high sequential IO | |
` | |
EC2 Purchasing Options: | |
- On demand | |
- Reserver instances | |
- Scheduled instances | |
- spot instances | |
- Dedicated | |
- Dedicated Hosts [Pay for a physical host that us filly dedicared to running your instances] | |
` | |
ELASTIC BLOCK STORAGE: | |
- Backed up in S3 | |
- Performace/throughput is directly proportional to the size of the drive | |
- EBS are in a single AZ [to get it in a different Region, we have to take snapshot and build one out of it] | |
Virtual Private Cloud | |
- Should create a private subnet & a public subnet | |
- Use a VPC NAT Gateway for the private nodes to get out to the internet | |
AWS Trust Advisor | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment