Skip to content

Commit 1f8e865

Browse files
authored
Add spot price history to cortex cluster policy (#2092)
1 parent d3b656b commit 1f8e865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/types/clusterconfig/aws_policy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ var _cortexPolicy = `
4545
"sts:GetCallerIdentity",
4646
"ecr:GetAuthorizationToken",
4747
"ecr:BatchGetImage",
48-
"sqs:ListQueues"
48+
"sqs:ListQueues",
49+
"ec2:DescribeSpotPriceHistory"
4950
],
5051
"Effect": "Allow",
5152
"Resource": "*"

0 commit comments

Comments
 (0)