Hi,
I’m part of a team that supports a client’s Zapier.com connectivity with an AWS hosted RDS.
Traffic from zapier.com actually needs to pass through another AWS account were 3 network resources do additional filtering - a Global Accelerator > NLB > Nginx before traffic finally gets through to an RDS DB instance hosted in another AWS account.
My question is: is there a simpler way to implement this? The client wants to migrate the current setup into a new AWS account but we can’t seem to reverse-engineer whatever was setup in the AWS account with the 3 network resources.
To rephrase the question, is it safe to just setup the Global Accelerator > NLB > NGINX > RDS DB instance in one AWS account?
Thanks in advance for any inputs!