You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some facts as I experience most of the projects I work on:
Most of projects are setup secure by having their own aws account (e.g. test and production separated).
Also in almost every case the infrastructure for test is the same for production, only smaller instance sizes and/or desired counts to minimize capacity
When having an AWS account where you have multiple environments setup in, the task definition names will conflict with each other.
A suggestion, make the configuration more abstract:
Some facts as I experience most of the projects I work on:
When having an AWS account where you have multiple environments setup in, the task definition names will conflict with each other.
A suggestion, make the configuration more abstract:
Deploy with e.g.
ecs-deplojo --config example.yaml --env production --var="image=example:latest"
The text was updated successfully, but these errors were encountered: