{"id":18445816,"url":"https://github.com/voronenko/devops-tf-ecs","last_synced_at":"2025-07-28T22:35:15.476Z","repository":{"id":145345294,"uuid":"185588685","full_name":"Voronenko/devops-tf-ecs","owner":"Voronenko","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-19T16:32:46.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T01:16:47.667Z","etag":null,"topics":["devops","ecs","oops-to-devops","terraform","tf"],"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/Voronenko.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}},"created_at":"2019-05-08T10:59:13.000Z","updated_at":"2019-12-19T16:32:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee28646d-644c-4bbd-b541-11826ea42f24","html_url":"https://github.com/Voronenko/devops-tf-ecs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fdevops-tf-ecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fdevops-tf-ecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fdevops-tf-ecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fdevops-tf-ecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voronenko","download_url":"https://codeload.github.com/Voronenko/devops-tf-ecs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986316,"owners_count":21194025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["devops","ecs","oops-to-devops","terraform","tf"],"created_at":"2024-11-06T07:07:31.982Z","updated_at":"2025-04-15T01:16:59.900Z","avatar_url":"https://github.com/Voronenko.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nProvisioning user recommended to have:\n\narn:aws:iam::aws:policy/AmazonECS_FullAccess\n\n\nExample ecs config for private images\n\n```sh\n#!/bin/bash\ncat \u003e /etc/ecs/ecs.config \u003c\u003c EOF\nECS_CLUSTER=test-cluster\nECS_ENGINE_AUTH_TYPE=dockercfg\nECS_ENGINE_AUTH_DATA={\"https://index.docker.io/v1/\":{\"auth\":\"SOME TOKEN\",\"email\":\"SOME DOCKER HUB EMAIL\"}}\nEOF\n```\n\nmost simple case\n\n```sh\n#!/bin/bash\necho ECS_CLUSTER=${ecs_cluster_name} \u003e\u003e /etc/ecs/ecs.config\n```\n\n## Using aws cli\n\nGet information about clusters  running\n\n```sh\naws ecs describe-clusters\nCLUSTERS        0       arn:aws:ecs:us-east-1:XXX:cluster/default      default 0       0       0       ACTIVE\n\n```\nor\n\n```\naws ecs list-clusters\nCLUSTERARNS     arn:aws:ecs:us-east-1:XXX:cluster/ecs-default\n```\n\nGet information about instances serving the cluster\n\n```\naws ecs list-container-instances --cluster ecs-default\nCONTAINERINSTANCEARNS   arn:aws:ecs:us-east-1:XXX:container-instance/3716fa63-0e9b-42b0-b10c-ebc7842580ca\nCONTAINERINSTANCEARNS   arn:aws:ecs:us-east-1:XXX:container-instance/5360ccef-4478-4b2c-9ac0-9d8bf76200f2\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fdevops-tf-ecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoronenko%2Fdevops-tf-ecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fdevops-tf-ecs/lists"}