@pulumi/aws-infra
TypeScript icon, indicating that this package has built-in type declarations

0.16.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @pulumi/aws-infra

Homepage

pulumi.io

Weekly Downloads

1

Version

0.16.2

License

Apache-2.0

Unpacked Size

225 kB

Total Files

64

Last publish

Collaborators

  • joeduffy
  • pulumi-bot