{"id":48211222,"url":"https://github.com/techservicesillinois/terraform-aws-cloud9-environment-ec2","last_synced_at":"2026-04-04T18:48:37.445Z","repository":{"id":40422550,"uuid":"171516466","full_name":"techservicesillinois/terraform-aws-cloud9-environment-ec2","owner":"techservicesillinois","description":"Provides a Cloud9 EC2 Development Environment","archived":false,"fork":false,"pushed_at":"2025-03-27T03:12:40.000Z","size":11,"stargazers_count":8,"open_issues_count":2,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-27T04:23:36.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techservicesillinois.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-19T17:15:15.000Z","updated_at":"2023-12-15T18:00:47.000Z","dependencies_parsed_at":"2022-08-09T20:00:46.615Z","dependency_job_id":null,"html_url":"https://github.com/techservicesillinois/terraform-aws-cloud9-environment-ec2","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/techservicesillinois/terraform-aws-cloud9-environment-ec2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloud9-environment-ec2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloud9-environment-ec2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloud9-environment-ec2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloud9-environment-ec2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techservicesillinois","download_url":"https://codeload.github.com/techservicesillinois/terraform-aws-cloud9-environment-ec2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloud9-environment-ec2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T18:48:36.664Z","updated_at":"2026-04-04T18:48:37.438Z","avatar_url":"https://github.com/techservicesillinois.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud9-environment-ec2\n\n[![Terraform actions status](https://github.com/techservicesillinois/terraform-aws-cloud9-environment-ec2/workflows/terraform/badge.svg)](https://github.com/techservicesillinois/terraform-aws-cloud9-environment-ec2/actions)\n\nProvides a Cloud9 EC2 development environment.\n\nExample Usage\n-----------------\n\nThe following example creates a Cloud9 EC2 environment in VPC\n`vpcName` in the lexicographically smallest availability zone (AZ)\navailable in the given VPC. For a VPC using all AZs in us-east-2\nthat would be `us-east-2a`.\n\n```\nmodule \"service_name\" {\n  source = \"git@github.com:techservicesillinois/terraform-aws-cloud9-environment-ec2\"\n\n  name        = \"service\"\n  description = \"Environment for service development\"\n  subnet_type = \"public\"\n  vpc         = \"vpcName\"\n\n  owner_arn = \"arn:aws:sts::917683843710:assumed-role/roleName/netid@illinois.edu\"\n```\n\nArgument Reference\n-----------------\n\nThe following arguments are supported:\n\n* `automatic_stop_time_minutes` - (Optional) Minutes until the instance is shut down after inactivity (default 30).\n\n* `name` - (Required) The name of the environment.\n\n* `description` - (Required) The description of the environment.\n\n* `instance_type` - (Required) The type of instance to connect to the environment.nano).\n\n* `owner_arn` - (Required) The ARN of the environment owner.\n\n* `subnet_type` - (Required) Subnet type (e.g., 'campus', 'private', 'public') for resource placement.\n\n* `vpc` - (Required) Name of the virtual private cloud in which resources are to be placed.\n\nAttributes Reference\n--------------------\n\nThe following attributes are exported:\n\n* `id` - The ID of the environment.\n\n* `arn` - The ARN of the environment.\n\n* `type` - The type of the environment (e.g. ssh or ec2).\n\nLimitations\n-----------\n\n* The subnet where the EC2 instance resides can not be specified.\n\n* The selected VPC must have at most one subnet per availability zone (AZ).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloud9-environment-ec2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloud9-environment-ec2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloud9-environment-ec2/lists"}