generated from jhudsl/AnVIL_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path04-billing_modules.Rmd
112 lines (89 loc) · 2.46 KB
/
04-billing_modules.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
```{r echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```
# (PART\*) AnVIL Overview {-}
# Billing
In order to use AnVIL, you will need to set up a billing account and add members to it. These sections guide you through that process.
<br>
## Create Google Billing Account
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_billing_create_account.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Add Terra to Google Billing Account
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_billing_add_terra.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Add Members to Google Billing Account
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_billing_add_member.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Set Alerts for Google Billing
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_billing_set_alerts.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## View Spend for Google Billing
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_billing_view_spend.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Create Terra Billing Project
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_terra_billing_project_create.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Add Member to Terra Billing Project
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_terra_billing_project_add_member.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Disable Terra Billing Project
By default this module includes a warning to make sure people understand they will lose access to their Workspace buckets. You can remove the warning from this module by setting `AnVIL_module_settings$warning` to `FALSE` before running `cow::borrow_chapter`:
```
AnVIL_module_settings <- list(
warning = FALSE
)
cow::borrow_chapter(
doc_path = "child/_child_terra_billing_project_disable.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_terra_billing_project_disable.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::