Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cloud9-alpha): support image ids for Amazon Linux 2023 and Ubunt…
…u 22.04 (#28346) This PR supports new image ids for Amazon Linux 2023 and Ubuntu 22.04. As for Amazon Linux 2023, it is not yet in the documentation or release notes, but I tried it in CloudFormation with success, so I added it. We can also check it from the Cloud9 console. If we should still wait, I will remove it. ![cloud9-al-2023](https://github.com/aws/aws-cdk/assets/24818752/ac253baa-fa2e-4275-b77e-f6fb9d7647e7) And I added `@deprecated` to the Ubuntu 18.04, see: > Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-imageid ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information