We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14f5ce8 + 91247e2 commit 88723fdCopy full SHA for 88723fd
pkg/asset/installconfig/aws/permissions.go
@@ -116,6 +116,7 @@ var permissions = map[PermissionGroup][]string{
116
"ec2:DescribeVpcClassicLinkDnsSupport",
117
"ec2:DescribeVpcEndpoints",
118
"ec2:DescribeVpcs",
119
+ "ec2:GetConsoleOutput", // for gathering VM console logs in case of failure.
120
"ec2:GetEbsDefaultKmsKeyId",
121
"ec2:ModifyInstanceAttribute",
122
"ec2:ModifyNetworkInterfaceAttribute",
0 commit comments