1Password / scim-examples

1Password SCIM Bridge deployment examples
https://support.1password.com/scim/
MIT License
139 stars 135 forks source link

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

Open ag-adampike opened 5 months ago

ag-adampike commented 5 months ago

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.