-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while deploying Community::Organizations::EnableAWSServiceAccess #74
Comments
This error still appears today. _tasks.yml:: AccessAnalyzer:
Type: update-stacks
Template: ./access-analyzer.yml
StackName: !Sub '${resourcePrefix}-access-analyzer'
MaxConcurrentStacks: 10
Parameters:
targetId: !Ref SectoolsAccount
OrganizationBindings:
ManagementAccountBinding:
IncludeMasterAccount: true
Region: !Ref globalRegion access-analyzer.yml: AWSTemplateFormatVersion: '2010-09-09-OC'
OrganizationBindings:
# Binding for:
ManagementAccountBinding: # null = empty binding
Parameters:
targetId:
Type: String
Resources:
AccessAnalyzerServiceAccess:
Type: 'Community::Organizations::EnableAWSServiceAccess'
OrganizationBinding: !Ref ManagementAccountBinding
Properties:
ServicePrincipal: access-analyzer.amazonaws.com
AccessAnalyzerDelegatedAdmin:
Type: 'Community::Organizations::DelegatedAdmin'
DependsOn: AccessAnalyzerServiceAccess
OrganizationBinding: !Ref ManagementAccountBinding
Properties:
ServicePrincipal: access-analyzer.amazonaws.com
AccountId: !Ref targetId Error message:
|
hi @sshvetsov , thanks for reaching out!
Looking at the aws service call for |
Thanks a bunch for describing the I've submitted PR #114 to fix the I've also submitted PR org-formation/org-formation-reference#46 to the |
If you try to enable the AWS service access for
access-analyzer.amazonaws.com
, the following error happens inCommunity::Organizations::EnableAWSServiceAccess
resource type v0.1.0:The text was updated successfully, but these errors were encountered: