Skip to content

Instantly share code, notes, and snippets.

@yoshidashingo
Created December 7, 2015 15:59
Show Gist options
  • Select an option

  • Save yoshidashingo/f313561fa13d74916acb to your computer and use it in GitHub Desktop.

Select an option

Save yoshidashingo/f313561fa13d74916acb to your computer and use it in GitHub Desktop.

Revisions

  1. yoshidashingo created this gist Dec 7, 2015.
    15 changes: 15 additions & 0 deletions switch-role-policy.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "Stmt1449499266000",
    "Effect": "Allow",
    "Action": [
    "sts:AssumeRole"
    ],
    "Resource": [
    "arn:aws:iam::<account number>:role/yoshidashingo"
    ]
    }
    ]
    }