Skip to content

Instantly share code, notes, and snippets.

@okram999
Created May 2, 2018 14:52
Show Gist options
  • Save okram999/c24fa40bd13c44bc61ef991370bb3968 to your computer and use it in GitHub Desktop.
Save okram999/c24fa40bd13c44bc61ef991370bb3968 to your computer and use it in GitHub Desktop.
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