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
When installing the AWS integration into an account which already has been registered in Datadog, the integration should either fail and leave the existing registration unchanged or succeed and update the existing registration with the configuration passed to the integration.
Actual Behavior
When installing the AWS integration into an account which has already been registered in Datadog, the integration will fail and then delete the pre-existing registration
We are encountering this as we have the V1 Datadog integration configured for our older accounts but would like to use the V2 integration for all new accounts. This would require us to load the stackset for all OUs instead of manually per new account. However to do this we need a way for stack instances run in existing accounts to not fail (and rollback resources it didn't create).
Steps to Reproduce the Problem
This issue is related to #85 but highlights broader problem with how the integration Lambda function is written
Add an AWS account to datadog (manually or otherwise)
Run the main organizations stackset (MainDatadogStackV2)
Expected Behavior
When installing the AWS integration into an account which already has been registered in Datadog, the integration should either fail and leave the existing registration unchanged or succeed and update the existing registration with the configuration passed to the integration.
Actual Behavior
When installing the AWS integration into an account which has already been registered in Datadog, the integration will fail and then delete the pre-existing registration
We are encountering this as we have the V1 Datadog integration configured for our older accounts but would like to use the V2 integration for all new accounts. This would require us to load the stackset for all OUs instead of manually per new account. However to do this we need a way for stack instances run in existing accounts to not fail (and rollback resources it didn't create).
Steps to Reproduce the Problem
This issue is related to #85 but highlights broader problem with how the integration Lambda function is written
MainDatadogStackV2)Specifications
https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml
Stacktrace
Here are the relevant cloudwatch logs