EKS Cluster Prerequisites
Before adding your Amazon EKS cluster to Portworx Backup:
-
Create an IAM role in AWS console with the following permissions:
ec2:DeleteSnapshotec2:DescribeInstancesec2:CreateTagsec2:CreateSnapshotsec2:DescribeVolumesec2:CreateSnapshotec2:DescribeRegionsec2:DescribeSnapshotsec2:CreateVolume
-
When you try to create a backup using a cloud account, make sure either the bucket is already created, or your credentials include permissions to create a bucket. If a bucket is not already created, you must add the
s3:CreateBucketpermission to your IAM role. -
If Portworx is not yet installed on the cluster you wish to back up, you must add the following permissions to your IAM role:
s3:ListBucketMultipartUploadss3:ListBucketVersionss3:ListBuckets3:GetBucketAcls3:GetBucketObjectLockConfigurations3:ListMultipartUploadPartss3:PutObjects3:GetObjectAcls3:GetObjects3:ListAllMyBucketss3:GetObjectVersionAcls3:DeleteObjects3:PutObjectAcl
noteTo configure object lock in Portworx Backup, you need to enable additional permissions for the IAM role. For more information, refer to Prerequisites in Create object lock enabled backups.
Related topic: