Has anyone deploy terraform script from one account to another that is apart of the same organization? This is for ecs tasks and service. I want to assume the roles from the main account.
t
Troy Knapp
04/02/2024, 10:31 PM
And ideally you segregate the different accounts via organizing them into different environments or workspaces
Troy Knapp
04/02/2024, 10:33 PM
You absolutely want to minimize code that touches two accounts at the same time, if you can.
l
Lights On
04/02/2024, 11:09 PM
I’ve create separate vpc, subnet, nat gateway. My intent to pull from the main ecs cluster.
Lights On
04/02/2024, 11:10 PM
We use cloud9 with ssm into vscode. The cloud9 instance are on different account.