cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

Document the AWS IAS policy for API access #15

Open drnic opened 11 years ago

drnic commented 11 years ago

One option:

{
  "Statement": [
    {
      "Sid": "Stmt1357257018370",
      "Action": [
        "ec2:*"
      ],
      "Effect": "Allow",
      "Resource": [
        "*"
      ]
    }
  ]
}
drnic commented 11 years ago

That is, when a user is prompted for AWS credentials, what actual access do they need?

drnic commented 11 years ago