Open CodarioIO-alexey-beloglazov opened 3 years ago
Hey @CodarioIO-alexey-beloglazov,
Thanks heaps for reporting. I've placed an allowlist for the regions for Greengrass to stop this behaviour. Should be in 0.2.59 of the CLI.
Let me know if you hit any issues though.
It reproduces only for
us-west-1
region on my account. I provided all permissions for AWS credentials.The command
former2 generate --region=eu-central-1 --exclude-services=greengrass --output-cloudformation=/tmp/3144e19e-6cbe-4ca6-b9e8-7e60a48a9585/217096764149_eu-central-1.yml --output-raw-data=/tmp/3144e19e-6cbe-4ca6-b9e8-7e60a48a9585/217096764149_eu-central-1_debug.json --output-logical-id-mapping=/tmp/3144e19e-6cbe-4ca6-b9e8-7e60a48a9585/217096764149_eu-central-1_ids.json --sort-output --include-default-resources
There are detected 139 resources, 138 processes fine, but the last one just executes about 15 minutes and throws an exception:
For other regions that work fine. I resolved that used
--exclude-services=greengrass
.