generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_child_rstudio_pause.Rmd
41 lines (27 loc) · 3.41 KB
/
_child_rstudio_pause.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1. You can view costs and make changes to your cloud environments from the panel on the far right of the page. If you don’t see this panel, you may need to scroll to the right. Running environments will have a green dot, and paused environments will have an orange dot.
```{r, echo=FALSE, fig.alt='Screenshot of the RStudio interface. The cloud environment panel on the right is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/16s-TjOg19RrkxS9sM9fGfD0M_WIxlw-e8PFWDymjvRU/edit#slide=id.g230ed3a46c7_0_0")
```
1. Hovering over the RStudio icon will show you the costs associated with your RStudio environment. Click on the RStudio icon to open the cloud environment settings.
```{r, echo=FALSE, fig.alt='Screenshot of the cloud environment panel. The RStudio icon is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/16s-TjOg19RrkxS9sM9fGfD0M_WIxlw-e8PFWDymjvRU/edit#slide=id.g230ed3a46c7_0_6")
```
1. Click the Pause button to pause RStudio. This will take a few minutes.
```{r, echo=FALSE, fig.alt='Screenshot of the RStudio cloud environment settings. The Pause button is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/16s-TjOg19RrkxS9sM9fGfD0M_WIxlw-e8PFWDymjvRU/edit#slide=id.g230ed3a46c7_0_231")
```
1. When the environment is paused, an orange dot will be displayed next to the RStudio icon. If you hover over the icon, you will see that it is paused, and has a small ongoing cost as long as it is paused. When you’re ready to resume working, you can do so by clicking the RStudio icon and clicking Resume.
```{r, echo=FALSE, fig.alt='Screenshot of a Terra Workspace Dashboard. The RStudio icon in the far right panel is highlighted. It has an orange dot next to it indicating the cloud environment is paused.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/16s-TjOg19RrkxS9sM9fGfD0M_WIxlw-e8PFWDymjvRU/edit#slide=id.g230ed3a46c7_0_237")
```
1. The right-hand side icon reminds you that you are accruing cloud computing costs. If you don’t see this icon, you may need to scroll to the right.
```{r, echo=FALSE, out.width = '100%', fig.alt='Screenshot of the RStudio interface. The icon on the right showing that the cloud environment is running is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1BLTCaogA04bbeSD1tR1Wt-mVceQA6FHXa8FmFzIARrg/edit#slide=id.g11f12bc99af_0_84")
```
1. You should minimize charges when you are not performing an analysis. You can do this by clicking on the RStudio icon and selecting “Pause”. This will release the CPU and memory resources for other people to use. Note that your work will be saved in the environment and continue to accrue a very small cost. This work will be lost if the cloud environment gets deleted. If there is anything you would like to save permanently, it's a good idea to copy it from your compute environment to another location, such as the Workspace bucket, GitHub, or your local machine, depending on your needs.
```{r, echo=FALSE, out.width = '100%', fig.alt='Screenshot of the RStudio menu. The pause button which stops the cloud environment is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1BLTCaogA04bbeSD1tR1Wt-mVceQA6FHXa8FmFzIARrg/edit#slide=id.g11f12bc99af_0_91")
```
:::{.notice}
You can also pause your cloud environment(s) at https://anvil.terra.bio/#clusters.
:::