aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
631 stars 420 forks source link

AWS CodeBuild AL2 x86_64 Standard 3.0 Deprecation #324

Closed dabo-devconsole closed 1 year ago

dabo-devconsole commented 1 year ago

Terraform Version & Prov: 1.3.9

AFT Version: 1.9.1

Bug Description: I got an email, concerning the deprecation of using CodeBuild AmazonLinux Standard 3.0 from AWS. AFT codebuild pipeline modules, e.g. aft-customization, use the deprecated image version 3.0 of amazonlinux2.

To Reproduce N/A

Expected behavior image = "aws/codebuild/amazonlinux2-x86_64-standard:4.0"

Related Logs N/A

Additional context https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/624c0ccf7a777b18f6533de1c0462f5dbe558381/modules/aft-customizations/codebuild.tf#L22

Mail context: AWS CodeBuild notified customers on March 2, 2023 that the Amazon Linux 2 standard 3.0 image [1] will be deprecated on March 30, 2023. We have since revised the decision and extended the deprecation date for the image to April 30, 2023.

You may continue using the image for your builds after April 30, 2023, but you could see increased build latency. However, this image will not get any further updates. We recommend you to update your Build Projects to use the latest build images in order to get the latest language runtimes and tools.

snebhu3 commented 1 year ago

@dabo-devconsole thank you for bringing this to our attention. I have created a backlog to fix this.

snebhu3 commented 1 year ago

1.9.2 has been released with the image update.