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. We need to setup a common VPC for all the ec2 instances and then create a public subnet that allows public inbound requests, enable Internet Gateway for that, and add routing table entries to ensure incoming requests are propogated. Next step is to setup a Security Group that allows inbound traffic for HTTP and HTTPS.
Read more