Skip to content

Define list of IAM Permissions #9

@rducic

Description

@rducic

I am trying to narrow down the IAM permissions required. So far I have these:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeSnapshots",
"ec2:DescribeRegions",
"ebs:StartSnapshot",
"s3:GetBucketAcl",
"s3:ListBucket",
"s3:PutObject",
"s3:GetObject",
],
"Resource": "*"
}
]
}
But I am getting botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListBuckets operation:
Access Denied

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions