25.2.3.6. Configure the VPC Private Subnet Default Route
Summary
This topic covers the steps required to configure the VPC private subnet default route. JBoss EAP 6 cluster nodes will run in the private subnet of the VPC, but cluster nodes require Internet access for S3 connectivity. A default route needs to be set to go through the NAT instance.
Procedure 25.10. Configure the VPC Private Subnet Default Route
- Navigate to the Apache HTTP server instance in the Amazon AWS console.
- Navigate to the VPC → route tables.
- Click on the routing table used by the private subnet.
- In the field for a new route enter
0.0.0.0/0. - Click on "Select a target".
- Select "
Enter Instance ID". - Choose the ID of the running Apache HTTP server instance.
Result
The default route has been successfully configured for the VPC subnet.