diff --git a/content/v2.0-preview/getting-started/_index.md b/content/v2.0-preview/getting-started/_index.md
index 69cf2778..1e00cac5 100644
--- a/content/v2.0-preview/getting-started/_index.md
+++ b/content/v2.0-preview/getting-started/_index.md
@@ -7,8 +7,9 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
{{
}}
## Hands-on
-Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
-* [AWS quickstart]({{[}})
+
+TODO
## Install
+
Ready to get started? [Install Crossplane]({{][}}) in a Kubernetes cluster.
\ No newline at end of file
diff --git a/content/v2.0-preview/getting-started/get-started-with-composition.md b/content/v2.0-preview/getting-started/get-started-with-composition.md
new file mode 100644
index 00000000..ebcd237c
--- /dev/null
+++ b/content/v2.0-preview/getting-started/get-started-with-composition.md
@@ -0,0 +1,6 @@
+---
+title: Get Started With Composition
+weight: 200
+---
+
+TODO
\ No newline at end of file
diff --git a/content/v2.0-preview/getting-started/provider-aws.md b/content/v2.0-preview/getting-started/get-started-with-managed-resources.md
similarity index 99%
rename from content/v2.0-preview/getting-started/provider-aws.md
rename to content/v2.0-preview/getting-started/get-started-with-managed-resources.md
index f19b4d8f..72c8fef2 100644
--- a/content/v2.0-preview/getting-started/provider-aws.md
+++ b/content/v2.0-preview/getting-started/get-started-with-managed-resources.md
@@ -1,6 +1,6 @@
---
-title: AWS Quickstart
-weight: 100
+title: Get Started With Managed Resources
+weight: 200
---
Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
diff --git a/content/v2.0-preview/getting-started/introduction.md b/content/v2.0-preview/getting-started/introduction.md
index 56c26c18..d3e69e62 100644
--- a/content/v2.0-preview/getting-started/introduction.md
+++ b/content/v2.0-preview/getting-started/introduction.md
@@ -332,4 +332,3 @@ Resources_.
## Next steps
Build your own Crossplane platform using one of the quickstart guides.
-* [AWS Quickstart]({{][}})
]