You can use the CloudFormation template launch button below to create the infrastructure in same AZ with the 2 subnets, NAT Gateway, Internet Gateway, and the EC2 instances.
A Key Pair is required before continuing this CloudFormation deployment. If you need help creating a Key Pair -> Create a key pair
CLICK HERE
to see how to create key pairAWS Console -> EC2 -> Key Pairs -> Create key pair
Stack Name: Network-Security-Workshop
InspectionVPCCIDR: the CIDR that you want to use for the VPC. You don’t need to change it, if you don’t want to change the default configuration.
KeyPair: Your KeyPair name
MyPublicIP: Your public IP in CIDR. (e.g. 191.162.228.91/32 . You can grab it using a few tools or websites (https://ipinfo.io/ip). It will be use to only allow your IP to access the vulnerable application (DVWA))
ProtectedPrivateSubnetAZ: the AZ what you want to use to your Private subnet.
ProtectedPrivateSubnetCIDR: the CIDR that you want to use for the Private. You don’t need to change it, if you don’t want.
ProtectedPublicSubnetAZ: the AZ what you want to use to your Public subnet.
ProtectedPublicSubnetCIDR: the AZ what you want to use to your Public subnet. You don’t need to change it, if you don’t want to.
Leave as fields as default and click Next, or optionally define tags to the environment if desired.
Now it’s time for us to integrate Cloud One Network Security with AWS ☁️ 💻 🚀