When setting up communications from C9 to something hosted in AWS or GCE, which CIDR should I use to allow traffic from C9?
Example: In order for my development service running in C9 to access my database running in RDS, what CIDR should I use on the security group (currently doing 0.0.0.0/0 which ain’t good)?
Thanks!