Enable Cloud Resources (AWS)
If you want to use AWS resources in your Velocity Environments, you need to give the operator permission to create cloud resources on your behalf.
Prerequisites:
veloctl operator enable-cloud-resources
When you run the above command, the Cloud Resource Setup Wizard will walk you through the following steps:
- A new AWS IAM role associated with a specific service region will be created
- This IAM role will be granted full access to S3, SQS, SNS, and DynamoDB resources
- An access key will be generated for this new IAM role
- The operator will use this access key to authenticate with AWS
Last modified 2mo ago