AWS Cloud9
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair program and track each other’s inputs in real time.
Below are the cmdlets which are available with AWS Cloud9
CmdletName | ServiceOperation |
Add-C9ResourceTag | TagResource |
Get-C9EnvironmentData | DescribeEnvironments |
Get-C9EnvironmentList | ListEnvironments |
Get-C9EnvironmentMembershipList | DescribeEnvironmentMemberships |
Get-C9EnvironmentStatus | DescribeEnvironmentStatus |
Get-C9ResourceTag | ListTagsForResource |
New-C9EnvironmentEC2 | CreateEnvironmentEC2 |
New-C9EnvironmentMembership | CreateEnvironmentMembership |
Remove-C9Environment | DeleteEnvironment |
Remove-C9EnvironmentMembership | DeleteEnvironmentMembership |
Remove-C9ResourceTag | UntagResource |
Update-C9Environment | UpdateEnvironment |
Update-C9EnvironmentMembership | UpdateEnvironmentMembership |
You can also check other AWS Services, and each services cmdlets we are providing.