Pulumi Amazon Web Services (AWS) AWSX Components.
Project description
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 is intended to provide component wrappers around many core AWS 'raw' resources to make them easier and more convenient to use. In general, the @pulumi/awsx
package mirrors the module structure of @pulumi/aws
(i.e. @pulumi/awsx/ecs
or @pulumi/awsx/ec2
). These components are designed to take care of much of the redundancy and boilerplate necessary when using the raw AWS resources, while still striving to expose all underlying functionality if needed.
The AWS Infrastructure package undergoes constant improvements and additions. While we will strive to maintain backward compatability here, we will occasionally make breaks here as appropriate if it helps improve the overall quality of this package.
The AWS Infrastructure package exposes many high level abstractions. Including:
-
ec2
. A module that makes it easier to work with your AWS network, subnets, and security groups. By default, the resources in the package follow the AWS Best Practices, but can be configured as desired in whatever ways you want. Most commonly, this package is used to acquire the default Vpc for a region (usingawsx.ec2.DefaultNetwork
). However, it can also be used to easily create or augment an existing Vpc. -
ecs
. A module that makes it easy to create and configure clusters, tasks and services for running containers. Convenience resources are created to make the common tasks of creating EC2 or Fargate services and tasks much simpler. -
lb
. A module for simply setting up Elastic Load Balancing. This module provides convenient ways to set up eitherNetwork
orApplication
load balancers, along with the appropriate ELB Target Groups and Listeners in order to have a high availability, automatically-scaled service. These ELB components also work well with the other awsx components. For example, anlb.defaultTarget
can be passed in directly as theportMapping
target of anecs.FargateService
.
The library also exposes the classic AWSx (the previous TypeScript) implementation. You can find these modules in the classic
namespace. These modules include:
apigateway
autoscaling
ecs
ec2
cloudwatch
lb
cloudtrail
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/awsx
or yarn
:
yarn add @pulumi/awsx
Python
To use from Python, install using pip
:
pip install pulumi_awsx
Go
To use from Go, use go get
to grab the latest version of the library
go get github.com/pulumi/pulumi-awsx/sdk
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Awsx
Configuration
The configuration options available for this provider mirror those of the Pulumi AWS Classic Provider
Reference
For further information, visit AWS in the Pulumi Registry or for detailed API reference documentation, visit AWS API Docs in the Pulumi Registry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pulumi_awsx-1.0.0a1663770756.tar.gz
.
File metadata
- Download URL: pulumi_awsx-1.0.0a1663770756.tar.gz
- Upload date:
- Size: 71.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13a884feef1b9848978674a8324fc5855cfb570e58ef5f0f98108152a6cd4ea9 |
|
MD5 | 28daf4f8fe87e672f6ae29327fe8ec2e |
|
BLAKE2b-256 | 89c11a65b2fe772e253daa3ae1b08b84cc7af13b78e06dac906b582ca3483b27 |