File tree Expand file tree Collapse file tree 1 file changed +40
-1
lines changed
Monitoring/LUN-monitoring Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,46 @@ The solution is based on a CloudFormation template that you need to deploy for e
1616
1717## Prerequisites
1818
19- * You must have an AWS Account with the necessary permissions to create and manage resources.
19+ * You must have an AWS Account with the the following permissions:
20+
21+ - cloudformation: CreateStack
22+ - cloudformation: DescribeStackEvents
23+ - cloudformation: DescribeStackResources
24+ - cloudformation: GetTemplate
25+ - cloudformation: ListStackResources
26+ - cloudformation: UpdateStack
27+ - cloudformation: DeleteStack
28+
29+ - iam: CreateRole
30+ - iam: PutRolePolicy
31+ - iam: AttachRolePolicy
32+ - iam: PassRole
33+ - iam: DetachRolePolicy
34+ - iam: DeleteRolePolicy
35+ - iam: DeleteRole
36+
37+ - lambda: CreateFunction
38+ - lambda: InvokeFunction
39+ - lambda: DeleteFunction
40+ - lambda: GetFunction
41+ - lambda: UpdateFunctionCode
42+ - lambda: UpdateFunctionConfiguration
43+
44+ - ec2: CreateVpcEndpoint
45+ - ec2: CreateNetworkInterface
46+ - ec2: DescribeNetworkInterfaces
47+ - ec2: DeleteNetworkInterface
48+ - ec2: AssignPrivateIpAddresses
49+ - ec2: UnassignPrivateIpAddresses
50+ - ec2: DeleteVpcEndpoints
51+
52+ - secretsmanager: CreateSecret
53+ - secretsmanager: GetSecretValue
54+ - secretsmanager: DeleteSecret
55+
56+ - cloudwatch: PutMetricData
57+ - cloudwatch: PutDashboard
58+ - cloudwatch: DeleteDashboards
2059
2160## Usage
2261
You can’t perform that action at this time.
0 commit comments