We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eac71c8 + e5940ac commit 00943e5Copy full SHA for 00943e5
docs/src/how-to/passing-aws-credentials.md
@@ -10,7 +10,7 @@ The minimal set of permissions to perform inventory of resources (and query CPU
10
11
- ec2:DescribeInstances
12
- cloudwatch:GetMetricStatistics
13
-- cloudwatch:DescribeAlarm
+- cloudwatch:DescribeAlarms
14
15
You could also restricts permissions to a specific set of instances or resources.
16
serverless.yml
@@ -18,7 +18,7 @@ provider:
18
Action: "cloudwatch:GetMetricStatistics"
19
Resource: "*"
20
- Effect: Allow
21
- Action: "cloudwatch:DescribeAlarm"
+ Action: "cloudwatch:DescribeAlarms"
22
23
environment:
24
BOAVIZTA_API_URL: ${env:BOAVIZTA_API_URL}
0 commit comments