aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Option to disable the awsapprunner.com URL (when using WAF/Cloudfront) #187

Open andreas-bergstrom opened 1 year ago

andreas-bergstrom commented 1 year ago

Community Note

Tell us about your request When using Cloudfront and/or WAF in front of App Runner to hide the services IP-addresses, the services are still reachable on https://foobar.region.awsapprunner.com. While this URL is difficult to just guess, it's still a security (DDoS) risk if they somehow end up in the wrong hands.

If we could access the security group or even better just tick a box to disable the awsapprunner.com URL, this would be solved.

Describe alternatives you've considered Having some logic in the application level to ignore requests not coming from other AWS services, but this is only a slight protection as the requests will still saturate the App Runner services.