Need this since we recently changed to dynamically detect regions to upload to. See https://github.com/coreos/coreos-assembler/commit/ab3cae5 --- files/aws/iam/policies/fcos-upload-amis.json | 1 + 1 file changed, 1 insertion(+)
diff --git a/files/aws/iam/policies/fcos-upload-amis.json b/files/aws/iam/policies/fcos-upload-amis.json index 03999c6b0..266074522 100644 --- a/files/aws/iam/policies/fcos-upload-amis.json +++ b/files/aws/iam/policies/fcos-upload-amis.json @@ -22,6 +22,7 @@ "ec2:DescribeImageAttribute", "ec2:DescribeVolumes", "ec2:CreateSnapshot", + "ec2:DescribeRegions", "ec2:DescribeConversionTasks" ], "Resource": "*"