DEV Community

Cover image for Everything in AWS Connects Back to EC2 β€” My Starting Point πŸš€
Rupen Gotmare
Rupen Gotmare

Posted on

Everything in AWS Connects Back to EC2 β€” My Starting Point πŸš€

Before I dive into writing about my weekly AWS projects and practicals, I wanted to start with the foundation that really shaped my understanding of cloud computing: Amazon EC2 (Elastic Compute Cloud).

Learning EC2 was the turning point for me. It helped me understand why certain services exist, how they connect, and when to use them.

(Not where I want to be yet β€” but trying to, step by step πŸ’ͺ)

🟒 Essential EC2 Services & Microservices I Learned

Here’s the list of core services and features I worked with that gave me clarity:

  1. EC2 Instance Types – General purpose, compute-optimized, memory-optimized, storage-optimized.
  2. Amazon Machine Images (AMIs) – Preconfigured OS + software stacks.
  3. Elastic Block Store (EBS) & Instance Store – Persistent vs ephemeral storage.
  4. Elastic Load Balancer (ELB) & Target Groups – Distributing traffic across instances.
  5. Auto Scaling – Scaling infrastructure dynamically.
  6. Security Groups & NACLs – Controlling inbound and outbound traffic.
  7. Elastic IPs & ENIs – Static IPs and virtual network cards.
  8. Placement Groups – Optimizing instance placement (cluster, spread, partition).
  9. Pricing Models – On-Demand, Reserved, and Spot Instances.
  10. EC2 User Data & Metadata – Automating configuration and fetching instance info.
  11. Systems Manager (SSM) Agent – Managing EC2 without SSH/RDP.
  12. CloudWatch Monitoring – Metrics, logs, and alarms. **

✨ Key Takeaway**

By learning and applying these, I started to see how AWS ties everything together into scalable, secure, and cost-effective systems.

πŸ”œ What’s Next

Starting next week, I’ll be publishing weekly posts here on projects and real-world implementations I’ve built using these services.

If you’re just starting out, my advice (i am in no position but learnt something through this) : don’t rush past EC2. It’s the core of AWS and makes everything else much easier to understand.

πŸ”— Follow along if you’re also on this journey β€” let’s learn in public together! πŸš€

Top comments (0)