In this step, you will build the network infrastructure in AWS. In this section, you’ll leverage the template from AWS Quick Start to build a secure and high availability (HA) network infrastructure using AWS CloudFormation. This is the architecture that will be built from the template.
In this section, you will get hands-on experience with AWS CloudFormation to build network infrastructure.
Login to AWS Management Console
In the Create stack interface
Implement stack configuration
Perform Network configuration.
This setting will allow any IP to remote into the RDP port of the EC2 instance that is about to be created. This is not a secure configuration and it is not recommended for deployment in production. We’ll come back and tighten access once CloudFormation has finished deploying the template.
In Amazon EC2 configuration step
The above Diagram shows two RDGW hosts (one host per Availablity Zone (AZ)). As a practice goal, we’ll start with an RDGW host to reduce CloudFormation’s initial run time. However, according to the diagram, you can see that the RDGW host is deployed to the Autoscaling Group. After the CloudFormation stack deployment is complete, you can try to configure the AutoScaling group. AutoScaling group is the key service that provides availability and scalability for your application.