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
Service control policies (SCP) are a type of organization policy that manages permissions within your organization. SCPs ensure that accounts within your organization stay within your defined access control guidelines. These polices are maintained in the AWS Organizations and control the services that are available within the attached AWS accounts. SCP management is the responsibility of the customer.
When using AWS Security Token Service (STS), you must ensure that the service control policy does not block the following resources:
7
25
8
-
Service control policy (SCP) management is the responsibility of the customer. These policies are maintained in the AWS Organizations and control what services are available within the attached AWS accounts.
26
+
* `ec2:{}`
27
+
* `iam:{}`
28
+
* `tag:*`
29
+
====
30
+
endif::aws-sts[]
9
31
32
+
ifdef::aws-non-sts[]
10
33
[NOTE]
11
34
====
12
35
The minimum SCP requirement does not apply when using AWS security token service (STS). For more information about STS, see link:https://docs.openshift.com/rosa/rosa_getting_started_sts/rosa-sts-aws-prereqs.html[AWS prerequisites for ROSA with STS].
13
36
====
37
+
endif::aws-non-sts[]
38
+
39
+
Verify that your service control policy (SCP) does not restrict any of these required permissions.
14
40
15
41
[cols="2a,2a,2a,2a",options="header"]
16
42
@@ -20,7 +46,7 @@ The minimum SCP requirement does not apply when using AWS security token service
20
46
| Actions
21
47
| Effect
22
48
23
-
.15+| Required
49
+
.16+| Required
24
50
|Amazon EC2 | All |Allow
25
51
|Amazon EC2 Auto Scaling | All |Allow
26
52
|Amazon S3| All |Allow
@@ -33,6 +59,12 @@ The minimum SCP requirement does not apply when using AWS security token service
33
59
|AWS Support | All |Allow
34
60
|AWS Key Management Service | All |Allow
35
61
|AWS Security Token Service | All |Allow
62
+
|AWS Marketplace | Subscribe
63
+
64
+
Unsubscribe
65
+
66
+
View Subscriptions
67
+
| Allow
36
68
|AWS Resource Tagging | All |Allow
37
69
|AWS Route53 DNS | All |Allow
38
70
|AWS Service Quotas | ListServices
@@ -47,9 +79,7 @@ ListServiceQuotas
47
79
| Allow
48
80
49
81
50
-
.3+|Optional
51
-
52
-
| AWS Billing
82
+
.3+|Optional | AWS Billing
53
83
| ViewAccount
54
84
55
85
Viewbilling
@@ -68,141 +98,7 @@ ViewUsage
68
98
69
99
|===
70
100
71
-
----
72
-
{
73
-
"Version": "2012-10-17",
74
-
"Statement": [
75
-
{
76
-
"Effect": "Allow",
77
-
"Action": [
78
-
"ec2:*"
79
-
],
80
-
"Resource": [
81
-
"*"
82
-
]
83
-
},
84
-
{
85
-
"Effect": "Allow",
86
-
"Action": [
87
-
"autoscaling:*"
88
-
],
89
-
"Resource": [
90
-
"*"
91
-
]
92
-
},
93
-
{
94
-
"Effect": "Allow",
95
-
"Action": [
96
-
"s3:*"
97
-
],
98
-
"Resource": [
99
-
"*"
100
-
]
101
-
},
102
-
{
103
-
"Effect": "Allow",
104
-
"Action": [
105
-
"iam:*"
106
-
],
107
-
"Resource": [
108
-
"*"
109
-
]
110
-
},
111
-
{
112
-
"Effect": "Allow",
113
-
"Action": [
114
-
"elasticloadbalancing:*"
115
-
],
116
-
"Resource": [
117
-
"*"
118
-
]
119
-
},
120
-
{
121
-
"Effect": "Allow",
122
-
"Action": [
123
-
"cloudwatch:*"
124
-
],
125
-
"Resource": [
126
-
"*"
127
-
]
128
-
},
129
-
{
130
-
"Effect": "Allow",
131
-
"Action": [
132
-
"events:*"
133
-
],
134
-
"Resource": [
135
-
"*"
136
-
]
137
-
},
138
-
{
139
-
"Effect": "Allow",
140
-
"Action": [
141
-
"logs:*"
142
-
],
143
-
"Resource": [
144
-
"*"
145
-
]
146
-
},
147
-
{
148
-
"Effect": "Allow",
149
-
"Action": [
150
-
"support:*"
151
-
],
152
-
"Resource": [
153
-
"*"
154
-
]
155
-
},
156
-
{
157
-
"Effect": "Allow",
158
-
"Action": [
159
-
"kms:*"
160
-
],
161
-
"Resource": [
162
-
"*"
163
-
]
164
-
},
165
-
{
166
-
"Effect": "Allow",
167
-
"Action": [
168
-
"sts:*"
169
-
],
170
-
"Resource": [
171
-
"*"
172
-
]
173
-
},
174
-
{
175
-
"Effect": "Allow",
176
-
"Action": [
177
-
"tag:*"
178
-
],
179
-
"Resource": [
180
-
"*"
181
-
]
182
-
},
183
-
{
184
-
"Effect": "Allow",
185
-
"Action": [
186
-
"route53:*"
187
-
],
188
-
"Resource": [
189
-
"*"
190
-
]
191
-
},
192
-
{
193
-
"Effect": "Allow",
194
-
"Action": [
195
-
"servicequotas:ListServices",
196
-
"servicequotas:GetRequestedServiceQuotaChange",
197
-
"servicequotas:GetServiceQuota",
198
-
"servicequotas:RequestServiceQuotaIncrease",
199
-
"servicequotas:ListServiceQuotas"
200
-
],
201
-
"Resource": [
202
-
"*"
203
-
]
204
-
}
205
-
]
206
-
}
207
-
208
-
----
101
+
[role="_additional-resources"]
102
+
.Additional resources
103
+
104
+
* link:https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html[Service control policies]
0 commit comments