ECS cluster
npm install @cfn-modules/ecs-clusterECS cluster.
> Install Node.js and npm first!
```
npm i @cfn-modules/ecs-cluster
```
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
Cluster:
Type: 'AWS::CloudFormation::Stack'
Properties:
TemplateURL: './node_modules/@cfn-modules/ecs-cluster/module.yml'
* fargate-alb-proxy-pattern
* fargate-alb-single-container
none