EC2 (Elastic Compute Cloud)

aws/compute aws/service

💡 Definition

Amazon EC2 is a web service that provides secure, resizable compute capacity in the cloud. It allows you to launch virtual servers (instances) to run applications.

🔑 Key Concepts

⚙️ How it Works

  1. Select Region: Choose where to run the server.
  2. Select AMI: Choose the OS (Linux, Windows).
  3. Choose Instance Type: Select CPU/RAM capacity (e.g., t2.micro).
  4. Configure Network: Place in a VPC and Subnet.
  5. Attach Storage: Add EBS volumes.
  6. Launch: Connect via SSH (Linux) or RDP (Windows).

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Auto Scaling * Load Balancer