@ez4/aws-vpc
v0.43.0
Published
EZ4: Self-managed AWS VPC provider
Readme
EZ4: AWS VPC
It provides all the components to manage VPCs on AWS.
Getting started
Install
npm install @ez4/aws-vpc -DPermission
Ensure the user performing deployments has the permissions below:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VpcManagement",
"Effect": "Allow",
"Action": [
"ec2:DescribeSubnets",
"ec2:DescribeSecurityGroups",
"ec2:DescribeVpcs"
],
"Resource": ["*"]
}
]
}License
MIT License
