Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
Headers
Request body
The description of the environment to create.
The type of instance to connect to the environment (for example, <code>t2.micro</code>).
The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2 instance.
The number of minutes until the running instance is shut down after the environment has last been used.
The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any IAM principal. If this value is not specified, the ARN defaults to this environment's creator.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
Response
Success
The ID of the environment that was created.
Example response
{
"environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
}