@@ -14,8 +14,6 @@ cluster, the IAM user requires the following permissions:
14
14
.Required EC2 permissions for installation
15
15
[%collapsible]
16
16
====
17
- * `ec2:AllocateAddress`
18
- * `ec2:AssociateAddress`
19
17
* `ec2:AuthorizeSecurityGroupEgress`
20
18
* `ec2:AuthorizeSecurityGroupIngress`
21
19
* `ec2:CopyImage`
@@ -57,7 +55,6 @@ cluster, the IAM user requires the following permissions:
57
55
* `ec2:GetEbsDefaultKmsKeyId`
58
56
* `ec2:ModifyInstanceAttribute`
59
57
* `ec2:ModifyNetworkInterfaceAttribute`
60
- * `ec2:ReleaseAddress`
61
58
* `ec2:RevokeSecurityGroupEgress`
62
59
* `ec2:RevokeSecurityGroupIngress`
63
60
* `ec2:RunInstances`
@@ -67,6 +64,8 @@ cluster, the IAM user requires the following permissions:
67
64
.Required permissions for creating network resources during installation
68
65
[%collapsible]
69
66
====
67
+ * `ec2:AllocateAddress`
68
+ * `ec2:AssociateAddress`
70
69
* `ec2:AssociateDhcpOptions`
71
70
* `ec2:AssociateRouteTable`
72
71
* `ec2:AttachInternetGateway`
@@ -230,6 +229,7 @@ If you have not created an elastic load balancer (ELB) in your AWS account, the
230
229
* `ec2:DeleteVpcEndpoints`
231
230
* `ec2:DetachInternetGateway`
232
231
* `ec2:DisassociateRouteTable`
232
+ * `ec2:ReleaseAddress`
233
233
* `ec2:ReplaceRouteTableAssociation`
234
234
235
235
[NOTE]
@@ -238,6 +238,12 @@ If you use an existing VPC, your account does not require these permissions to d
238
238
=====
239
239
====
240
240
241
+ .Required permissions to delete a cluster with shared instance roles
242
+ [%collapsible]
243
+ ====
244
+ * `iam:UntagRole`
245
+ ====
246
+
241
247
.Additional IAM and S3 permissions that are required to create manifests
242
248
[%collapsible]
243
249
====
0 commit comments