In this step we will deploy resources such as VPC, EC2 instance, AWS Transit Gateway and route table within ap-southeast-1 (Singapore) region.
This step is very similar to the preparation step of previous section, with just few things to note:
Fill in the parameters as follows:
BranchVPC
10.4.0.0/24
10.4.0.0/16
branch
1. Access to VPC service, navigate to Transit gateways then click Create transit gateway
Configure the transit gateway as follows:
singapore-tgw
Transit Gateway for region Singapore
Uncheck default route table propagation to prevent new attachments from automatically creating association and propagation with the default route table.
2. Create a transit gateway attachment with the following configuration
branch-att
3. Create transit gateway route table and association
Within the Transit gateway route tables interface of the Singapore region, click Create transit gateway route table
Set the configuration as follows:
branch-tgw-rtb
After creating branch-tgw-rtb, select Associations tab and click Create association then associate with branch-att attachment.
Please open two tabs to select the Tokyo and Singapore regions in your browser to save time during configuration.