From 0b6754fb7effad3a83a51d23eeb282b0905d8d1b Mon Sep 17 00:00:00 2001 From: Alexis Hunzinger Date: Thu, 22 Jun 2023 18:06:06 +0000 Subject: [PATCH 1/9] Add new section When To Cloud New qmd file and update to quarto.yml to include a new page on when to cloud --- when-to-cloud.qmd | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 when-to-cloud.qmd diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd new file mode 100644 index 00000000..8a5a0de1 --- /dev/null +++ b/when-to-cloud.qmd @@ -0,0 +1,40 @@ +--- +title: "When To Cloud" +subtitle: "Is cloud access and analysis for you?" +date: last-modified +author: "NASA Openscapes Team" +citation_url: https://nasa-openscapes.github.io/earthdata-cloud-cookbook/when-to-cloud.html +slug: index +--- + +## When To Cloud + +- opening sentence(s) with link to homepage/Welcome on cloud + +### Questions to Ask Yourself +- what does it mean to be in the cloud? + - accessing services via internet? no + - logging into an AWS/Azure/etc account (awareness)? yes +- include workflow type figures and discuss + - link to any relevant tutorials that demo these workflows + - how can you "cloud"? + - what's already available (services that assist) +- listing questions from Andy's slides + - a bit of discussion + examples for each question + - concrete examples accomapnying each question + - "I have a TB of storage on my laptop...." storage scenarios + - (see this from Ryan Abernathy?) + - include a question on actions that are already services (subsetting, etc.) + + +### Challenges +- feedback from Champions/workshop participants +- (see Alexis ESIp poster) +- (this could be its own section on website?) + +### Considerations +- separation from physical signs of compute power (using resources/energy) +- physical location of "the cloud" +- testing/playing locally before migrating workflow to the cloud +- working remotely (not WFH, but computer is remote) +- environmental impacts \ No newline at end of file From 8f111ccbd716a93e8cb7c88e2f6ce2edfdbddeab Mon Sep 17 00:00:00 2001 From: Alexis Hunzinger Date: Thu, 22 Jun 2023 18:06:26 +0000 Subject: [PATCH 2/9] Update to include When To Cloud section --- _quarto.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index 567990ef..d796a2d9 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -36,7 +36,9 @@ website: contents: - text: "Welcome" href: index.qmd - - our-cookbook.qmd + - our-cookbook.qmd + - text: "When To Cloud" + href: when-to-cloud.qmd - text: "Cheatsheets & Slides" href: cheatsheets.qmd - section: "How do I..." From 7a8af587d009e7d98bdfc87d221fb6b4613e4cfd Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Thu, 22 Jun 2023 11:17:17 -0700 Subject: [PATCH 3/9] consistent format of nav bar --- _quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index d796a2d9..91e5e468 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -36,9 +36,10 @@ website: contents: - text: "Welcome" href: index.qmd - - our-cookbook.qmd - text: "When To Cloud" href: when-to-cloud.qmd + - text: "Our Cookbook" + href: our-cookbook.qmd - text: "Cheatsheets & Slides" href: cheatsheets.qmd - section: "How do I..." From 7d0880fc34c557221bfb7a0853dfef66f0953713 Mon Sep 17 00:00:00 2001 From: Alexis Hunzinger Date: Thu, 6 Jul 2023 17:51:48 +0000 Subject: [PATCH 4/9] Add context sentences to each when to cloud section --- when-to-cloud.qmd | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index 8a5a0de1..f738c95e 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -23,18 +23,20 @@ slug: index - a bit of discussion + examples for each question - concrete examples accomapnying each question - "I have a TB of storage on my laptop...." storage scenarios - - (see this from Ryan Abernathy?) + - (see this from Ryan Abernathy: https://medium.com/pangeo/closed-platforms-vs-open-architectures-for-cloud-native-earth-system-analytics-1ad88708ebb6) - include a question on actions that are already services (subsetting, etc.) ### Challenges -- feedback from Champions/workshop participants -- (see Alexis ESIp poster) -- (this could be its own section on website?) +It is important to be aware of the drawbacks and challenges associated with working in the cloud. Common feedback from early cloud adopters are summarized here: + - feedback from Champions/workshop participants + - (see Alexis ESIp poster) + - (this could be its own section on website?) ### Considerations -- separation from physical signs of compute power (using resources/energy) -- physical location of "the cloud" -- testing/playing locally before migrating workflow to the cloud -- working remotely (not WFH, but computer is remote) -- environmental impacts \ No newline at end of file +We are now accustomed to living in a highly digital world, separated from physical reminders of the services we use. No longer do we access documents from a row of filing cabinets, we now store them in cloud-based archives (e.g. Google Docs). We run code on high-performance computing clusters, removed from the whirring and warmth generated by servers that live away from our desks. The following are considerations for using cloud-based resources: + - separation from physical signs of compute power (using resources/energy) + - physical location of "the cloud", whose land is it on? + - testing/playing locally before migrating workflow to the cloud + - working remotely (not WFH, but computer is remote) + - environmental impacts \ No newline at end of file From 7724cc669afae3dc99c897184e7caa88b74b33b7 Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Mon, 31 Jul 2023 12:44:40 -0700 Subject: [PATCH 5/9] Update when-to-cloud.qmd --- when-to-cloud.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index f738c95e..9aed3ec0 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -7,7 +7,6 @@ citation_url: https://nasa-openscapes.github.io/earthdata-cloud-cookbook/when-to slug: index --- -## When To Cloud - opening sentence(s) with link to homepage/Welcome on cloud From 92ff907934bf52b6086952a5d8172b8f47412de3 Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Mon, 31 Jul 2023 12:48:33 -0700 Subject: [PATCH 6/9] Update when-to-cloud.qmd --- when-to-cloud.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index 9aed3ec0..883d8d94 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -8,7 +8,7 @@ slug: index --- -- opening sentence(s) with link to homepage/Welcome on cloud +Cloud migration can often have a steep learning curve and feel overwhelming. There are times when Cloud is effective and times when the download model may still be more appropriate. Here we aim to help people decide what's best for their use cases. ### Questions to Ask Yourself - what does it mean to be in the cloud? From 167d1a7c80dcec96b9f11b9c104f4e13b9b5991e Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Mon, 31 Jul 2023 12:52:11 -0700 Subject: [PATCH 7/9] Update when-to-cloud.qmd --- when-to-cloud.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index 883d8d94..c3f9041c 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -34,6 +34,7 @@ It is important to be aware of the drawbacks and challenges associated with work ### Considerations We are now accustomed to living in a highly digital world, separated from physical reminders of the services we use. No longer do we access documents from a row of filing cabinets, we now store them in cloud-based archives (e.g. Google Docs). We run code on high-performance computing clusters, removed from the whirring and warmth generated by servers that live away from our desks. The following are considerations for using cloud-based resources: + - separation from physical signs of compute power (using resources/energy) - physical location of "the cloud", whose land is it on? - testing/playing locally before migrating workflow to the cloud From 628b075c4dabd981d7cf7919c8f932ed00c5a79b Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Mon, 31 Jul 2023 12:52:20 -0700 Subject: [PATCH 8/9] Update when-to-cloud.qmd --- when-to-cloud.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index c3f9041c..754b0076 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -28,6 +28,7 @@ Cloud migration can often have a steep learning curve and feel overwhelming. The ### Challenges It is important to be aware of the drawbacks and challenges associated with working in the cloud. Common feedback from early cloud adopters are summarized here: + - feedback from Champions/workshop participants - (see Alexis ESIp poster) - (this could be its own section on website?) From ffa822345f9cf31860a300695a7007f01fa013c6 Mon Sep 17 00:00:00 2001 From: Stef Butland Date: Mon, 31 Jul 2023 20:30:42 +0000 Subject: [PATCH 9/9] clean up bullets format, link to Andy's slides --- when-to-cloud.qmd | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/when-to-cloud.qmd b/when-to-cloud.qmd index 754b0076..9aa947e7 100644 --- a/when-to-cloud.qmd +++ b/when-to-cloud.qmd @@ -12,32 +12,32 @@ Cloud migration can often have a steep learning curve and feel overwhelming. The ### Questions to Ask Yourself - what does it mean to be in the cloud? - - accessing services via internet? no - - logging into an AWS/Azure/etc account (awareness)? yes + - accessing services via internet? no + - logging into an AWS/Azure/etc account (awareness)? yes - include workflow type figures and discuss - - link to any relevant tutorials that demo these workflows - - how can you "cloud"? - - what's already available (services that assist) -- listing questions from Andy's slides - - a bit of discussion + examples for each question - - concrete examples accomapnying each question - - "I have a TB of storage on my laptop...." storage scenarios - - (see this from Ryan Abernathy: https://medium.com/pangeo/closed-platforms-vs-open-architectures-for-cloud-native-earth-system-analytics-1ad88708ebb6) - - include a question on actions that are already services (subsetting, etc.) + - link to any relevant tutorials that demo these workflows + - how can you "cloud"? + - what's already available (services that assist) +- listing questions from [Andy's slides](https://nsidc.github.io/data_strategies_for_future_us/data_strategies_slides#/when-to-cloud) + - a bit of discussion + examples for each question + - concrete examples accomapnying each question + - "I have a TB of storage on my laptop...." storage scenarios + - see this from Ryan Abernathy: + - include a question on actions that are already services (subsetting, etc.) ### Challenges It is important to be aware of the drawbacks and challenges associated with working in the cloud. Common feedback from early cloud adopters are summarized here: - - feedback from Champions/workshop participants - - (see Alexis ESIp poster) - - (this could be its own section on website?) +- feedback from Champions/workshop participants +- (see Alexis ESIP poster) +- (this could be its own section on website?) ### Considerations We are now accustomed to living in a highly digital world, separated from physical reminders of the services we use. No longer do we access documents from a row of filing cabinets, we now store them in cloud-based archives (e.g. Google Docs). We run code on high-performance computing clusters, removed from the whirring and warmth generated by servers that live away from our desks. The following are considerations for using cloud-based resources: - - separation from physical signs of compute power (using resources/energy) - - physical location of "the cloud", whose land is it on? - - testing/playing locally before migrating workflow to the cloud - - working remotely (not WFH, but computer is remote) - - environmental impacts \ No newline at end of file +- separation from physical signs of compute power (using resources/energy) +- physical location of "the cloud", whose land is it on? +- testing/playing locally before migrating workflow to the cloud +- working remotely (not WFH, but computer is remote) +- environmental impacts \ No newline at end of file