aws-cloud9
Verified for current stable LTS
Aws Cloud9 Command: List Environments
An engineer would use the 'aws cloud9 list-environments' command when they need to retrieve a list of all existing AWS Cloud9 development environments in their account to manage or assess their resources. Exact CLI syntax to list environments using Aws Cloud9.
When to use this: An engineer would use the 'aws cloud9 list-environments' command when they need to retrieve a list of all existing AWS Cloud9 development environments in their account to manage or assess their resources.
Command Syntax
aws cloud9 list-environments aws cloud9 list-environments Command Breakdown
aws is the base executable for this command.
FAQ
Purpose: Exact syntax to list environments using Aws Cloud9.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Aws Cloud9 Command: Create Environment Ec2
aws cloud9 create-environment-ec2 --name <name> --instance-type <instance_type> Aws Cloud9 Command: Describe Environments aws cloud9 describe-environments --environment-ids <environment_ids> Aws Cloud9 Command: Describe Environment Status aws cloud9 describe-environment-status --environment-id <environment_id> Aws Cloud9 Command: Delete Environment Membership aws cloud9 delete-environment-membership --environment-id <environment_id> --user-arn <user_arn> Aws Cloud9 Command: Create Environment Membership aws cloud9 create-environment-membership --environment-id <environment_id> --user-arn <user_arn> --permissions <permissions>