Skip to content

Commit 5680322

Browse files
committed
Upgrade AMIs
1 parent 2730f8b commit 5680322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tf/roots/3_contOrc/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ variable "aws_lb_target_groups" {
4747
//
4848
// ECS optimized AMIs per region
4949
// Amazon Linux 2
50-
// Once upgraded check the Container Agent Version again and that the AMI ID in the EC@ console has changed as specified.
50+
// Once upgraded check the Container Agent Version again and that the AMI ID in the EC2 console has changed as specified.
5151
variable "ecs_image_id" {
5252
default = {
53-
ap-southeast-1 = "ami-01eadf33e58113fa2" // Singapore. Last modified date: Fri, 21 May 2021 23:08:18 GMT. Version 62
54-
ap-southeast-2 = "ami-0ce714360ecb86a7b" // Sydney. Last modified date: Fri, 21 May 2021 22:58:26 GMT. Version 62
53+
ap-southeast-1 = "ami-0d7046e1d357b6b85" // Singapore. Last modified date: Fri, 10 Dec 2021 00:20:09 GMT. Version 78
54+
ap-southeast-2 = "ami-0ecac5dc97c76f51d" // Sydney. Last modified date: Fri, 10 Dec 2021 00:20:01 GMT. Version 78
5555
}
5656
}
5757

0 commit comments

Comments
 (0)