Skip to content

Instantly share code, notes, and snippets.

@na0AaooQ
Last active August 29, 2015 14:13
Show Gist options
  • Save na0AaooQ/f481fe2d90b388ccb499 to your computer and use it in GitHub Desktop.
Save na0AaooQ/f481fe2d90b388ccb499 to your computer and use it in GitHub Desktop.
AWS EC2インスタンス用のIAMロール作成手順 ref: http://qiita.com/na0AaooQ/items/3ec5f8b80150c37a0566
CloudWatchLogsFullAccess-unbound-server-role-201501180000
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"logs:*"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment