Allow setting up private connection between Atlas App Services and AWS Elastic Beanstalk
I would like to set up a private connection between my Atlas App Services app and my AWS Elastic Beanstalk instance. Basically I want my Elastic Beanstalk instance to only accept requests that are coming from one of my App Services functions. I don't want it to accept requests from anywhere else on the internet.
I know there is a way to set up private peering between an Atlas Cluster's VPC and an AWS VPC (which I could put my Elastic Beanstalk instance inside of), but there is not currently any peering functionality for Atlas App Services.
-
Sean commented
Adding comment here
Example usage,
On live you have authentication, via a public address
But on pre-live env security says you may not expose the address to public ever.
This prevents pre-live environments from matching Live env
AND making it complex to work around not having URL address via VPC