Created
October 9, 2021 14:38
-
-
Save sofianhamiti/cb499e96e2d9708b49b98a6d2b43a0b7 to your computer and use it in GitHub Desktop.
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
| { | |
| "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