feat(wellarchitected): add WellArchitected service and check (#2461)

This commit is contained in:
Sergio Garcia
2023-06-09 13:19:01 +02:00
committed by GitHub
parent cfd7099743
commit 5c4cae8c9d
13 changed files with 458 additions and 5 deletions

View File

@@ -32,7 +32,8 @@
"ssm:GetDocument",
"ssm-incidents:List*",
"support:Describe*",
"tag:GetTagKeys"
"tag:GetTagKeys",
"wellarchitected:List*"
],
"Resource": "*",
"Effect": "Allow",
@@ -44,7 +45,7 @@
"apigateway:GET"
],
"Resource": [
"arn:aws:apigateway:*::/restapis/*",
"arn:aws:apigateway:*::/restapis/*",
"arn:aws:apigateway:*::/apis/*"
]
}