🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@pulumi/aws-infra

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/aws-infra

Pulumi Amazon Web Services (AWS) infrastructure components.

0.16.2
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

pulumi

FAQs

Package last updated on 06 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts