{"id":22403352,"url":"https://github.com/springload/terraform-aws-ecs-service","last_synced_at":"2026-03-19T22:44:57.346Z","repository":{"id":66138723,"uuid":"190507762","full_name":"springload/terraform-aws-ecs-service","owner":"springload","description":"terraform \u003e= 0.12 module for AWS ECS service","archived":false,"fork":false,"pushed_at":"2025-12-04T02:07:05.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-06T03:27:50.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springload.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-06T03:29:49.000Z","updated_at":"2025-12-04T02:06:14.000Z","dependencies_parsed_at":"2025-02-01T06:34:19.242Z","dependency_job_id":null,"html_url":"https://github.com/springload/terraform-aws-ecs-service","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/springload/terraform-aws-ecs-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fterraform-aws-ecs-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fterraform-aws-ecs-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fterraform-aws-ecs-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fterraform-aws-ecs-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springload","download_url":"https://codeload.github.com/springload/terraform-aws-ecs-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springload%2Fterraform-aws-ecs-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":"2024-12-05T09:16:54.179Z","updated_at":"2026-02-03T19:02:12.428Z","avatar_url":"https://github.com/springload.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-ecs-service\n\nThis module creates an ECS service. It supports load balanced services if required.\n\nHas additional security measures that can be optionally enabled, such as RO filesystem, or \"run as specified user\".\n\n## Enabling Fargate\n\nTo run the service on Fargate, set the following required variables:\n\n```hcl\nfargate         = true\nfargate_spot    = false  # Set to true for Fargate Spot\ncpu             = 256    # Required for Fargate\nmemory          = 512    # Required for Fargate\n```\n\nOptional autoscaling configuration:\n\n```hcl\nuse_fargate_scaling         = true\nfargate_min_capacity        = 2\nfargate_max_capacity        = 10\nfargate_cpu_target_value    = 70\nfargate_memory_target_value = 85\ndesired_count               = 2  # Should match min_capacity when using autoscaling\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fterraform-aws-ecs-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringload%2Fterraform-aws-ecs-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringload%2Fterraform-aws-ecs-service/lists"}