From edb9d851c5f978a548fff2ec08dd70e141fd00fc Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Wed, 20 Dec 2017 16:16:22 -0800 Subject: [PATCH 1/4] Added NAT gateway caveat --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2474699..dea3502 100644 --- a/README.md +++ b/README.md @@ -1575,6 +1575,8 @@ VPCs, Network Security, and Security Groups - ❗If you delete the default VPC, you can [recreate it via the CLI or the console](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html#create-default-vpc). - ❗Be careful with VPC VPN credentials! If lost or compromised, the VPN endpoint must be deleted and recreated. See the instructions for [Replacing Compromised Credentials](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html#CompromisedCredentials). - ❗Security Groups and Route Tables apply entries separately for IPv4 and IPv6, so one must ensure they add entries for both protocols accordingly. +- 💸Managed NAT gateways are a convenient alternative to +manually managing [NAT instances](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPCNATInstance.html), but they do come at a cost per gigabyte. Consider alternatives if you're transferring many terrabytes from private subnets to the internet. KMS --- From 824ce2456a3db6b15f02f832e84954dc540c9f1a Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Wed, 20 Dec 2017 16:19:57 -0800 Subject: [PATCH 2/4] Expand WAF coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea3502..191d63e 100644 --- a/README.md +++ b/README.md @@ -1921,7 +1921,7 @@ WAF ### WAF Gotchas and Limitations -- As of December 2016, WAF is available in the US East (Northern Virginia), US West (Oregon), Asia Pacific (Tokyo) and EU (Ireland) regions. +- As of December 2016, WAF is available in the US East (Northern Virginia), US West (Oregon and Northern California), Asia Pacific (Tokyo) and EU (Ireland) regions. OpsWorks From f0d46181500a57af37da1ca1b43caeaa0767c019 Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Mon, 5 Feb 2018 14:18:40 -0800 Subject: [PATCH 3/4] Added citation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 191d63e..7435186 100644 --- a/README.md +++ b/README.md @@ -1576,7 +1576,7 @@ VPCs, Network Security, and Security Groups - ❗Be careful with VPC VPN credentials! If lost or compromised, the VPN endpoint must be deleted and recreated. See the instructions for [Replacing Compromised Credentials](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html#CompromisedCredentials). - ❗Security Groups and Route Tables apply entries separately for IPv4 and IPv6, so one must ensure they add entries for both protocols accordingly. - 💸Managed NAT gateways are a convenient alternative to -manually managing [NAT instances](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPCNATInstance.html), but they do come at a cost per gigabyte. Consider alternatives if you're transferring many terrabytes from private subnets to the internet. +manually managing [NAT instances](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPCNATInstance.html), but they do come at a cost per gigabyte. Consider [alternatives](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-comparison.html) if you're transferring many terrabytes from private subnets to the internet. KMS --- From 24a3afad354837ef1b6b369f6bfd9a2d97af52b2 Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Tue, 3 Apr 2018 11:01:41 -0700 Subject: [PATCH 4/4] Update date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7435186..13222df 100644 --- a/README.md +++ b/README.md @@ -1921,7 +1921,7 @@ WAF ### WAF Gotchas and Limitations -- As of December 2016, WAF is available in the US East (Northern Virginia), US West (Oregon and Northern California), Asia Pacific (Tokyo) and EU (Ireland) regions. +- As of February 2018, WAF is available in the US East (Northern Virginia), US West (Oregon and Northern California), Asia Pacific (Tokyo) and EU (Ireland) regions. OpsWorks