Create AWS VPCs , Subnets and Security groups - RedHatInsights/uhc-portal GitHub Wiki

Goal

Set up custom AWS VPCs, subnets, and security groups to support development and testing activities.

Create VPC (ROSA documentation)

  1. Resources to create: 'VPC and more'
  2. Name: vpc-name
  3. Number of availability zones: 2
  4. Number of public subnets: 2
  5. Number of private subnets: 2
  6. Nat gateways: in 1 AZ
  7. Keep all other settings at their default values, unless there is a specific requirement to modify them.
  • Click on 'Create VPC'
  • Wait for VPC to create successfully.

List the VPCs

Create security groups

  • Enter a name for the security group.
  • Provide a relevant description.
  • Select the appropriate VPC.
  • Add inbound and outbound rules as per your requirements. If there are no specific requirements, you may leave the default settings.
  • Click on "Create security group"