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 the bug
Security_Resources fails when upgrading from 1.5.1 to 1.7.1 with LogGroupName aws-accelerator-cloudtrail-AccountTraill already exists To Reproduce
Update the LZA as of documentation: Updating the AWSAccelerator-InstallerStacks with latest, specifying release/v1.7.1 as branch name.
AWSAccelerator-Installer succeeds.
Running the AWSAccelerator-Pipeline fails on AWSAccelerator-SecurityResourcesStack and runs
Expected behavior
Stacks created successfully, and the Pipeline AWSAccelerator-Pipeline to run OK.
Please complete the following information about the solution:
Version: v1.7.1
Region: eu-north-1
Was the solution modified from the version published on this repository? No
If the answer to the previous question was yes, are the changes available on GitHub?
Have you checked your service quotas for the services this solution uses?
Were there any errors in the CloudWatch Logs? Yes, or rather from the pipeline.
AWSAccelerator-SecurityResourcesStack-XXX-eu-central-1 failed: Error: The stack named AWSAccelerator-SecurityResourcesStack-XXX-eu-central-1 failed to deploy: UPDATE_ROLLBACK_COMPLETE: Resource handler returned message: "Resource of type 'AWS::Logs::LogGroup' with identifier '{"/properties/LogGroupName":"aws-accelerator-cloudtrail-AccountTrail"}' already exists." (RequestToken: 90fa8d52-8b33-8507-76e8-590f62ee977a, HandlerErrorCode: AlreadyExists)
--
227 | at FullCloudFormationDeployment.monitorDeployment (/codebuild/output/src2133/src/s3/00/source/node_modules/aws-cdk/lib/api/deploy-stack.ts:523:13)
228 | at processTicksAndRejections (node:internal/process/task_queues:95:5)
229 | at async Object.deployStack (/codebuild/output/src2133/src/s3/00/source/node_modules/aws-cdk/lib/cdk-toolkit.ts:332:24)
230 | at async /codebuild/output/src2133/src/s3/00/source/node_modules/aws-cdk/lib/util/work-graph.ts:105:11
Describe the bug
Security_Resources fails when upgrading from 1.5.1 to 1.7.1 with LogGroupName aws-accelerator-cloudtrail-AccountTraill already exists
To Reproduce
Expected behavior
Stacks created successfully, and the Pipeline AWSAccelerator-Pipeline to run OK.
Please complete the following information about the solution:
Screenshots
Logs:
Additional context
This looks like a related issue, but on another resource: #471
The text was updated successfully, but these errors were encountered: