-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(cloud9): Add support for SSM connection type #17027
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-cloud9Related to AWS Cloud9Related to AWS Cloud9effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-cloud9Related to AWS Cloud9Related to AWS Cloud9effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp2
Description
Add support for SSM connection type as per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype
Use Case
This will make it easier for customers to install their Cloud9 environments into private subnets while still allowing access to the IDE via the console.
Proposed Solution
Add a new property for the connection type. The property can be an enumerated type whose valid values can be either
SSHorSSM. It might also be helpful to default to SSM automatically if the provided subnet types are private.Other information
Workaround:
Acknowledge