I hereby claim:
- I am alanwill on github.
- I am alanwill (https://keybase.io/alanwill) on keybase.
- I have a public key whose fingerprint is A6F6 A7F1 BDBA 605E A959 031B 8F58 1915 04B3 2B33
To claim this, I am signing this object:
| { | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": ["s3:GetBucketLocation", "s3:ListAllMyBuckets"], | |
| "Resource": "arn:aws:s3:::*" | |
| }, | |
| { | |
| "Effect": "Allow", | |
| "Action": ["s3:ListBucket" ], |
| { | |
| "Version":"2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": ["iam:ChangePassword"], | |
| "Resource": "arn:aws:iam::<account-number>:user/${aws:username}" | |
| }, | |
| { | |
| "Effect": "Allow", |
| { | |
| "Statement": [ | |
| { | |
| "Sid": "AllowGetLogs", | |
| "Action": [ | |
| "s3:GetObject" | |
| ], | |
| "Effect": "Allow", | |
| "Resource": "arn:aws:s3:::myloggingbucket/logs/*", | |
| "Condition": { |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "iam:PassRole" | |
| ], | |
| "Resource": [ | |
| "*" |
| { | |
| "Description": "Create a VPC with a SG which references itself", | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Resources": { | |
| "vpctester": { | |
| "Type": "AWS::EC2::VPC", | |
| "Properties": { | |
| "CidrBlock": "172.16.0.0/23", | |
| "EnableDnsSupport": false, | |
| "EnableDnsHostnames": false, |
| { | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "aws-portal:ViewBilling", | |
| "ec2:DescribeInstances", | |
| "ec2:DescribeReservedInstances", | |
| "cloudwatch:GetMetricStatistics" | |
| ], |
| { | |
| "Version": "2012-10-17", | |
| "Id": "S3PolicyId1", | |
| "Statement": [ | |
| { | |
| "Sid": "IPAllow", | |
| "Effect": "Allow", | |
| "Principal": "*", | |
| "Action": "s3:*", | |
| "Resource": "arn:aws:s3:::<S3-bucket-name>/*", |
| { | |
| "Version": "2008-10-17", | |
| "Id": "arn:aws:sqs:us-east-1:<core-account-number>:cloudtrail-notifications/SQSDefaultPolicy", | |
| "Statement": [ | |
| { | |
| "Sid": "Sid1385789515788", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": "*" | |
| }, |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "AWSCloudTrailAclCheck20131101", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": [ | |
| "arn:aws:iam::903692715234:root", | |
| "arn:aws:iam::859597730677:root", |
I hereby claim:
To claim this, I am signing this object: