Describe the feature
Implement a way for users to change the default image ID for their Cloud9 instance.
Further, default the image ID to be Amazon Linux 2 (amazonlinux-2-x86_64) aligning to recommendation from AWS.
This would allow a user to implement the following to specify Amazon Linux 2 as their EC2 image:
cloud9_env = cloud9.Ec2Environment(self, "Cloud9Env",
vpc=self.vpc,
subnet_selection=ec2.SubnetSelection(
subnet_type=ec2.SubnetType.PUBLIC
),
image_id="amazonlinux-2-x86_64"
)
Use Case
I am not currently able to deploy a Cloud9 environment using the recommended image from AWS.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.25.0a0
Environment details (OS name and version, etc.)
MacOS Big Sur 11.6.5
Describe the feature
Implement a way for users to change the default image ID for their Cloud9 instance.
Further, default the image ID to be Amazon Linux 2 (amazonlinux-2-x86_64) aligning to recommendation from AWS.
This would allow a user to implement the following to specify Amazon Linux 2 as their EC2 image:
Use Case
I am not currently able to deploy a Cloud9 environment using the recommended image from AWS.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.25.0a0
Environment details (OS name and version, etc.)
MacOS Big Sur 11.6.5