LocalStack Manual cold start issue - deploy/account-settings
fails
#40
-
I'm trying to manually perform a cold start with LocalStack. I've made some progress, but I've encountered an issue. I'm currently trying to run
Tracing what
Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe this is the same issue as this discussion: Please try setting |
Beta Was this translation helpful? Give feedback.
It turns out that on LocalStack, when creating an organization the management account name becomes
master
. And so settingroot_account_aws_name: master
instacks/catalog/account-map.yaml
solves the issue.