Add back AWS Marketplace quick start

This commit is contained in:
Billy Tat
2023-05-04 15:36:19 -07:00
parent 5c7e125389
commit 4166f666c5
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,6 @@
---
title: Rancher AWS Marketplace Quick Start
description: Use Amazon EKS to deploy Rancher server.
---
Amazon Elastic Kubernetes Service (EKS) can quickly [deploy Rancher to Amazon Web Services (AWS)](https://documentation.suse.com/trd/kubernetes/single-html/gs_rancher_aws-marketplace/). To learn more, see our [Amazon Marketplace listing](https://aws.amazon.com/marketplace/pp/prodview-go7ent7goo5ae). Watch the [demo](https://youtu.be/9dznJ7Ons0M) for a walkthrough of AWS Marketplace SUSE Rancher setup.
@@ -5,6 +5,7 @@ title: Deploying Rancher Server
Use one of the following guides to deploy and provision Rancher and a Kubernetes cluster in the provider of your choice. Use one of the following guides to deploy and provision Rancher and a Kubernetes cluster in the provider of your choice.
- [AWS](../getting-started/quick-start-guides/deploy-rancher-manager/aws.md) (uses Terraform) - [AWS](../getting-started/quick-start-guides/deploy-rancher-manager/aws.md) (uses Terraform)
- [AWS Marketplace](../getting-started/quick-start-guides/deploy-rancher-manager/aws-marketplace.md) (uses Amazon EKS)
- [Azure](../getting-started/quick-start-guides/deploy-rancher-manager/azure.md) (uses Terraform) - [Azure](../getting-started/quick-start-guides/deploy-rancher-manager/azure.md) (uses Terraform)
- [DigitalOcean](../getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md) (uses Terraform) - [DigitalOcean](../getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md) (uses Terraform)
- [GCP](../getting-started/quick-start-guides/deploy-rancher-manager/gcp.md) (uses Terraform) - [GCP](../getting-started/quick-start-guides/deploy-rancher-manager/gcp.md) (uses Terraform)
@@ -13,7 +14,6 @@ Use one of the following guides to deploy and provision Rancher and a Kubernetes
- [Equinix Metal](../getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal.md) - [Equinix Metal](../getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal.md)
- [Outscale](../getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md) (uses Terraform) - [Outscale](../getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md) (uses Terraform)
If you prefer, the following guide will take you through the same process in individual steps. Use this if you want to run Rancher in a different provider, on prem, or if you would just like to see how easy it is. If you prefer, the following guide will take you through the same process in individual steps. Use this if you want to run Rancher in a different provider, on prem, or if you would just like to see how easy it is.
- [Manual Install](../getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md) - [Manual Install](../getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md)
+1
View File
@@ -42,6 +42,7 @@ const sidebars = {
}, },
items: [ items: [
"getting-started/quick-start-guides/deploy-rancher-manager/aws", "getting-started/quick-start-guides/deploy-rancher-manager/aws",
"getting-started/quick-start-guides/deploy-rancher-manager/aws-marketplace",
"getting-started/quick-start-guides/deploy-rancher-manager/azure", "getting-started/quick-start-guides/deploy-rancher-manager/azure",
"getting-started/quick-start-guides/deploy-rancher-manager/digitalocean", "getting-started/quick-start-guides/deploy-rancher-manager/digitalocean",
"getting-started/quick-start-guides/deploy-rancher-manager/gcp", "getting-started/quick-start-guides/deploy-rancher-manager/gcp",