Skip to content

Launching an EC2 Instance πŸš€ ​

Now that you know about families, sizes, and AMIs, it’s time to launch your very first EC2 instance – your personal cloud PC.

Don’t worry, it’s easier than brewing instant noodles 🍜.

Step 1: Open the AWS Management Console ​

  1. Login to your AWS account
  2. Navigate to Services β†’ EC2
  3. Click Launch Instance – your adventure begins! πŸ–±οΈ

Step 2: Choose an AMI ​

Pick your β€œpre-cooked kitchen”:

  • Amazon Linux / Ubuntu β†’ beginner-friendly, free 😎
  • Windows β†’ if you love RDP and Windows apps πŸͺŸ
  • Marketplace AMIs β†’ preconfigured for apps like WordPress or Docker 🧰

Tip: Start simple – Ubuntu or Amazon Linux is perfect for noobs.

Step 3: Choose Instance Type & Size ​

Remember our apartment analogy? Pick wisely:

SizeUse Case
NanoTiny test scripts 🍼
MicroSmall websites 🌱
SmallSmall apps πŸ› οΈ
MediumMedium apps πŸ“¦
LargeWeb servers 🌐
XlargeMedium production πŸš€
2XlargeHeavy-duty palace πŸ‘‘

Tip: Start small, scale later. You can always upgrade your β€œapartment” 🏒

Step 4: Configure Instance ​

  • Network & Subnet – usually default is fine 🌐
  • IAM Role – optional, only if your instance needs AWS permissions πŸ›‘οΈ
  • Shutdown behavior – decide if you want to stop or terminate instance when shutting down ⏹️
  • Advanced options – leave for later, noob-friendly settings are enough for now πŸ˜…

Step 5: Add Storage ​

  • Default storage is usually 8–20 GiB SSD 🏎️
  • Increase if needed, but remember Free Tier has limits ⚠️

Step 6: Configure Security Groups ​

  • Security groups = firewall rules πŸ”₯
  • Allow SSH (port 22) for Linux or RDP (port 3389) for Windows
  • Pro tip: Only allow your IP – don’t leave the door wide open 🏰

Step 7: Add Key Pair ​

  • Key pair = your magic key to enter the instance πŸ—οΈ
  • Either create a new one or use an existing key
  • Download .pem file and keep it safe – losing it = no entry 😱

Step 8: Launch Your Instance ​

  • Click Launch
  • Wait a few minutes while AWS spins up your cloud PC ⏳
  • Connect via SSH (Linux) or RDP (Windows)

Congratulations! πŸŽ‰ You just launched your first EC2 instance. Your cloud adventure begins now.

Built by noobs, for noobs, with love πŸ’»β€οΈ