Skip to content

aws_cloud9_alpha: Give user ability to specify image ID, and make default to use recommended Amazon Linux 2 #20908

@sean-beath

Description

@sean-beath

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.25.0a0

Environment details (OS name and version, etc.)

MacOS Big Sur 11.6.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-cloud9Related to AWS Cloud9effort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions