Perform the following steps to create a stack for the VPC from the AWS console:
- Go to https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new to create a new stack using CloudFormation. You should see a screen as shown in this screenshot:
Provide the path for your template file, and click on the Next button.
- In the next window, we need to specify Stack name, which is the unique identifier for our stack, as follows:
Provide the stack name, and click on Next.
- The next screen is optional; in case ...