{"id":42923492,"url":"https://github.com/in4it/ecs-ssh","last_synced_at":"2026-01-30T18:04:24.167Z","repository":{"id":42444659,"uuid":"145717146","full_name":"in4it/ecs-ssh","owner":"in4it","description":"Tool that shows you cluster, services, and tasks to SSH into a container instance","archived":false,"fork":false,"pushed_at":"2023-08-08T18:05:48.000Z","size":20,"stargazers_count":43,"open_issues_count":3,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T15:48:52.403Z","etag":null,"topics":["aws","ecs","ssh"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/in4it.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":"2018-08-22T14:01:52.000Z","updated_at":"2023-08-14T14:42:12.000Z","dependencies_parsed_at":"2024-06-20T15:34:22.185Z","dependency_job_id":"51d66806-6863-4f36-82e4-339cb0519a6c","html_url":"https://github.com/in4it/ecs-ssh","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/in4it/ecs-ssh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in4it%2Fecs-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in4it%2Fecs-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in4it%2Fecs-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in4it%2Fecs-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in4it","download_url":"https://codeload.github.com/in4it/ecs-ssh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in4it%2Fecs-ssh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aws","ecs","ssh"],"created_at":"2026-01-30T18:03:47.266Z","updated_at":"2026-01-30T18:04:24.163Z","avatar_url":"https://github.com/in4it.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecs-ssh\nA shell frontend to ssh into ECS instances. Will display ECS cluster, services and tasks, determine ssh ip, and let you ssh into the instance\n\n# Preview\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://d3jb1lt6v0nddd.cloudfront.net/ecs-ssh/ecs-ssh.gif\"\u003e\n    \u003cimg src=\"https://d3jb1lt6v0nddd.cloudfront.net/ecs-ssh/ecs-ssh.gif\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Run\n\nRun with docker, mount the ~/.aws folder (or pass the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY), mount the ssh-agent socket, and pass the environment variable for SSH agent\n```\ndocker run --rm -it -e AWS_REGION=us-east-1 -v ~/.aws:/app/.aws -v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent in4it/ecs-ssh\n```\n\nRather than passing keys, use IAM roles, if the bastion is on EC2.\n\n## Manual build\n```\nmake \u0026\u0026 cp ecs-ssh-* /bin/ecs-ssh\n```\n\n## Example IAM role\n```\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"1\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"ec2:Describe*\",\n                \"ecs:List*\",\n                \"ecs:Describe*\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        }\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin4it%2Fecs-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin4it%2Fecs-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin4it%2Fecs-ssh/lists"}