Create and Secure AWS EB Application with multiple Environments
Now I've developed an application that works on top a set of services that are collecting and elaborating data collected from the Internet (app_one, app_two, app_three) and then I have a core App that merges and visualizes that information (app_core). This project is based on top of AWS Elastic Beanstalk, having for each App its own git. To handle the connection between Apps I've (insecurely) mapped each service with a subdomain. What I would like to do I will love to move development of this project inside a VPC and secure the interfaces between the REST Flask Apps (one,two,three) and the