Amazon Athena Connector

Amazon Athena Connector

Create an Amazon S3 policy

Create an Amazon S3 policy

Create an Amazon S3 policy and define the permissions to store Amazon Athena results on Amazon S3.
Use the following minimum required permissions to store Amazon Athena results on Amazon S3:
  • PutObject
  • GetObject
  • DeleteObject
  • ListBucket
  • GetBucketLocation
  • ListAllMyBuckets
  • GetBucketAcl
You can use the following sample Amazon S3 policy:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:ListBucket", "s3:DeleteObject" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetBucketLocation", "s3:ListAllMyBuckets", "s3:GetBucketAcl" ], "Resource": [ "*" ] } ] }

0 COMMENTS

We’d like to hear from you!