Table of Contents

Search

  1. Preface
  2. Advanced clusters
  3. Setting up AWS
  4. Setting up Google Cloud
  5. Setting up Microsoft Azure
  6. Setting up a self-service cluster
  7. Setting up a local cluster
  8. Advanced configurations
  9. Troubleshooting
  10. Appendix A: Command reference

Advanced Clusters

Advanced Clusters

Amazon S3 actions

Amazon S3 actions

The following table describes the Amazon S3 actions that the master role requires and the resources that each action must apply to:
Action
Resource
Description
s3:GetBucketLocation
"arn:aws:s3:::<cluster-staging-bucket-name>"
"arn:aws:s3:::<cluster-logging-bucket-name>"
"arn:aws:s3:::<cluster-init-script-bucket-name>"
Required. The action must apply to the initialization script location if you use an initialization script to start the cluster.
s3:GetEncryptionConfiguration
"arn:aws:s3:::<cluster-staging-bucket-name>"
"arn:aws:s3:::<cluster-logging-bucket-name>"
Required
s3:ListBucket
"arn:aws:s3:::<cluster-staging-bucket-name>"
"arn:aws:s3:::<cluster-logging-bucket-name>"
"arn:aws:s3:::<cluster-init-script-bucket-name>"
Required. The action must apply to the initialization script location if you use an initialization script to start the cluster.
s3:PutObject
"arn:aws:s3:::<cluster-staging-dir>/*"
"arn:aws:s3:::<cluster-logging-dir>/*"
Required
s3:GetObjectAcl
"arn:aws:s3:::<cluster-staging-dir>/*"
"arn:aws:s3:::<cluster-logging-dir>/*"
Required
s3:GetObject
"arn:aws:s3:::<cluster-staging-dir>/*"
"arn:aws:s3:::<cluster-logging-dir>/*"
"arn:aws:s3:::<cluster-init-script-dir>/*"
Required. The action must apply to the initialization script location if you use an initialization script to start the cluster.
s3:DeleteObject
"arn:aws:s3:::<cluster-staging-dir>/*"
"arn:aws:s3:::<cluster-logging-dir>/*"
Required
s3:PutObjectAcl
"arn:aws:s3:::<cluster-staging-dir>/*"
"arn:aws:s3:::<cluster-logging-dir>/*"
Required

0 COMMENTS

We’d like to hear from you!