Skip to content

Instantly share code, notes, and snippets.

@GeneralTesler
Created September 2, 2018 21:11
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 GeneralTesler/1d9a062569332981d11542548832051c to your computer and use it in GitHub Desktop.
Save GeneralTesler/1d9a062569332981d11542548832051c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ssm:SendCommand",
"codepipeline:PutJobFailureResult",
"codepipeline:PutJobSuccessResult",
"ssm:ListDocuments",
"codepipeline:GetPipelineState"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment