Skip to content

Instantly share code, notes, and snippets.

@aaronlelevier
Created September 11, 2019 14:11
Show Gist options
  • Save aaronlelevier/149ed8c3786a6453d6ece5af965e5c2a to your computer and use it in GitHub Desktop.
Save aaronlelevier/149ed8c3786a6453d6ece5af965e5c2a to your computer and use it in GitHub Desktop.
Ideas for IAM automation protocols

Define a protocol for an IAM request, example

{
  request_type: assume-role,
  roles: [],
  assume_roles: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment