Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Created March 19, 2020 21:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsderek23/c65c22b524f00de150790b9128c8b8f6 to your computer and use it in GitHub Desktop.
Save itsderek23/c65c22b524f00de150790b9128c8b8f6 to your computer and use it in GitHub Desktop.
Booklet.ai AWS JSON Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"sagemaker:ListEndpointConfigs",
"sagemaker:DescribeEndpointConfig",
"sagemaker:ListModels",
"sagemaker:DescribeModel",
"sagemaker:Search",
"sagemaker:DescribeEndpoint",
"sagemaker:ListEndpoints",
"sagemaker:ListModelPackages",
"sagemaker:InvokeEndpoint"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment