jarshwah / pulumi-aws-infra

AWS infrastructure best practices in component form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Pulumi AWS Infrastructure Components

Pulumi's framework for Amazon Web Services (AWS) infrastructure.

This package is meant for use with the Pulumi CLI. Please visit pulumi.io for installation instructions.

The AWS Infrastructure package offers two primary abstractions:

  • Network provides a way to create a new network in your account that follows the AWS Best Practices for doing so. This includes creating a Virtual Private Cloud (VPC) with public and private subnets, if you so choose, and multi-availability zone configuration.

  • Cluster offers a simple way of creating an Elastic Container Service (ECS) cluster for running containers.

Installing

This package is available in JavaScript/TypeScript for use with Node.js. Install it using either npm:

$ npm install @pulumi/aws-infra

or yarn:

$ yarn add @pulumi/aws-infra

Reference

For detailed reference documentation, please visit the API docs.

About

AWS infrastructure best practices in component form

License:Apache License 2.0


Languages

Language:TypeScript 54.9%Language:Python 21.7%Language:Makefile 14.2%Language:Shell 3.8%Language:Go 3.1%Language:JavaScript 2.3%