Skip to main content
Version: 3.1

shared-migration-eks

Pairing with an EKS cluster requires the following additional steps because you also need to pass in your AWS credentials which will be used to generate the IAM token. ​

Create a Secret with your AWS credentials

On the source cluster, create a secret in <stork-deployment-namespace> namespace with your aws credentials file:

secret/aws-creds created

Pass the Secret to Stork

​ The credentials created in the previous step need to be provided to Stork. When deployed through Portworx Operator, add the following to the stork section of the StorageCluster spec:

  stork:
enabled: true
volumes:
- name: aws-creds
mountPath: /root/.aws/
readOnly: true
secret:
secretName: aws-creds
Was this page helpful?