{"id":21940748,"url":"https://github.com/garno/ec2","last_synced_at":"2026-05-20T05:03:39.992Z","repository":{"id":7517132,"uuid":"8867688","full_name":"garno/ec2","owner":"garno","description":"Manage your EC2 instances with some ruby magic.","archived":false,"fork":false,"pushed_at":"2013-03-19T00:47:15.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T11:57:58.281Z","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/garno.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}},"created_at":"2013-03-19T00:46:32.000Z","updated_at":"2014-04-03T14:25:18.000Z","dependencies_parsed_at":"2022-09-11T16:00:53.338Z","dependency_job_id":null,"html_url":"https://github.com/garno/ec2","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/garno%2Fec2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fec2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fec2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fec2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garno","download_url":"https://codeload.github.com/garno/ec2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973754,"owners_count":20541024,"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-29T02:36:23.563Z","updated_at":"2025-09-17T10:53:19.326Z","avatar_url":"https://github.com/garno.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EC2\n\nEC2 allows you to control your EC2 instances with ease. Btw, this is a completly stupid name. Find something else and quick. __Thank you.__\n\n## Warning\n\nThis is a work in progress (or at least was...). It might not be a good idea to use it for production and real server handling.\n\n## Usage\n\nHere's a short example of what can be done. The complete API is documented [here](https://github.com/garno/ec2/wiki).\n\n\t# Play with an instance\n    instance = EC2::Instances.find('i-1ac3f167')\n    \n    instance.restart\n    # =\u003e true\n    \n    instance.tags = {\n      'Name' =\u003e 'app-prod-1',\n      'Environment' =\u003e 'production'\n    }\n    # =\u003e true\n    \n    # Stop all instances\n    EC2::Instances.all.each(\u0026:stop)\n    \n    # Create and associate an Elastic IP\n    ip = EC2::ElasticIP.create\n    \n    ip.associate_with(instance)\n    # =\u003e true\n\n## Licence\n\n© under the MIT license. Read the license [here](https://github.com/garno/ec2/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarno%2Fec2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarno%2Fec2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarno%2Fec2/lists"}