@@ -131,14 +131,15 @@ export interface CreateEnvironmentEC2Request {
131
131
* <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
132
132
* To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
133
133
* path.</p>
134
- * <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter
135
- * for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all
136
- * direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services
137
- * CloudFormation. This change will only affect direct API consumers, and not Cloud9 console
138
- * users.</p>
134
+ * <p></p>
139
135
* <p>We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully
140
- * supported. </p>
141
- * <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
136
+ * supported.</p>
137
+ * <p>From December 16, 2024, Ubuntu 18.04 will be removed from the list of available
138
+ * <code>imageIds</code> for Cloud9. This change is necessary as Ubuntu 18.04 has ended standard
139
+ * support on May 31, 2023. This change will only affect direct API consumers, and not Cloud9
140
+ * console users.</p>
141
+ * <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose
142
+ * Ubuntu 22.04.</p>
142
143
* <p>
143
144
* <b>AMI aliases </b>
144
145
* </p>
@@ -156,7 +157,7 @@ export interface CreateEnvironmentEC2Request {
156
157
* </p>
157
158
* </li>
158
159
* <li>
159
- * <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code>
160
+ * <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code>
160
161
* </p>
161
162
* </li>
162
163
* </ul>
@@ -170,7 +171,8 @@ export interface CreateEnvironmentEC2Request {
170
171
* </p>
171
172
* </li>
172
173
* <li>
173
- * <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>
174
+ * <p>Amazon Linux 2023 (recommended):
175
+ * <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>
174
176
* </p>
175
177
* </li>
176
178
* <li>
@@ -180,7 +182,7 @@ export interface CreateEnvironmentEC2Request {
180
182
* </li>
181
183
* <li>
182
184
* <p>Ubuntu 22.04:
183
- * <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code>
185
+ * <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code>
184
186
* </p>
185
187
* </li>
186
188
* </ul>
0 commit comments