@cfn-modules/ecs-cluster

ECS cluster

Usage no npm install needed!

<script type="module">
  import cfnModulesEcsCluster from 'https://cdn.skypack.dev/@cfn-modules/ecs-cluster';
</script>

README

Build Status NPM version

cfn-modules: ECS cluster

ECS cluster.

Install

Install Node.js and npm first!

npm i @cfn-modules/ecs-cluster

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Cluster:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      TemplateURL: './node_modules/@cfn-modules/ecs-cluster/module.yml'

Parameters

none