Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Created October 9, 2021 14:38
Show Gist options
  • Save sofianhamiti/cb499e96e2d9708b49b98a6d2b43a0b7 to your computer and use it in GitHub Desktop.
Save sofianhamiti/cb499e96e2d9708b49b98a6d2b43a0b7 to your computer and use it in GitHub Desktop.
{
"Action": [
"sagemaker:CreateApp"
],
"Resource": [
"*"
],
"Effect": "Deny",
"Sid": "BlockSagemakerOtherThanT3",
"Condition": {
"ForAnyValue:StringNotLike": {
"sagemaker:InstanceTypes": [
"ml.t3.medium",
"ml.t3.xlarge",
"system",
"default"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment