Is it possible to setup multi tenancy with copilot environments? #2389
-
Let's say I have several environments across multiple accounts. Something like: qa in an eng account is it possible to deploy services in the prod env that can be used or peered with a customer env in the same account? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @joshgoodson since |
Beta Was this translation helpful? Give feedback.
Hello @joshgoodson since
prod
andcustomer-env
are different environments, for now they must be in different VPCs. So they could only talk to each other using public internet (though the traffic can still be controlled by the LB security group). However, after #2394 hopefully we could address this issue by allowing environments to reuse the same VPC, which allows the services deployed within different envs can talk to each other using the service discovery.