c9

Cloud9

Dev ToolsAWS
General

General information about the service.

Description

AWS Cloud9 is a cloud-based IDE for writing, running, and debugging code.

Service Namespace

AWS::Cloud9::EnvironmentEC2

ARN Pattern

arn:aws:cloud9:{region}:{account}:environment:{environment-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

c9-

Length

1-60

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_cloud9_environment_ec2" "main" {
2 name = "c9-${var.environment}"
3 instance_type = "t3.micro"
4}
Utilities

Utilities to support app deployment or configuration.