From 7b3dc410e3acad4d27b794572f3146a6e87a2351 Mon Sep 17 00:00:00 2001 From: Michal Karwanski Date: Thu, 8 Feb 2024 16:59:15 +0000 Subject: [PATCH] Update documentation with new AMI file --- ecs/README.md | 2 +- ecs/network/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs/README.md b/ecs/README.md index be0e9f43..d93cc639 100644 --- a/ecs/README.md +++ b/ecs/README.md @@ -83,7 +83,7 @@ Based on [AWS reference architecture](https://github.com/aws-samples/ecs-refarch | [environment](#input\_environment) | Kebab-cased environment name, eg. development, staging, production. | `string` | n/a | yes | | [lb\_ssl\_policy](#input\_lb\_ssl\_policy) | SSL policy to set on the HTTPS ALB listener, see https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies | `string` | `"ELBSecurityPolicy-TLS-1-2-2017-01"` | no | | [nat\_instance](#input\_nat\_instance) | Use NAT instances instead of NAT gateways. | `bool` | `false` | no | -| [nat\_instance\_ami\_name](#input\_nat\_instance\_ami\_name) | Name of the EC2 AMI used by NAT instances | `string` | `"amzn-ami-vpc-nat-2018.03.0.20230905.0-x86_64-ebs"` | no | +| [nat\_instance\_ami\_name](#input\_nat\_instance\_ami\_name) | Name of the EC2 AMI used by NAT instances | `string` | `"amzn2-ami-kernel-5.10-hvm-2.0.20240131.0-x86_64-gp2"` | no | | [nat\_instance\_type](#input\_nat\_instance\_type) | EC2 instance type to use to create a NAT instance. | `string` | `"t3.nano"` | no | | [project](#input\_project) | Kebab-cased project name | `string` | n/a | yes | | [project\_index](#input\_project\_index) | Unique project number in 0-255 range which will be used to build the VPC CIDR block: 10.{project\_index}.0.0/16 | `number` | n/a | yes | diff --git a/ecs/network/README.md b/ecs/network/README.md index 7b44409f..d2415fac 100644 --- a/ecs/network/README.md +++ b/ecs/network/README.md @@ -117,7 +117,7 @@ Creates networking resources needed for a standard ECS cluster setup: | [environment](#input\_environment) | Kebab-cased environment name, eg. development, staging, production. | `string` | n/a | yes | | [lb\_ssl\_policy](#input\_lb\_ssl\_policy) | SSL policy to set on the HTTPS ALB listener, see https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies | `string` | `"ELBSecurityPolicy-TLS-1-2-2017-01"` | no | | [nat\_instance](#input\_nat\_instance) | Use NAT instances instead of NAT gateways. | `bool` | `false` | no | -| [nat\_instance\_ami\_name](#input\_nat\_instance\_ami\_name) | Name of the EC2 AMI used by NAT instances | `string` | `"amzn-ami-vpc-nat-2018.03.0.20230905.0-x86_64-ebs"` | no | +| [nat\_instance\_ami\_name](#input\_nat\_instance\_ami\_name) | Name of the EC2 AMI used by NAT instances | `string` | `"amzn2-ami-kernel-5.10-hvm-2.0.20240131.0-x86_64-gp2"` | no | | [nat\_instance\_type](#input\_nat\_instance\_type) | EC2 instance type to use to create a NAT instance. | `string` | `"t3.nano"` | no | | [project](#input\_project) | Kebab-cased project name | `string` | n/a | yes | | [project\_index](#input\_project\_index) | Unique project number in 0-255 range which will be used to build the VPC CIDR block: 10.{project\_index}.0.0/16 | `number` | n/a | yes |