Skip to content

Commit

Permalink
Merge pull request #217 from NASA-Openscapes/when-to-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniebutland authored Jul 31, 2023
2 parents a01995a + ffa8223 commit 18b390b
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +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
- environment-setup/index.qmd
Expand Down
43 changes: 43 additions & 0 deletions when-to-cloud.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
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
---


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?
- 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](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: <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
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
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

0 comments on commit 18b390b

Please sign in to comment.