forked from backstage/backstage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request backstage#4618 from rbogle/rbogle/fargate-docs
Rbogle/fargate docs
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ Dockerize | |
Docusaurus | ||
Env | ||
Expedia | ||
Fargate | ||
Figma | ||
Firekube | ||
Fiverr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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 | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters