Skip to content

Instantly share code, notes, and snippets.

@z0ph
Last active September 4, 2023 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z0ph/9a759da20667249425332f4734f668ff to your computer and use it in GitHub Desktop.
Save z0ph/9a759da20667249425332f4734f668ff to your computer and use it in GitHub Desktop.
unusd.cloud - inline IAM policy
{
"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