You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what happened:
On a new environment deployment of our datadog-forwarder failed with the following error:
Unable to retrieve Arn attribute for AWS::IAM::Role, with error message The role with name datadog-forwarder-ForwarderRole-xxxxx cannot be found. (Service: Iam, Status Code: 404, Request ID: <guid>)
In the CloudFormation events we can see the ForwarderRole creation succeeded, and the Forwarder creation failed saying it couldn't find the role.
Describe what you expected:
I expected the deployment to complete successfully
Describe what happened:
On a new environment deployment of our
datadog-forwarder
failed with the following error:Unable to retrieve Arn attribute for AWS::IAM::Role, with error message The role with name datadog-forwarder-ForwarderRole-xxxxx cannot be found. (Service: Iam, Status Code: 404, Request ID: <guid>)
In the CloudFormation events we can see the
ForwarderRole
creation succeeded, and theForwarder
creation failed saying it couldn't find the role.Describe what you expected:
I expected the deployment to complete successfully
Steps to reproduce the issue:
Prepare an empty AWS account
Prepare a deployment as described in the docs.
Run the deployment
Observe the failure
Workaround
IMPORTANT
This is highly intermittent. You may need to try this a few times to reproduce it.
Notes from investigation
We noticed the template has this element:
We think this should depend on
ForwarderRole
The text was updated successfully, but these errors were encountered: