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.
ROSA documentation)
Create VPC (- Goto https://your-region.console.aws.amazon.com/vpc/home
- Click “Create VPC” On the VPC settings, we could set the parameters as follows:
- Resources to create: 'VPC and more'
- Name: vpc-name
- Number of availability zones: 2
- Number of public subnets: 2
- Number of private subnets: 2
- Nat gateways: in 1 AZ
- 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
- Goto https://your-region.aws.amazon.com/vpcconsole/home?region=your-region#vpcs
- Input VPC name or tag or id etc in search field and search.
Create security groups
- Go to https://your-region.console.aws.amazon.com/vpcconsole/home?region=your-region#SecurityGroups
- Click on "Create security group."
- 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"