Skip to content

Issue with Configuring App Runner to Communicate with RDS Database: Active VpcIngressConnections Error

0

I am currently working on configuring our App Runner service to communicate with our RDS database. Here’s the detailed scenario:

RDS Database Setup: We are using an RDS database with the default VPC, subnets, and security groups. The RDS instance is currently not publicly accessible. App Runner Configuration: In the App Runner configuration, under the Networking tab, I want to set up outgoing traffic to use a custom VPC to communicate with the RDS database. I created a new VPC connector and selected the same VPC, subnets, and security groups that are used by the RDS database. Issue Encountered: After configuring the VPC connector and attempting to save the changes, I received the following error: "Delete the active VpcIngressConnections associated with it first." Can anyone provide guidance on how to fix this issue?

1 Answer
0

Hello.

"Outgoing" settings are required to communicate between RDS and AppRunner.
"VpcIngressConnections" is a setting used for inbound rules to AppRunner, so if it is set, there is no problem in deleting it.
a

https://docs.aws.amazon.com/apprunner/latest/dg/network-vpc.html

You can delete it by following the steps in the document below "VpcIngressConnections".
https://docs.aws.amazon.com/apprunner/latest/dg/network-pl-manage.html

EXPERT

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.