{"id":21649520,"url":"https://github.com/yuuki/albio","last_synced_at":"2026-04-26T20:31:21.261Z","repository":{"id":57595230,"uuid":"91696809","full_name":"yuuki/albio","owner":"yuuki","description":"albio: A CLI tool to gracefully manage EC2 instances with ALB/NLB","archived":false,"fork":false,"pushed_at":"2018-07-18T15:37:42.000Z","size":13605,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T19:46:35.556Z","etag":null,"topics":["aws","aws-alb","aws-elb","go"],"latest_commit_sha":null,"homepage":"","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/yuuki.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-18T13:30:53.000Z","updated_at":"2025-02-23T16:30:37.000Z","dependencies_parsed_at":"2022-09-26T19:52:44.677Z","dependency_job_id":null,"html_url":"https://github.com/yuuki/albio","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yuuki/albio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Falbio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Falbio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Falbio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Falbio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuuki","download_url":"https://codeload.github.com/yuuki/albio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Falbio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":["aws","aws-alb","aws-elb","go"],"created_at":"2024-11-25T07:31:53.874Z","updated_at":"2026-04-26T20:31:21.243Z","avatar_url":"https://github.com/yuuki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# albio\n\n[![Latest Version](http://img.shields.io/github/release/yuuki/albio.svg?style=flat-square)][release]\n[![Build Status](http://img.shields.io/travis/yuuki/albio.svg?style=flat-square)][travis]\n[![Go Report Card](https://goreportcard.com/badge/github.com/yuuki/albio)][goreport]\n[![License](http://img.shields.io/:license-mit-blue.svg)][license]\n\n[release]: https://github.com/yuuki/albio/releases\n[travis]: http://travis-ci.org/yuuki/albio\n[goreport]: https://goreportcard.com/report/github.com/yuuki/albio\n[license]: http://doge.mit-license.org\n\nA CLI tool to gracefully manage EC2 instances on ALB/NLB.\n\n## Usage\n\n### Show loadbalancers status\n\n```shell\n$ albio status\n[\n    {\n        \"name\": \"albtest001\",\n        \"dnsname\": \"albtest001-00000000.ap-northeast-1.elb.amazonaws.com\",\n        \"arn\": \"arn:aws:elasticloadbalancing:ap-northeast-1:100000000000:loadbalancer/app/albtest001/11xxxxxxxxxxxxxxxxxx\"\n        \"type\": \"application\",\n        \"scheme\": \"internet-facing\",\n        \"instances\": [\n            {\n                \"instance-id\": \"i-xxxxxxxxxxxxxxxxx\"\n            },\n            {\n                \"instance-id\": \"i-yyyyyyyyyyyyyyyyy\"\n            }\n        ]\n    }\n]\n```\n\n### Take an instance under maintenance\n\n```shell\n$ sudo mkdir -m 777 -p /var/lib/albio\n$ albio detach --self \u003e /var/lib/albio/loadbalancers.json\n--\u003e Detaching i-xxxxxxxxxxxxxxxxx from albtest001\n$ # something to restart command\n$ cat /var/lib/albio/loadbalancers.json | albio attach --self\n--\u003e Attaching i-0f5ffb9f0a75e6b85 to albtest001\n```\n\n## Debugging\n\nSet non-zero number or non-empty string to the `ALBIO_DEBUG` enviroment variable.\n\n## License\n\n[The MIT License](./LICENSE).\n\n## Author\n\n[y_uuki](https://github.com/yuuki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuki%2Falbio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuuki%2Falbio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuki%2Falbio/lists"}