Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add route table associations for S3 Gateway VPC endpoint * Remove NAT gateway ## Context When implementing non-default VPC in #72, we were running into issues where the ECS cluster would timeout when fetching the container image from ECR. Due to time pressure, we added a NAT gateway as a workaround, which bypasses the networking issues. The issue was that the S3 Gateway VPC endpoint did not have the route table associations it needed in the route tables for the private subnets. This change adds the required route table associations and removes the NAT gateway that was there as a workaround. ## Rollout NOTE: Network layer changes need to be manually applied on platform-test* repos since the network layer isn't automatically deployed as part of CD
- Loading branch information