Registry /
aws / aws-cdk-aws-cloud9-alpha
Install & Compatibility
Where this runs
tested against v2.260.0a0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 361.6MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 17.6s · import 0.000s · 362MB
399MB installed
● package 399MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
CfnEnvironmentEC2
✓ from aws_cdk.aws_cloud9_alpha import CfnEnvironmentEC2
✗ from aws_cdk.aws_cloud9_alpha import CfnEnvironmentEC2
Creates a basic Cloud9 environment using the alpha L2 construct.
import aws_cdk as cdk
from aws_cdk.aws_cloud9_alpha import EnvironmentEC2
app = cdk.App()
stack = cdk.Stack(app, 'MyStack')
env = EnvironmentEC2(stack, 'MyCloud9Env',
instance_type='t2.micro',
image_id='amazonlinux-2-x86_64'
)
app.synth()
cdk --version
Upgrade
Version history
2.260.0a0latest on PyPI · released Jun 16, 2026
Audit
Dependencies
aws-cdk-librequiredRequired peer dependency for CDK apps.
constructsrequiredRequired peer dependency for CDK constructs.