VPC
Description
description here
Type
this generator produces several circuit panels
Parameters
Name | Type | Description | Allowed Values | Default Value |
---|---|---|---|---|
disable-public-access | bool | resources under this VPC cannot be accessed directly from the public internet | - | false |
sec-group-ingress | list |
the inbound rules associated with the security group of VPC. format: port,protocol,cidrip (example: 80,tcp,0.0.0.0/0) | - | - |
aws-services-access | bool | enable AWS services access to resources under this VPC | - | false |
services | list |
list of AWS services for which to enable access (CloudWatchLogs, ECR, and SSM are included by default) | - | - |
internet-access | bool | enable internet access to resources under this VPC | - | false |
high-availability | bool | sets up your resources in multiple areas to ensure your application stays operational even if one area experiences problems | - | false |
max-azs | int | the maximum number of availability zones | - | 2 |
Architecture
diagram of the architecture this generator creates
Resources
description of the resources this generator creates
Logic
description of the business logic this generator creates
Inputs
description of resource and data inputs
Outputs
description of resource and data outputs
Usage
description of usage and uses cases here