{"id":19769379,"url":"https://github.com/abiydv/aws-cf-ecs","last_synced_at":"2026-06-10T08:31:35.713Z","repository":{"id":177337852,"uuid":"168806792","full_name":"abiydv/aws-cf-ecs","owner":"abiydv","description":"Clodformation template to create a AWS ECS cluster","archived":false,"fork":false,"pushed_at":"2019-04-04T11:59:56.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-28T11:04:19.309Z","etag":null,"topics":["aws","aws-cloudformation","aws-ecs","aws-ecs-cluster","cloudformation","containers","ecs","ecs-cluster","ecs-service","ecs-task","fargate"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abiydv.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-02T07:29:15.000Z","updated_at":"2019-04-04T11:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"af93ea02-6c1f-423c-b4ee-8a5d75a96046","html_url":"https://github.com/abiydv/aws-cf-ecs","commit_stats":null,"previous_names":["abiydv/aws-cf-ecs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abiydv/aws-cf-ecs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiydv%2Faws-cf-ecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiydv%2Faws-cf-ecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiydv%2Faws-cf-ecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiydv%2Faws-cf-ecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abiydv","download_url":"https://codeload.github.com/abiydv/aws-cf-ecs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiydv%2Faws-cf-ecs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","aws-cloudformation","aws-ecs","aws-ecs-cluster","cloudformation","containers","ecs","ecs-cluster","ecs-service","ecs-task","fargate"],"created_at":"2024-11-12T04:42:51.328Z","updated_at":"2026-06-10T08:31:35.684Z","avatar_url":"https://github.com/abiydv.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS ECS Fargate Cluster\n[![CodeFactor](https://www.codefactor.io/repository/github/abiydv/aws-cf-ecs/badge)](https://www.codefactor.io/repository/github/abiydv/aws-cf-ecs)\n\n![cli](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-cli_small.png)\n![cf](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-cf_small.png)\n![iam](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-iamrole_small.png)\n![as](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-autoscaling_small.png)\n![cwe](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-cwevent_small.png)\n![ecsf](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-ecs-fargate_small.png)\n![elb](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-elb_small.png)\n![cw](https://github.com/abiydv/ref-docs/blob/master/images/logos/aws-cw_small.png)\n\n\nUse this template to create a ECS (Fargate backed) cluster with load balancer, IAM role, autoscaling policies etc.\n\n## Prerequisites\nCreate the VPC using [vpc-stack]() template. This template reads the exported values from the vpc-stack. \nIt launches the load balancer in public subnets and ECS Containers in the private subnets.\n\n## Architecture\nA simplified view of the architecture is as follows - \n![arch](https://github.com/abiydv/ref-docs/blob/master/images/arch/ARCH_GH.png)\n\n## How to use\nCheckout the repository and execute from cli. Remember to select the correct profile\n```\naws cloudformation validate-template --template-body file://ecs-stack.yaml \\\n  --profile aws-dev-account --region us-east-1 \n```\nThis should display the parameters - validating the template syntax is fine. Next, create the stack\n\n```\naws cloudformation create-stack --stack-name ecs-stack --template-body file://ecs-stack.yaml \\\n  --profile  aws-dev-account --region us-east-1\n```\nOr, copy the template and create the stack from Cloudformation console.\n\n## Alternative\nYou could also create the same set of resources using Terraform, if you prefer. Take a look at my [Terraform repo](https://github.com/abiydv/terraform/tree/master/ecs)\n\n## Contact\nDrop me a note or open an issue if something doesn't work out.\n\nCheers! :thumbsup:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiydv%2Faws-cf-ecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabiydv%2Faws-cf-ecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiydv%2Faws-cf-ecs/lists"}