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