Last active
September 4, 2023 20:24
-
-
Save z0ph/9a759da20667249425332f4734f668ff to your computer and use it in GitHub Desktop.
unusd.cloud - inline IAM policy
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
{ | |
"Version": "2012-10-17", | |
"Statement": [{ | |
"Action": [ | |
"ce:GetCostAndUsage", | |
"ce:GetCostForecast", | |
"cloudwatch:GetMetricStatistics", | |
"ec2:Describe*", | |
"ec2:List*", | |
"glue:GetDevEndpoints", | |
"glue:GetTags", | |
"iam:GetAccessKeyLastUsed", | |
"iam:GetRole", | |
"logs:Describe*", | |
"logs:List*", | |
"iam:List*", | |
"pricing:GetProducts", | |
"rds:Describe*", | |
"rds:List*", | |
"redshift:Describe*", | |
"redshift:List*", | |
"sagemaker:List*", | |
"sagemaker:Describe*" | |
], | |
"Resource": "*", | |
"Effect": "Allow" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment