You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cat that token file and copy the token to the ~/.acluster/profiles.d/anaconda_builders.yaml file, as shown below
cat ~/.anaconda.token
Create a key pair, or get this specific one from me, download it and chmod on it.
chmod 0600 ~/conda-team-dev.pem
Make sure your ~/.acluster/providers.yaml has your AWS secret id and key, as well as the name of the key pair and its path (private_key) on your system.
Make sure you have a profile in your ~/.acluster/profiles.d that looks like this:
Note the token in the yaml below comes from the anaconda auth step above
Make sure the provider: name matches that in your providers.yaml
Make sure the queue named is one that has been created already with anaconda build queue --create. Here the queue should be of form <user-organization-name>/<queue-name>