Skip to content

Instantly share code, notes, and snippets.

@jeremychauvet
Created November 5, 2021 15:00
Show Gist options
  • Save jeremychauvet/d2192c838afb42e27c7a307fab58cca8 to your computer and use it in GitHub Desktop.
Save jeremychauvet/d2192c838afb42e27c7a307fab58cca8 to your computer and use it in GitHub Desktop.
Secure Amazon Cloudwatch dashboards names
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowToListAllDashboards",
"Effect": "Allow",
"Action": "cloudwatch:ListDashboards",
"Ressource": "*"
},
{
"Sid": "AllowToManageTeamDashboards",
"Effect": "Allow",
"Action": "cloudwatch:*",
"Ressource": "arn:aws:cloudwatch::112233445566:dashboard/team-a-*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment