-
Notifications
You must be signed in to change notification settings - Fork 247
04. Cloud Credentials
kwrodarmer edited this page Sep 25, 2019
·
9 revisions
To access SRA cloud-data, you'll need to provide your AWS (Amazon Web Services) access key or GCP (Google Cloud Platform) service account to vdb-config.
Cloud credentials are like passwords, be careful with how they're handled!
Note: Some organizations manage cloud credentials differently. Check with your system administrators if the steps below aren't working.
- Login to AWS and select IAM service.
- Select "Users" on the left side.
- Pick the user name you wish to use.
- Click on the "Security credentials" tab.
- Click on the "Create access key" button.
- Click on the "Download .csv file" button.
- Save the CSV file to your computer and copy it to the location you'll specify to vdb-config in next page.
- Login to GCP and select IAM service.
- Select "Service accounts" from the left panel.
- Click "+ Create Service Account" button at top.
- Give the service account a name and description
- Select the Storage -> Storage Object Viewer role, and then press continue.
- Press the "+ Create Key" button.
- Choose JSON
- Save the JSON file to your computer and copy it to the location you'll specify to vdb-config in next page.