Skip to content

Instantly share code, notes, and snippets.

@deeheber
Created July 9, 2019 17:18
Show Gist options
  • Save deeheber/82f019821da355d51deabf9ef41633b8 to your computer and use it in GitHub Desktop.
Save deeheber/82f019821da355d51deabf9ef41633b8 to your computer and use it in GitHub Desktop.
Good Permission
Policies:
- AWSXrayWriteOnlyAccess
- Version: 2012-10-17
Statement:
- Effect: Allow
Resource: '*'
Action:
- rekognition:SearchFacesByImage
- Version: 2012-10-17
Statement:
- Effect: Allow
Resource: !Sub arn:aws:s3:::${AWS::StackName}-images-${AWS::AccountId}/*
Action:
- s3:GetObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment