원클릭으로
aws-cloud9
Cloud9 via AWS CLI v2 (`aws cloud9`). Cloud IDE environments, memberships, environment status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cloud9 via AWS CLI v2 (`aws cloud9`). Cloud IDE environments, memberships, environment status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
IAM Access Analyzer via AWS CLI v2 (`aws accessanalyzer`). Analyzers, findings, archive rules, access previews, policy tools.
Private CA via AWS CLI v2 (`aws acm-pca`). Certificate authorities, certificates, audit reports, permissions, policies.
ACM via AWS CLI v2 (`aws acm`). Certificates, import/export, validation, tags, account configuration.
Managed Prometheus via AWS CLI v2 (`aws amp`). Workspaces, alert manager, rule groups, scrapers, logging, resource policies.
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
API Gateway via AWS CLI v2 (`aws apigateway`). REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans.
| name | aws-cloud9 |
| description | Cloud9 via AWS CLI v2 (`aws cloud9`). Cloud IDE environments, memberships, environment status. |
Complete reference for all aws cloud9 subcommands in AWS CLI v2. Covers cloud-based IDE environment management, environment membership, and tagging. Note: AWS Cloud9 is no longer available to new customers. Existing customers can continue to use the service.
aws cloud9 create-environment-ec2 \
--name my-dev-env \
--instance-type t3.small \
--image-id amazonlinux-2023-x86_64 \
--automatic-stop-time-minutes 30
aws cloud9 list-environments
aws cloud9 describe-environments --environment-ids env-id-1 env-id-2
aws cloud9 create-environment-membership \
--environment-id abc123 \
--user-arn arn:aws:iam::123456789012:user/jsmith \
--permissions read-write
aws cloud9 update-environment-membership \
--environment-id abc123 \
--user-arn arn:aws:iam::123456789012:user/jsmith \
--permissions read-only
aws cloud9 delete-environment --environment-id abc123
See index.md for the quick reference table and global options.
| Group | File | Commands |
|---|---|---|
| Environments | environments.md | create-environment-ec2, delete-environment, describe-environments, list-environments, update-environment, describe-environment-status |
| Memberships | memberships.md | create-environment-membership, delete-environment-membership, describe-environment-memberships, update-environment-membership |
| Tags | tags.md | tag-resource, untag-resource, list-tags-for-resource |