Human Connectome

  1. You should receive and save your Secret Access Key in a location that you remember.

  2. Fill out the Terms of Use for the dataset you are interested in:

  3. Click on Amazon S3 Access Enabled to get your personal key.

  1. Connect to a SageMaker workspace and open a Terminal window. Run the following commands with your Access Key ID and Secret Access Key:

  1. Use AWS S3 commandsarrow-up-right to view or download the data into your personal folder for further analysis.

    1. Example A: View files and directories in the HCP_Resources folder:

      aws s3 ls hcp-openaccess/HCP_Resources/

    2. Example B: Download the HcpPipelinesExampleDataGDC.zip file to your personal folder:

      aws s3api get-object --bucket hcp-openaccess --key HCP_Resources/SampleData/HcpPipelinesExampleDataGDC.zip /home/ec2-user/SageMaker/studies/simran-makwana/HcpPipelinesExampleDataGDC.zip

Last updated