Pre-installation steps
1. Setup artifact storage
Create an AWS S3 bucket for artifacts. Next, add CORS permissions to the bucket you created:
To add these permissions, navigate to the S3 bucket settings in the AWS console, then select the Permissions tab and the CORS Configuration button:
Next, create a dedicated IAM user with Programmatic Access for read/write access to the S3 bucket with the following policy:
On the user's Security Credentials tab, create an access key for this user, which will be used when registering your cluster in the Paperspace web console.
2. SSL
Example:
*.gradient.mycompany.com
Last updated