Skip to content

Commit 46567f8

Browse files
committed
Update to mention AWS and context
1 parent 7b2b4ce commit 46567f8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

notebooks/getting_started/part1_prerequisites.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
"\n",
2323
"This notebook is part of [the \"Getting started with IDC\" series](https://github.com/ImagingDataCommons/IDC-Examples/tree/master/notebooks/getting_started) introducing NCI Imaging Data Commons to the users who want to interact with IDC programmatically.\n",
2424
"\n",
25-
"In this notebook you will learn how to set up your google account to be able to use Google Cloud Platform (GCP), which is the location of IDC data.\n",
25+
"In this notebook you will learn how to set up your google account to be able to use Google Cloud Platform (GCP), which, along with Amazon AWS buckets, is one the locations from where you can download IDC data.\n",
26+
"\n",
27+
"While you can download IDC data from AWS (and you will learn how to do this in part 3 of the tutorial), you do not need to authenticate in order to download data, and it is currently not possible to search IDC data using AWS. In this tutorial we focuse on prerequisites for using GCP, since this is what you will need if you would like to search IDC data programmatically.\n",
2628
"\n",
2729
"Initial version: Nov 2022\n",
2830
"\n",
29-
"Updated: "
31+
"Updated: May 2023"
3032
]
3133
},
3234
{
@@ -61,7 +63,9 @@
6163
"\n",
6264
"GCP is a cloud-based environment that provides access to a suite of tools and services that include compute, storage and database resources, to name a few.\n",
6365
"\n",
64-
"IDC is built upon the services provided by GCP, and stores its data within GCP. In order to fully leverage capabilities of IDC, you will need to activate GCP for your google account."
66+
"IDC is built upon the services provided by GCP. Image files curated by IDC are available for download from either GCP or Amazon AWS buckets. \n",
67+
"\n",
68+
"In order to fully leverage capabilities of IDC, you will need to activate GCP for your google account."
6569
]
6670
},
6771
{
@@ -124,7 +128,8 @@
124128
"vscode": {
125129
"languageId": "plaintext"
126130
},
127-
"id": "SJ29fuYyodXP"
131+
"id": "SJ29fuYyodXP",
132+
"cellView": "form"
128133
},
129134
"outputs": [],
130135
"source": [

0 commit comments

Comments
 (0)