SUMMARY
How do I change the network configuration in AWS after deployment?
ISSUE
By default Boomerang creates a new Virtual Private Cloud (VPC) and launch all VMs inside it.
RESOLUTION
AWS VPC is an isolated network segment in AWS. The default VPC that Boomerang creates has securely configured. VMs have no public IP address assigned, and only SSH and RDP are allowed. You can further control and manage desired network configuration in AWS by viewing the AWS VPC Management console.
TASKS
- Reconfigure security group to expose more ports
- Setup more gateways, subnets and route tables
- Establish a VPN connection directly between an on-premise network to a VPC. Please see http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html for further details