I'm having issues with one Fargate service in a pu...
# general
a
I'm having issues with one Fargate service in a public subnet talking to another which is behind an internal alb in a private subnet. They're both in the same VPC created using awsx and have routes which cover the entire CIDR block of the VPC set to local.
I'm not sure what I should/can change so the public service can talk to the private one. I had an issue with an EC2 version of this service not having a proper route, but these routes were all created by awsx. I assumed public could already talk to private (and not isolated)
nvm, I know what it was.