Skip to content

Commit 3820d2b

Browse files
committed
Added missing permission to solve the following permissions warning
6s Warning FailedDescribeInstanceTypes awscluster/ngirard-dh-5bb5w insufficient permissions to describe instance types for instance type "m6i.xlarge", falling back to the default architecture of "x86_64": operation error EC2: DescribeInstanceTypes, https response error StatusCode: 403, RequestID: 387549b4-ab58-48af-b14d-3882b6c7da52, api error UnauthorizedOperation: You are not authorized to perform this operation. User: arn:aws:iam::726924432237:user/ngirard-dh-5bb5w-openshift-cluster-api-aws-72f7q is not authorized to perform: ec2:DescribeInstanceTypes because no identity-based policy allows the ec2:DescribeInstanceTypes action
1 parent be62841 commit 3820d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/0000_30_cluster-api_01_credentials-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spec:
2525
- ec2:DescribeDhcpOptions
2626
- ec2:DescribeImages
2727
- ec2:DescribeInstances
28+
- ec2:DescribeInstanceTypes
2829
- ec2:DescribeInternetGateways
2930
- ec2:DescribeSecurityGroups
3031
- ec2:DescribeSubnets

0 commit comments

Comments
 (0)