Subnet Cheat Sheet

Subnet Cheat Sheet

Addresses Host Netmask Amount of Class C /30 4 2 255.255.255.252 1/64 /29 8 6 255.255.255.248 1/32 /28 16 14 255.255.255.240 1/16 /27 32 30 255.255.255.224 1/8 /26 64 62 255.255.255.192 1/4 /25 128 126 255.255.255.128 1/2 /24 256 254 255.255.255.0 1 /23 512 510 255.255.254.0 2 /22 1024 1022 255.255.252.0 4 /21 2048 2046…

Setup wp-config.php for CloudFront.

Setup wp-config.php for CloudFront.

Set up the wp-config.php file to work with CloudFront. CF distributions have HTTPS enabled by default for their default domain, something like yadayadayada.cloudfront.net. We will be configuring our WordPress instance to use HTTP as the origin of our distribution and configure our distribution to terminate SSL/TLS and forward all content requests to your instance using…

What is AWS Lightsail?

What is AWS Lightsail?

Lightsail is an easy cloud service from Amazon that offers you a ready to deploy solution for your application or website, with a low cost monthly plan. It is easy to use and deploy simple sites to help you get started with AWS. The typical Lightsail user could be a developers, small businesses, or startups that needs to…