Microservices on EC2
Network and deployment configuration for setting up microservices with http proxy / load balancer and bastion on EC2. This involves securing the EC2 instance and ensuring client requests are routed correctly to http proxy / load balancer. Setup a common VPC for all EC2 instances, create public and private subnets, enable Internet Gateway for public subnet and setup NAT box for private subnet, and add routing table entries to route traffic. Setup Security Group that allows inbound traffic for HTTP and HTTPS.
Read more