Tạo máy chủ EC2

Tạo EC2 instance cho App Tier

  1. Tìm và chọn dịch vụ EC2 Git Bash
  2. Chọn Instances ở sidebar, sau đó click Launch instances Git Bash
  3. Name and tags điền My App Server 1 Git Bash
  4. Ở phần AMI:
    • chọn Amazon Linux
    • AMI chọn Amazon Linux 2 AMI (HVM) Git Bash
  5. Ở phần Key pair, ta chọn Proceed without a key pair vì ta sẽ connect EC2 instance thông qua AWS Systems Manager Session Manager. Git Bash
  6. Ở phần Network settings:
    • VPC chọn my-vpc
    • Subnet chọn Private Subnet 1
    • Auto-assign public IP chọn Enable
    • SG chọn Select existing security group
    • Common SG chọn AppTier-SG Git Bash
  7. Ở phần Advanced details, IAM instance profile chọn ec2role ta tạo ở trên Git Bash
  8. Click Launch instance Git Bash
  9. Hoàn thành tạo EC2 instance cho một server ở AppTierprivate subnet 1 Git Bash