Skip to content

Commit

Permalink
Correct ec2 action name in documentation (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
noppaz committed May 17, 2021
1 parent e44ea51 commit 6a62908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_cloudprovider/aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ class FargateCluster(ECSCluster):
"ec2:CreateSecurityGroup",
"ec2:CreateTags",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeSecurityGroup",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeVpcs",
"ec2:DeleteSecurityGroup",
Expand Down Expand Up @@ -1339,7 +1339,7 @@ class FargateCluster(ECSCluster):
"Action": [
"ec2:CreateTags",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeSecurityGroup",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeVpcs",
"ecs:DescribeTasks",
Expand Down

0 comments on commit 6a62908

Please sign in to comment.