From 6805721b98ec1eb470bd48687c443bb4b30fa168 Mon Sep 17 00:00:00 2001 From: Alan Tang Date: Tue, 30 Apr 2019 13:45:00 +0800 Subject: [PATCH] Add new permission on readme (#42) Finally I hit spot instance request with `capacity-not-available`. It work as expected. And need add permission for describe spot request. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 303ab06..87e5029 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The IAM role of the node that runs the minion-manager should have the following "ec2:DescribeInstances", "ec2:TerminateInstances", "ec2:DescribeSpotPriceHistory", + "ec2:DescribeSpotInstanceRequests", "autoscaling:CreateLaunchConfiguration", "autoscaling:DeleteLaunchConfiguration", "autoscaling:DescribeLaunchConfigurations",