{"id":15632217,"url":"https://github.com/pcboy/elastip","last_synced_at":"2025-06-13T15:07:01.049Z","repository":{"id":62557824,"uuid":"81201867","full_name":"pcboy/elastip","owner":"pcboy","description":"Get your AWS elastic beanstalk active instances private IP","archived":false,"fork":false,"pushed_at":"2018-10-30T03:26:36.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T15:17:42.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/pcboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-07T11:41:17.000Z","updated_at":"2018-10-30T03:26:37.000Z","dependencies_parsed_at":"2022-11-03T06:45:23.219Z","dependency_job_id":null,"html_url":"https://github.com/pcboy/elastip","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Felastip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Felastip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Felastip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Felastip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcboy","download_url":"https://codeload.github.com/pcboy/elastip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463652,"owners_count":20942935,"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-10-03T10:43:01.690Z","updated_at":"2025-04-06T09:29:37.178Z","avatar_url":"https://github.com/pcboy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/pcboy/elastip.svg?branch=master)](https://travis-ci.org/pcboy/elastip)\n\n# Elastip\n\nGet your AWS elastic beanstalk active instances private IP\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'elastip'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install elastip\n\n## Usage\n\n```\n$\u003e elastip project_name production\n10.0.15.12\n$\u003e elastip 'pr*ject\\d+' staging\n10.0.15.42\n```\n\nIf you want to also list the non Healthy instances (the red ones for instance), you can add the --all option\n\n```\n$\u003e elastip project_name production --all\n10.0.15.12\n10.0.15.16\n```\n\nYou got the idea. You can then use it directly in an alias doing `ssh ec2-user@$(elastip project-name production)`\n\n\n### Killing the inactive instances\n```\n$\u003e elastip project_name production --inactive --terminate\n$\u003e\n```\n\nCareful with this one but it'll terminate all the instances marked as 'inactive' in their cname.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/pcboy/elastip. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the WTFPL license (Do what the fuck you want to public license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Felastip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcboy%2Felastip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Felastip/lists"}