In this recipe, we will create a VPC manually and explore the default configurations that are created by AWS.
Creating a VPC in AWS
Getting ready
We need a working AWS account to complete this recipe.
How to do it...
We can create a VPC in AWS as follows:
- Log in to AWS and go to the VPC service in the console:
![](https://static.packt-cdn.com/products/9781838826253/graphics/assets/01cd65a3-f863-46c1-9a66-646241463d63.png)
- Click on Your VPCs on the left. You will be taken to the following screen:
![](https://static.packt-cdn.com/products/9781838826253/graphics/assets/30fec118-13ed-4758-834b-23f3966073f6.png)
- Click on Create VPC.
- Enter the details shown in the following screenshot and click Create:
![](https://static.packt-cdn.com/products/9781838826253/graphics/assets/e7240e01-4c2c-4f27-bedc-1a9c8dc578bf.png)
We should receive a success response similar to the one shown in the following screenshot...