apprunner-roadmap icon indicating copy to clipboard operation
apprunner-roadmap copied to clipboard

Simplify connections to AWS Databases

Open andreymillion opened this issue 2 years ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment

Additional context The killer feature of the service is simplicity. But in fact - it's easy to up and run just a very simple container with one open port.

If we need something a little more complicated, for example, connect to elasticache - this works the same way as ECS - setting up VPCs, networks, subnets, security groups and an expensive NAT gateway and etc. So my terraform app runner project is actually +/- the same size as the ECS project.

This is so simple use case - connect to DB. Is there a way to simplify this?

Feature request: What I expect is - select image, select the db to connect (maybe even from a drop down list) and boom - I throw money at the screen. Even for NAT gateway (but don't understand why I need this for the so simple service).

andreymillion avatar Jun 28 '22 20:06 andreymillion

Any update from the App Runner team? A database is the most common dependency of a web app AND API back-end - the star use cases for App Runner. App Runner should have first class support for connecting to a private RDS out of the box.

cade-coreschedule avatar Jul 26 '23 22:07 cade-coreschedule