cfn-modules / ecs-cluster

ECS cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

Examples

Related modules

Parameters

none

About

ECS cluster

License:Apache License 2.0


Languages

Language:JavaScript 100.0%