Multiple applications on same Cluster #4608
Unanswered
adaosantos
asked this question in
Q&A
Replies: 1 comment
-
Hi @adaosantos ! With Copilot, by default ECS Services will share the Cluster within an environment 👍 so I believe your usecase should be a direct fit for copilot. For example, $ copilot env init --name production-1
$ copilot env init --name qa-1
$ copilot svc deploy --name service-1 --env production-1
$ copilot svc deploy --name service-2 --env production-1 You shouldn't need to do any configuration with manifest files to get the architecture described above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my case I have one cluster to provide same services, example:
And each service is in a different github repository, today I use terraform to provisioning that infra:
How I can reproduce this on copilot manifests ?
Beta Was this translation helpful? Give feedback.
All reactions