User Tools

Site Tools


aws:vpc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aws:vpc [30/07/2025 09:57] – [IPv4 Regex] andrewaws:vpc [31/07/2025 13:08] (current) andrew
Line 2: Line 2:
  
 FIXME intro blurb on VPC, AZ, subnets, IG / NAT gateway FIXME intro blurb on VPC, AZ, subnets, IG / NAT gateway
 +
 +{{aws:st-setip_iot.png?300 |VPC with two AZ and subnets}}
  
  
Line 37: Line 39:
  
  
-This works in Cloudformation to tempate the allowed digits in and IPv4 address.+This works in Cloudformation to tempate the allowed digits in and IPv4 address. Not exhaustively tested.
  
 <code> <code>
Line 49: Line 51:
       "AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(22))$",       "AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(22))$",
       "ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/22",       "ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/22",
-      "Default": "172.16.192.0/22",+      "Default": "192.168.192.0/22",
       "Description": "CIDR block for VPC",       "Description": "CIDR block for VPC",
       "Type": "String"       "Type": "String"
     }     }
 </code> </code>
 +
 +
 +This may bea better example:- [[https://ihateregex.io/expr/ip/]]
 +
 +
 ===== IPv6 Regex ===== ===== IPv6 Regex =====
  
aws/vpc.1753869427.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki