AWS Fargate and Aurora

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Rian Bogle
2021-02-20 09:58:51 -07:00
committed by Fredrik Adelöw
parent c9e43525a9
commit 4792df9e78
4 changed files with 25 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
---
id: fargate
title: Deploying with AWS Fargate and Aurora
sidebar_label: AWS
description: How to deploy Backstage on 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
Aurora PostgreSQL, where both the container orchestration and database clusters
are AWS managed services.
However, to use them properly there are a large number of supporting resources
(VPCs, Security Groups, Load Balancers, Certificate, etc) required. One approach
is to use [AWS Cloud Development Kit (CDK)](https://aws.amazon.com/cdk/) to
simplify and automate the creation of the entire infrastructure stack along with
automating the build and deploy of the container.
Check out the [Backstage On AWS](https://github.com/rbogle/backstage-on-aws)
repository, for a ready to use CDK application for deploying your custom
Backstage app onto AWS ECS Fargate and Aurora.
+1 -3
View File
@@ -1,12 +1,10 @@
---
id: helm
title: Deploying Backstage with Helm
title: Deploying with Helm
description: How to deploy Backstage with Helm and Kubernetes
sidebar_label: Helm
---
# Helm charts
An example Backstage app can be deployed in Kubernetes using the
[Backstage Helm charts](https://github.com/backstage/backstage/tree/master/contrib/chart/backstage).