Are there any gotchas I'm missing to set up a Zappa project on AWS with Mongodb Atlas? I started following the guide on this page and have branched out to various other resources since: https://docs.atlas.mongodb.com/security-vpc-peering/
I have a VPC peered with my Atlas Cluster. Both sides say the connection is Active.
I have a Route Table with 2 routes:
Destination: <My VPC CIDR> Target: local
Destination: <My Atlas CIDR> Target: <My Atlas Peering ID>
The Route Table's VPG has Propogate set to True, but none of the Routes are Propogated.
There are 4 Subnets associated with that Route Table.
All 4 Subnets and the VPC are connected to the Zappa Function on Lambda.
Also connected to the Function are a very liberal Execution Role and Security Group.
The Security Group and VPC CIDR are both Active on Atlas' IP Whitelist page.
There is also a Network ACL associated with all 4 Subnets with very liberal Inbound and Outbound Rules.
The Atlas Cluster and AWS Region are the same.
I tried Whitelisting all IPS and that did not work
The API Gateway does not have a VPC Link, no NLB's exist (Is that strictly an EC2 thing? The plan is to deploy on Lambda and since I'm in early dev I don't have a Certificate to select yet.)