Move Fargate doc to contrib

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-04-20 14:36:19 -06:00
parent 4792df9e78
commit 68f3e891b8
3 changed files with 5 additions and 9 deletions
@@ -1,9 +1,4 @@
---
id: fargate
title: Deploying with AWS Fargate and Aurora
sidebar_label: AWS
description: How to deploy Backstage on AWS Fargate and Aurora
---
# Deploying Backstage with AWS Fargate and Aurora
There are any number of ways to deploy backstage containers on AWS. One of the
simplest from a management and ops perspective is to leverage AWS Fargate and
+3 -1
View File
@@ -30,7 +30,9 @@ There is also an example of deploying on [Heroku](heroku.md), which only
requires the first two steps.
An example of deploying Backstage with a [Helm chart](helm.md), a common pattern
in AWS, is also available.
in AWS, is also available. There is also a contrib guide to deploying Backstage
with
[AWS Fargate and Aurora PostgreSQL](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/aws-fargate-deployment.md)
Please consider contributing other deployment guides if you get Backstage set up
on common infrastructure, it would be a great benefit to the community.
+1 -2
View File
@@ -206,8 +206,7 @@
"deployment/docker",
"deployment/k8s",
"deployment/helm",
"deployment/heroku",
"deployment/fargate"
"deployment/heroku"
],
"Designing for Backstage": [
"dls/design",