c9
Cloud9
Dev ToolsAWS
General
General information about the service.
Chat
Powered by AITalk 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 Documentation
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.