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.
1 parent 4d170c3 commit 91247e2Copy full SHA for 91247e2
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