Skip to content

Commit 00943e5

Browse files
authored
Merge pull request #678 from ValentinLeTallec/fix/aws-permission
AWS permission cloudwatch:DescribeAlarm does not exist (anymore ?) cloudwatch:DescribeAlarms does
2 parents eac71c8 + e5940ac commit 00943e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/how-to/passing-aws-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The minimal set of permissions to perform inventory of resources (and query CPU
1010

1111
- ec2:DescribeInstances
1212
- cloudwatch:GetMetricStatistics
13-
- cloudwatch:DescribeAlarm
13+
- cloudwatch:DescribeAlarms
1414

1515
You could also restricts permissions to a specific set of instances or resources.
1616

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ provider:
1818
Action: "cloudwatch:GetMetricStatistics"
1919
Resource: "*"
2020
- Effect: Allow
21-
Action: "cloudwatch:DescribeAlarm"
21+
Action: "cloudwatch:DescribeAlarms"
2222
Resource: "*"
2323
environment:
2424
BOAVIZTA_API_URL: ${env:BOAVIZTA_API_URL}

0 commit comments

Comments
 (0)