
EC2 Basics
These are just basics fundamentals of EC2 I will post some more on EC2 on later blogs
- Renting virtual machines.
- You can store data on virtual drives or (EBS)
- During traffic you can distribute loads across machines (ELB)
- You can scale the services using an auto scaling group (ASG).
There are one hundred EC2 types. You choose the type of instance that fits best into your applications. t2. micro is part of the free tier you can get up to 750 per month which represents running the instance continuously for months.
- General purpose (T2, T3, M6): ideal for web servers, code repositories, development environments
- Compute optimized (C5): high CPU for scientific modeling, gaming servers, batch processing
- Memory optimized (R6, X1): fast performance for large in-memory datasets and databases
- Storage optimized (I3): high disk throughput and IOPS for NoSQL DBs, data warehousing
- Accelerated computing (P3, G4): hardware GPUs for machine learning, graphics rendering