Skip to content

Commit e91369c

Browse files
authored
Update AWSOrganizationDeployment.yml
1 parent 383853b commit e91369c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

integration-setup/aws-accounts/AWSOrganizationDeployment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: Deploys OpenGovernance Platform to AWS Organization
2+
Description: Deploys OpenComply Platform to AWS Organization
33

44
Parameters:
55
IAMUsernameInOrganizationAccount:
66
Type: String
7-
Default: OpenGovernanceIAMUser
7+
Default: OpenComplyIAMUser
88
Description: IAM User to create
99
RoleNameInAccount:
1010
Type: String
11-
Default: OpenGovernanceReadOnly
11+
Default: OpenComplyReadOnly
1212
Description: The name of the role that will be assumed in each member account.
1313
AccountList:
1414
Type: String
@@ -40,7 +40,7 @@ Resources:
4040
- 'sts:AssumeRole'
4141
- 'sts:TagSession'
4242
Policies:
43-
- PolicyName: OpenGovernanceRoleAssumption
43+
- PolicyName: OpenComplyRoleAssumption
4444
PolicyDocument:
4545
Version: "2012-10-17"
4646
Statement:
@@ -72,7 +72,7 @@ Resources:
7272
- arn:aws:iam::aws:policy/IAMAccessAnalyzerReadOnlyAccess
7373
- arn:aws:iam::aws:policy/IAMAccessAdvisorReadOnly
7474
Policies:
75-
- PolicyName: OpenGovernanceSSOPermissions
75+
- PolicyName: OpenComplySSOPermissions
7676
PolicyDocument:
7777
Version: "2012-10-17"
7878
Statement:
@@ -84,7 +84,7 @@ Resources:
8484
- 'sso:Search*'
8585
- 'sso-directory:DescribeDirectory'
8686
Resource: '*'
87-
- PolicyName: OpenGovernanceAssumeRolePolicy
87+
- PolicyName: OpenComplyAssumeRolePolicy
8888
PolicyDocument:
8989
Version: "2012-10-17"
9090
Statement:
@@ -97,7 +97,7 @@ Resources:
9797
MemberAccountRoleStackSet:
9898
Type: 'AWS::CloudFormation::StackSet'
9999
Properties:
100-
StackSetName: OpenGovernanceMemberAccountRollout
100+
StackSetName: OpenComplyMemberAccountRollout
101101
Description: Stack Set that will roll out to member accounts
102102
Capabilities:
103103
- CAPABILITY_NAMED_IAM
@@ -137,10 +137,10 @@ Resources:
137137
}
138138
},
139139
"Resources": {
140-
"OpenGovernance": {
140+
"OpenComply": {
141141
"Type": "AWS::IAM::ManagedPolicy",
142142
"Properties": {
143-
"ManagedPolicyName": "OpenGovernancePolicy",
143+
"ManagedPolicyName": "OpenComplyPolicy",
144144
"Description": "A Limited policy to allow cloudquery to do its job",
145145
"PolicyDocument": {
146146
"Version": "2012-10-17",
@@ -178,7 +178,7 @@ Resources:
178178
"Description": "Read Only Access to fetch inventory from member accounts",
179179
"ManagedPolicyArns": [
180180
{
181-
"Ref": "OpenGovernance"
181+
"Ref": "OpenComply"
182182
},
183183
"arn:aws:iam::aws:policy/ReadOnlyAccess",
184184
"arn:aws:iam::aws:policy/SecurityAudit",

0 commit comments

Comments
 (0)