Files
nocodb/cloud/setup/aws/vpc.json
starbirdtech383 2fb2ac9f88 cloud setup initial directory and documentation
add architecture diagram

docs: include image source

docs: update aws dashboard link

docs: update aws dashboard link

docs: update read me with deployment instructions and costing

docs : nocohub cloud setup manual

docs : minor fix, added \n
2023-01-25 23:03:51 +05:30

20 lines
451 B
JSON

{
"CidrBlock": "172.33.33.0/20",
"InstanceTenancy": "default",
"CidrBlockAssociationSet": [
{
"CidrBlock": "172.33.16.0/20",
"CidrBlockState": {
"State": "associated"
}
}
],
"Tags": [
{
"Key": "Name",
"Value": "nocohub-001-vpc"
}
],
"EnableDnsSupport": true,
"EnableDnsHostnames": true
}