pulumi-awsx | AWS infrastructure best practices in component form | AWS library
kandi X-RAY | pulumi-awsx Summary
kandi X-RAY | pulumi-awsx Summary
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.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pulumi-awsx
pulumi-awsx Key Features
pulumi-awsx Examples and Code Snippets
Community Discussions
Trending Discussions on pulumi-awsx
QUESTION
I'm trying to use Pulumi within a somewhat restricted AWS environment.
This sandbox requires that I use a specific VPC, and there is no default VPC.
I have tried the examples showing how to reference an existing VPC, but they all fail with some variant of "invoking aws:ec2/getVpc:getVpc: no matching VPC found"
@pulumi/awsx, using code referenced from: https://github.com/pulumi/pulumi-awsx/issues/522:
...ANSWER
Answered 2020-Jun-29 at 05:51There is a subtle difference between getVpc()
that you linked to and Vpc.get()
that you tried using. You should use the former:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pulumi-awsx
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page