Created
October 18, 2021 03:08
-
-
Save kun432/2f3374ce6038b5a6d468cdde32007db3 to your computer and use it in GitHub Desktop.
cloud optix のcloudformation stackの実行に必要な権限
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "elasticfilesystem:DescribeMountTargetSecurityGroups", | |
| "elasticfilesystem:DescribeMountTargets", | |
| "sns:ListSubscriptions", | |
| "s3:GetAccountPublicAccessBlock", | |
| "ce:GetCostAndUsage", | |
| "ce:GetCostForecast", | |
| "ce:GetUsageForecast", | |
| "eks:List*", | |
| "detective:ListGraphs", | |
| "ec2:SearchTransitGatewayRoutes", | |
| "ec2:GetTransitGatewayRouteTableAssociations", | |
| "support:DescribeTrustedAdvisorCheckResult", | |
| "support:RefreshTrustedAdvisorCheck", | |
| "cloudformation:List*", | |
| "cloudformation:Get*", | |
| "cloudformation:CreateStack", | |
| "cloudformation:Describe*", | |
| "cloudformation:DeleteStack", | |
| "iam:*", | |
| "lambda:Get*", | |
| "lambda:List*", | |
| "lambda:CreateFunction", | |
| "lambda:DeleteFunction", | |
| "lambda:GetAccountSettings", | |
| "s3:GetObject", | |
| "kms:*", | |
| "lambda:InvokeFunction" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
これぐらい許可してやればとりあえずAPI Syncは成功した