AWS Cloud9은 클라우드에서 소프트웨어를 작성, 빌드, 실행, 테스트, 디버그 및 릴리스하는 도구 모음입니다. 더 많은 정보: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloud9/index.html.
aws cloud9 list-environments
aws cloud9 create-environment-ec2 --name {{name}} --instance-type {{instance_type}}
aws cloud9 describe-environments --environment-ids {{environment_ids}}
aws cloud9 create-environment-membership --environment-id {{environment_id}} --user-arn {{user_arn}} --permissions {{permissions}}
aws cloud9 describe-environment-status --environment-id {{environment_id}}
aws cloud9 delete-environment --environment-id {{environment_id}}
aws cloud9 delete-environment-membership --environment-id {{environment_id}} --user-arn {{user_arn}}