{"id":18251814,"url":"https://github.com/hiroakis/cloud-ope","last_synced_at":"2025-04-08T20:46:53.731Z","repository":{"id":145129560,"uuid":"64391693","full_name":"hiroakis/cloud-ope","owner":"hiroakis","description":"My AWS Operation tools for work. 自分がよく使うオペレーションをコマンド化したもの。","archived":false,"fork":false,"pushed_at":"2016-07-28T11:56:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T16:39:48.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/hiroakis.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":"2016-07-28T11:56:30.000Z","updated_at":"2016-07-28T11:59:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"82b62324-4f01-4992-b7f7-9c580e8479a7","html_url":"https://github.com/hiroakis/cloud-ope","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/hiroakis%2Fcloud-ope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloud-ope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloud-ope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloud-ope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/cloud-ope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927102,"owners_count":21019504,"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":[],"created_at":"2024-11-05T09:48:32.595Z","updated_at":"2025-04-08T20:46:53.704Z","avatar_url":"https://github.com/hiroakis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-ope\n\nMy AWS Operation tools for work. 自分がよく使うオペレーションをコマンド化したもの。\n\n## Installation インストール\n\n```\ngit clone git@github.com:hiroakis/cloud-ope.git\ncd cloud-ope\n\n# For OSX\nmake\nsudo make install\n -\u003e binaries move to /usr/local/bin/\n\n# For Linux\nexport GOOS=linux\nmake\nsudo make install\n -\u003e binaries move to /usr/local/bin/\n```\n\n## Usage 使い方\n\n### Common options\n\n```\n-c The config file path(default: ./config.json)\n```\n\n### Configuration file\n\n```\n{\n    \"aws_access_key_id\": \"xxxxxxx\",\n    \"aws_secret_access_key\": \"xxxxxx\",\n    \"aws_region\": \"ap-northeast-1\"\n}\n```\n\n### ec2-list\n\nList EC2 instances.\n\n```\nec2-list\n```\n\n### ec2-terminate\n\nTerminate EC2 instances\n\n```\nec2-terminate -i [instanceid] -i [instanceid] -i ...\n```\n\n### elb-list\n\nList ELBs\n\n```\nelb-list\n```\n\n### elb-describe\n\nShow instances which are attached to the ELB.\n\n```\nelb-describe -n [The-Name-Of-ELB]\n```\n\n### elb-dereg\n\nDetach specified instances to the ELB.\n\n```\nelb-dereg -n [The-Name-Of-ELB] -i [instanceid] -i [instanceid] -i ...\n```\n\n### elb-reg\n\nAttach specified instances to the ELB.\n\n```\nelb-reg -n [The-Name-Of-ELB] -i [instanceid] -i [instanceid] -i ...\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fcloud-ope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Fcloud-ope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fcloud-ope/lists"}