Last active
April 12, 2022 12:41
-
-
Save cp-sumi-k/7eb5e1de2c49328e6f35a277eaadb0bd to your computer and use it in GitHub Desktop.
https://blog.canopas.com/complete-guide-to-deploying-ssr-vite-apps-on-aws-with-automation-27676113d6ac - ECS cluster
This file contains hidden or 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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: An ECS, ECR, ALB and cloudfront stack | |
Resources: | |
ECSCluster: | |
Type: "AWS::ECS::Cluster" | |
Properties: | |
ClusterName: < CLUSTER-NAME > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment