AWS EC2 - Elastic Compute 2

Key Points

💡
No. of ports in a computer: 65535
💡
Status Check
  • 0/2 - H/W failure
  • 1/2 - OS failure
  • 2/2 - Success


Agenda - Day 1

  1. Understanding Region, Availability Zone (AZ)
  1. AWS Services
  1. Understanding EC2
  1. Practical EC2
  1. Web Server creation and setup
  1. Deploy static website using windows server and Ubuntu

Configuring Machine

  1. Click on Service → Compute → EC2 → Launch Instance
    1. Name and tag: Instance 1
    1. AMI: Windows server 2022 base
    1. Instance type: t2.micro - 1CPU, 1GB Ram
    1. Key,Pair: harshdev1
    1. Network settings
      1. VPC - default
      1. Subnet - No Preference
      1. Auto Assign Public IP - Enabled
      1. Firewall (security groups)
        • Create Security Group: security1
        • Description: This is for my first AWS Instance
        • Inbound Security Group Rules: rdp-3389
        • Source type: anywhere

    f. Configuration Storage

    g. Number of Instances: 1

    h. Click launch Instance


Connecting to machine