scim-examples icon indicating copy to clipboard operation
scim-examples copied to clipboard

CloudFormation template: ECS cluster creation can fail if not dependent on ExecutionRole

Open ag-adampike opened this issue 5 months ago • 0 comments

When using our CloudFormation template, ECS cluster creation may fail if the ExecutionRole resource has not been created. Example error:

Invalid request provided: CreateCluster Invalid Request: Unable to assume the service linked role. Please verify that the ECS service linked role exists.

When encountering this, the error was corrected by making the ECSCluster dependent on the ExecutionRole.

ag-adampike avatar Jan 25 '24 15:01 ag-adampike