{"id":19787207,"url":"https://github.com/logandk/capistrano-ec2group","last_synced_at":"2025-08-13T19:44:29.278Z","repository":{"id":595489,"uuid":"230566","full_name":"logandk/capistrano-ec2group","owner":"logandk","description":"Capistrano plugin for deploying to Amazon EC2 instances by security groups","archived":false,"fork":false,"pushed_at":"2012-08-25T21:13:09.000Z","size":115,"stargazers_count":48,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T07:09:22.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cupcake/setdb","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logandk.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-06-18T15:24:18.000Z","updated_at":"2023-03-05T01:57:13.000Z","dependencies_parsed_at":"2022-07-05T02:30:51.949Z","dependency_job_id":null,"html_url":"https://github.com/logandk/capistrano-ec2group","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/logandk%2Fcapistrano-ec2group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logandk%2Fcapistrano-ec2group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logandk%2Fcapistrano-ec2group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logandk%2Fcapistrano-ec2group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logandk","download_url":"https://codeload.github.com/logandk/capistrano-ec2group/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224227194,"owners_count":17276756,"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-12T06:21:47.418Z","updated_at":"2024-11-12T06:21:48.030Z","avatar_url":"https://github.com/logandk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"capistrano-ec2group\n=================================================\n\nCapistrano plugin for deploying to Amazon EC2 instances by security groups.\n\n\nIntroduction\n============\n\nThis plugin supports the deployment strategy of using the *security groups* feature of Amazon EC2. If you are using\nauto-scaling of instances, new hostnames will be added and removed regularly, causing problems when you have to specify\nyour servers hostnames in your Capistrano recipes.\n\nBy using *security groups* to organize your instances by roles, you have created a simple database of instances that is\nautomatically updated as auto-scaling happens. By using a provisioning tool like Sprinkle, Moonshine, Chef, Puppet, Rubber\n(etc.) to automatically configure instances upon launch (through EC2 `user-data`), you have a completely automated workflow for\nconfiguring and deploying auto-scaling instances.\n\n\nInstallation\n============\n\n`capistrano-ec2group` is provided as a Ruby gem, with the following dependencies:\n\n* Capistrano 2 gem\n* RightAWS gem\n\nYou can install it with RubyGems, through RubyForge or GitHub.\n\nRubyForge\n---------\n\t$ gem install capistrano-ec2group\n\nGitHub\n------\n\t$ gem sources -a http://gems.github.com (you only have to do this once)\n\t$ gem install logandk-capistrano-ec2group\n\n\nUsage\n=====\n\nIn order to use the `capistrano-ec2group` plugin, you must require it in your `deploy.rb`:\n\n\trequire 'capistrano/ec2group'\n\nThen you must specify your Amazon EC2 credentials:\n\n\tset :aws_access_key_id, '???'\n\tset :aws_secret_access_key, '???'\n\nIf you are running capistrano from ec2 and would like to use private dns names\n\n\tset :aws_pvt_dns, true\n\t\nOptionally setting additional parameters, such as the region:\n\n\tset :aws_params, :region =\u003e 'eu-west-1'\n\nIn order to define your instance groups, you must specify the security group name, the roles and params:\n\n\tgroup :webserver, :web\n\tgroup :app_myappname, :app\n\tgroup :lamp, :web, :app\n\tgroup \"MySQL Servers\", :db, :port =\u003e 22000\n\t\nThen just sit back, relax and `cap deploy`!\n\n\nDocumentation\n=============\nAdditional RDoc documentation is available at: [http://rdoc.info/projects/logandk/capistrano-ec2group](http://rdoc.info/projects/logandk/capistrano-ec2group)\n\n* capistrano: [http://capify.org](http://capify.org)\n* RightAws: [http://rightaws.rubyforge.org](http://rightaws.rubyforge.org)\n* Amazon AWS: [http://aws.amazon.com](http://aws.amazon.com)\n\nCredits\n=======\n* capistrano-ec2group: [Logan Raarup](http://github.com/logandk)\n* capistrano: [Jamis Buck](http://github.com/jamis/capistrano)\n\n\n###Thanks to###\n* [Phillip Goldenburg](http://github.com/phillip) - Terminated instance bug fix\n\n\nCopyright (c) 2009 Logan Raarup, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogandk%2Fcapistrano-ec2group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogandk%2Fcapistrano-ec2group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogandk%2Fcapistrano-ec2group/lists"}