How to create a subnet: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Creating a Subnet == * Login to the VPC console: : https://console.aws.amazon.com/vpc * From the left pane, click on “Subnets” -> “Create Subnet”: :* Name tag: Cust..." |
No edit summary |
||
Line 5: | Line 5: | ||
:* Name tag: Custom-subnet | :* Name tag: Custom-subnet | ||
:: Note: Replace the Custom-subnet name according to your needs. | :: Note: Replace the Custom-subnet name according to your needs. | ||
:* VPC: Select the relevant VPC name. | |||
:* Availability Zone: Select an availability zone (for example: eu-west-1a) | |||
:* IPv4 CIDR block: Specify 10.0.10.0/24 | |||
:: Note: Replace the CIDR block according to your needs. | |||
:: For more information, see: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html | |||
* Click on "Yes, Create" | |||
* Logoff the Amazon console |
Latest revision as of 08:06, 29 April 2018
Creating a Subnet
- Login to the VPC console:
- From the left pane, click on “Subnets” -> “Create Subnet”:
- Name tag: Custom-subnet
- Note: Replace the Custom-subnet name according to your needs.
- VPC: Select the relevant VPC name.
- Availability Zone: Select an availability zone (for example: eu-west-1a)
- IPv4 CIDR block: Specify 10.0.10.0/24
- Note: Replace the CIDR block according to your needs.
- For more information, see: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html
- Click on "Yes, Create"
- Logoff the Amazon console