/vpc-network-config-synthesis

Tool for automatic synthesis of VPC network resources

Primary LanguageGoApache License 2.0Apache-2.0

vpc-network-config-synthesis

Tool for automatic synthesis of VPC network configurations, namely Network ACLs and Security Groups.

Build:

make build

Build on Windows:

make build-windows

Test:

make test

Run on Linux environment:

bin/vpcgen -target=acl -config test/data/acl_testing5/config_object.json test/data/acl_testing5/conn_spec.json

bin/vpcgen -target=sg -config test/data/sg_testing3/config_object.json test/data/sg_testing3/conn_spec.json

Run on Windows:

bin\vpcgen.exe -target=acl -config test\data\acl_testing5\config_object.json test\data\acl_testing5\conn_spec.json

bin\vpcgen.exe -target=sg -config test\data\sg_testing3\config_object.json test\data\sg_testing3\conn_spec.json