How to aws amplify access to private vpc

0

Our project employs Next.js and is deployed using full-stack AWS Amplify. However, the database resides within a VPC private subnet. What options are available to address this configuration?

1 Answer
0

Hello.

This is an answer from a year ago, but as far as I can see from the answers below, there seems to be no way to connect directly to VPC.
As a workaround, it seems possible to connect Amplify's backend Lambda to the VPC so that it can communicate with RDS.
https://repost.aws/ja/questions/QUaqTDfgxWSEOLwbzsWhfnNg/next-js-on-amplify-how-to-connect-to-an-rds-database?sc_ichannel=ha&sc_ilang=en&sc_isite=repost&sc_iplace=hp&sc_icontent=QUaqTDfgxWSEOLwbzsWhfnNg&sc_ipos=4

I think the following blog will be helpful for the structure.
https://alatech.medium.com/micro-frontends-with-aws-amplify-part-4-3790f4fc1677

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month 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.

Guidelines for Answering Questions