Skip to content

Instantly share code, notes, and snippets.

@abhinavlal
Created September 21, 2015 03:17
Show Gist options
  • Save abhinavlal/40acc708dd3845e29c04 to your computer and use it in GitHub Desktop.
Save abhinavlal/40acc708dd3845e29c04 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": [
"elasticmapreduce.amazonaws.com",
"datapipeline.amazonaws.com"
]
},
"Action": "sts:AssumeRole"
}
]
}
@abhinavlal
Copy link
Author

trusted policy

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "",
      "Effect": "Allow",
      "Principal": {
        "Service": [
          "elasticmapreduce.amazonaws.com",
          "datapipeline.amazonaws.com"
        ]
      },
      "Action": "sts:AssumeRole"
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment