From 4319f793cdde2ea7dbc61589b239d9b96ebe7137 Mon Sep 17 00:00:00 2001 From: Ala Shiban <96867907+AlaShibanAtKlo@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:25:55 -0700 Subject: [PATCH] adding 1-click installer for AWS --- pages/introduction/quick-start/self-hosting.mdoc | 2 ++ pages/introduction/quick-start/self-hosting/aws.mdoc | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 pages/introduction/quick-start/self-hosting/aws.mdoc diff --git a/pages/introduction/quick-start/self-hosting.mdoc b/pages/introduction/quick-start/self-hosting.mdoc index c02a01f..3e05942 100644 --- a/pages/introduction/quick-start/self-hosting.mdoc +++ b/pages/introduction/quick-start/self-hosting.mdoc @@ -16,6 +16,8 @@ Here are the articles in this section: {% pageLink href="/introduction/quick-start/self-hosting/vercel "%}Vercel{% /pageLink %} +{% pageLink href="/introduction/quick-start/self-hosting/aws "%}AWS{% /pageLink %} + {% pageLink href="/introduction/quick-start/self-hosting/database-migrations "%}Database migrations{% /pageLink %} {% pageLink href="/introduction/quick-start/self-hosting/sso-setup "%}SSO setup{% /pageLink %} \ No newline at end of file diff --git a/pages/introduction/quick-start/self-hosting/aws.mdoc b/pages/introduction/quick-start/self-hosting/aws.mdoc new file mode 100644 index 0000000..9b4e9eb --- /dev/null +++ b/pages/introduction/quick-start/self-hosting/aws.mdoc @@ -0,0 +1,7 @@ +--- +title: "AWS" +--- + +### 1-click installation + +Deploy the open-source version of Cal.com on AWS with the community-supported [AWS Stacksnap installer](https://klo.dev/stacksnap/apps/calcom/). It sets up an ECS task running the community Docker image, a Postgres DB on RDS for data storage, and an Application Load Balancer for exposure and scalability. \ No newline at end of file