diff --git a/docs/services/_category_.json b/docs/services/_category_.json
deleted file mode 100644
index b361353..0000000
--- a/docs/services/_category_.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "label": "Services",
- "position": 1
-}
\ No newline at end of file
diff --git a/docs/services/aws/_category_.json b/docs/services/aws/_category_.json
new file mode 100644
index 0000000..2a5bbd2
--- /dev/null
+++ b/docs/services/aws/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "AWS Services",
+ "position": 1
+}
\ No newline at end of file
diff --git a/docs/services/aws/aws.md b/docs/services/aws/aws.md
new file mode 100644
index 0000000..56a5ada
--- /dev/null
+++ b/docs/services/aws/aws.md
@@ -0,0 +1,33 @@
+---
+sidebar_position: 1
+---
+
+# CIROH-UA's AWS Research Cloud
+
+Through the OMNIA contract, CIROH-UA has teamed with AWS Cloud to deliver ground-breaking research and speed up time to insight for hydrological researchers.
+
+The research journey is shortened by moving research burdens to the cloud, which also increases data accessibility and sharing.
+
+Using AWS for hydrological projects allows them to manage, stage, store, share, and analyze their data in a variety of ways.
+
+
+## Benefits of using AWS Cloud Services:
+
+- Improves accessibility and analysis of research data
+- Providing researchers with access to specialized solutions
+- Bringing the best IT services to research project
+- Reduces the duation of the research project
+
+
+:::info
+AWS Cloud Services
+:::
+
+### How to access AWS Research Cloud at CIROH-UA?
+:::note
+For the CIROH consortium and members, if your research project is applying and adapting the NextGen framework then reach out to us on how to get the access of the AWS research cloud, please submit a Github Template Request with your requirements and project details at:
+
+AWS Infrastructure Request Form
+
+Your request will be handled by DevOps staff at CIROH-UA and if permitted will be given access to the research cloud.
+:::
\ No newline at end of file
diff --git a/docs/services/google/_category_.json b/docs/services/google/_category_.json
new file mode 100644
index 0000000..b193583
--- /dev/null
+++ b/docs/services/google/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "Google Services",
+ "position": 2
+}
\ No newline at end of file
diff --git a/docs/services/2i2c-intro.md b/docs/services/google/google.md
similarity index 59%
rename from docs/services/2i2c-intro.md
rename to docs/services/google/google.md
index e5da2fa..85a4424 100644
--- a/docs/services/2i2c-intro.md
+++ b/docs/services/google/google.md
@@ -4,8 +4,25 @@ sidebar_position: 1
# CIROH-UA 2i2c Portal
+CIROH-UA has teamed with 2i2c Cloud service to design, develop and operate JupyterHub in the cloud for hydrologic researchers. It builds and supports open source infrastructure that serves research and development.
+
+## Benefits of using 2i2c Cloud Services:
+
+- Provides managed JupyterHub as a service
+- Powerful, flexible, and dynamic. Open source tools are the best for accelerating research.
+- 2i2c uses Google Cloud services for JupyterHub deployment.
+
## CIROH-UA's 2i2c JupyterHub details
+:::info
+2i2c JupyterHub
+:::
+:::info
+2i2c Docs
+:::
+:::info
+2i2c Infrastructure Docs
+:::
:::info
Github URL for AWI-CIROH 2i2c Hub Image
:::
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 39f0972..1a37ab6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -64,9 +64,15 @@ const config = {
},
{
type: 'doc',
- docId: 'services/2i2c-intro',
+ docId: 'services/google/google',
position: 'left',
- label: 'Services',
+ label: 'Google Services',
+ },
+ {
+ type: 'doc',
+ docId: 'services/aws/aws',
+ position: 'left',
+ label: 'AWS Services',
},
{
href: 'https://ciroh.org',
diff --git a/static/img/awslogo.png b/static/img/awslogo.png
new file mode 100644
index 0000000..5417dcd
Binary files /dev/null and b/static/img/awslogo.png differ