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
Hi there, I went to deploy this stack today and got the following error:
(thrown when creating the ConfigRole resource)
Policy arn:aws:iam::aws:policy/service-role/AWSConfigRole does not exist or is not attachable. (Service: AmazonIdentityManagement; Status Code: 404; Error Code: NoSuchEntity; Request ID: 7a7836dd-0c87-4dca-85cb-6e94da045748; Proxy: null)
This probably caused the second error:
(thrown when creating the DeliveryChannel resource)
Configuration recorder is not available to put delivery channel. (Service: AmazonConfig; Status Code: 400; Error Code: NoAvailableConfigurationRecorderException; Request ID: 0c9fa708-2bc4-43bf-a0e5-9f64290c1004; Proxy: null)
I confirmed that the ConfigRole resource is indeed trying to access
I noticed that the managed policy referenced in the policy does not exist in our AWS account. Could it be because our account is part of an AWS Organization?
As a workaround, I'll copy the YAML for this stack directly into the CDK app we use to deploy, and simply change the policy name to the AWS Organizations version.
The text was updated successfully, but these errors were encountered:
Hi there, I went to deploy this stack today and got the following error:
(thrown when creating the
ConfigRole
resource)This probably caused the second error:
(thrown when creating the
DeliveryChannel
resource)I confirmed that the
ConfigRole
resource is indeed trying to accessI noticed that the managed policy referenced in the policy does not exist in our AWS account. Could it be because our account is part of an AWS Organization?
As a workaround, I'll copy the YAML for this stack directly into the CDK app we use to deploy, and simply change the policy name to the AWS Organizations version.
The text was updated successfully, but these errors were encountered: