{"id":34746002,"url":"https://github.com/dfpc-coe/ecs","last_synced_at":"2026-05-25T22:06:58.334Z","repository":{"id":173384187,"uuid":"650686692","full_name":"dfpc-coe/ecs","owner":"dfpc-coe","description":"Provide a unified ECS Cluster","archived":false,"fork":false,"pushed_at":"2025-03-08T14:27:00.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T15:27:02.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dfpc-coe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"ingalls"}},"created_at":"2023-06-07T15:33:27.000Z","updated_at":"2025-03-08T14:27:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a1db01a-2700-45f5-b620-4aceb4efc542","html_url":"https://github.com/dfpc-coe/ecs","commit_stats":null,"previous_names":["tak-ps/ecs","dfpc-coe/ecs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dfpc-coe/ecs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfpc-coe%2Fecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfpc-coe%2Fecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfpc-coe%2Fecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfpc-coe%2Fecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfpc-coe","download_url":"https://codeload.github.com/dfpc-coe/ecs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfpc-coe%2Fecs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33494851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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":"2025-12-25T04:38:19.526Z","updated_at":"2026-05-25T22:06:58.328Z","avatar_url":"https://github.com/dfpc-coe.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ingalls"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eTAK ECS\u003c/h1\u003e\n\n\u003cp align=center\u003eCreate and Manage ECS with CloudFormation\u003c/p\u003e\n\n\u003e [!CAUTION]\n\u003e This repo has been retired and is now incorporated into the dfpc-coe/vpc codebase\n\n## Installation\n\nLocal installation can be performed via the following\n\n```sh\nnpm install\n```\n\n## AWS Deployment\n\n### Prerequisites \n\nAmazon Elastic Container Service uses AWS Identity and Access Management (IAM) service-linked roles. This service linked role needs to be created first - either manually or by having ECS create it during the first deployment. \nIf you have never used ECS in this specific AWS account you need to manually create the service-linked role via `aws iam create-service-linked-role --aws-service-name ecs.amazonaws.com`.\n\n### Installation\n\nFrom the root directory, install the deploy dependencies\n\n```sh\nnpm install\n```\n\nDeployment to AWS is handled via AWS Cloudformation. The template can be found in the `./cloudformation`\ndirectory. The deployment itself is performed by [Deploy](https://github.com/openaddresses/deploy) which\nwas installed in the previous step.\n\nThe deploy tool can be run via the following\n\n```sh\nnpx deploy\n```\n\nTo install it globally - view the deploy [README](https://github.com/openaddresses/deploy)\n\nDeploy uses your existing AWS credentials. Ensure that your `~/.aws/credentials` has an entry like:\n\n```\n[coe]\naws_access_key_id = \u003credacted\u003e\naws_secret_access_key = \u003credacted\u003e\n```\n\nDeployment can then be performed via the following:\n\n```\nnpx deploy create \u003cstack\u003e\n```\n\n```\nnpx deploy update \u003cstack\u003e\n```\n\n```\nnpx deploy info \u003cstack\u003e --outputs\n```\n\n```\nnpx deploy info \u003cstack\u003e --parameters\n```\n\nStacks can be created, deleted, cancelled, etc all via the deploy tool. For further information\ninformation about `deploy` functionality run the following for help.\n\n```sh\nnpx deploy\n```\n\nFurther help about a specific command can be obtained via something like:\n\n```sh\nnpx deploy info --help\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfpc-coe%2Fecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfpc-coe%2Fecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfpc-coe%2Fecs/lists"}