Open zaid-themedcompany opened 8 months ago
Also deleting the stack takes ages, I suppose again because there is no AWS Audit manager in eu-west-3?
I tried a workaround to exclude Paris region from the audit Manager in security-config.yaml, but no luck:
auditManager:
enable: true
excludeRegions:
- eu-west-3
I also tried exclude Paris from the awsConfig using the following:
awsConfig:
excludeRegions:
- eu-west-3
But got the following error in the pipeline in Security_Resources stage and the stack AWSAccelerator-SecurityResourcesStack-xxxxx-eu-west-3
"Invalid request provided: NoAvailableConfigurationRecorder"
I tried a workaround to exclude Paris region from the audit Manager in security-config.yaml, but no luck:
auditManager: enable: true excludeRegions: - eu-west-3
I also tried exclude Paris from the awsConfig using the following:
awsConfig: excludeRegions: - eu-west-3
But got the following error in the pipeline in Security_Resources stage and the stack AWSAccelerator-SecurityResourcesStack-xxxxx-eu-west-3
"Invalid request provided: NoAvailableConfigurationRecorder"
I can't say regarding the main issue, but we also ran into the NoAvailableConfigurationRecorder
. This was mainly due to enabling a new region in Control Tower but not updating enrolled accounts. This leads to AWS Config in the new regions to not be initialized. The fix was to simply update enrolled accounts through Control Tower.
Hello, any update here? @ye-yng how do you update de enrolled accounts to the new region? could you share de steps here?
We are having the same problem with version 1.9.1 when enabling a secondary region.
This helped us but is not the expected behavior: https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/517#issuecomment-2258839456
AWSAccelerator-SecurityResourcesStack-3111XXXXXXXX-us-west-2 | 0/89 | 9:38:02 PM | CREATE_FAILED |
AWS::Config::ConfigRule | AcceleratorEc2InstanceDetailedMonitoringEnabled
(AcceleratorEc2InstanceDetailedMonitoringEnabled9F032168) Resource handler returned message: "Invalid request provided:
NoAvailableConfigurationRecorder" (RequestToken: XXXXXXXX-dee3-ee84-d6cb-7d8268aXXXXX, HandlerErrorCode:
InvalidRequest)
Hello, any update here? @ye-yng how do you update de enrolled accounts to the new region? could you share de steps here?
Hi, I don't quite recall the details regarding our specific error, but updating enrolled accounts in Control Tower did solve it.
Assuming you enabled new regions in your Control Tower Landing Zone, perform the following steps to update enrolled accounts:
I couldn't find a more efficient solution at the time but this solved our issues.
Have same issue but didn't add any new region v1.9.2
201 | new ManagedRule (/codebuild/output
`
Describe the bug When running LZA for healthcare configuration here and I deploy the solution to eu-west-3 (Paris) then the AWSAccelerator-Pipeline fails in the Organization stage and stack AWSAccelerator-OrganizationsStack-xxxxx-eu-west-3 runs till it times out, and fails to create logical Id AuditManagerEnableOrganizationAdminAccount
Is this happening config used for lza healthcare required Audit manager service which isn't available in Paris eu-west-3?
To Reproduce Run the lza with the healthcare configuration (excerpt below)
Expected behavior It should pass and the AWSAccelerator-Pipeline finishes successfully
Please complete the following information about the solution:
Screenshots
Additional context