{"id":17043065,"url":"https://github.com/mizzy/itamae-plugin-resource-aws","last_synced_at":"2025-10-29T16:44:56.879Z","repository":{"id":34424108,"uuid":"38356941","full_name":"mizzy/itamae-plugin-resource-aws","owner":"mizzy","description":null,"archived":false,"fork":false,"pushed_at":"2015-07-01T07:44:24.000Z","size":116,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:44:54.700Z","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/mizzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T07:38:56.000Z","updated_at":"2019-02-07T17:09:10.000Z","dependencies_parsed_at":"2022-08-17T20:40:30.933Z","dependency_job_id":null,"html_url":"https://github.com/mizzy/itamae-plugin-resource-aws","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fitamae-plugin-resource-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fitamae-plugin-resource-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fitamae-plugin-resource-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fitamae-plugin-resource-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizzy","download_url":"https://codeload.github.com/mizzy/itamae-plugin-resource-aws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586231,"owners_count":21128997,"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-14T09:27:40.399Z","updated_at":"2025-10-29T16:44:51.830Z","avatar_url":"https://github.com/mizzy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Itamae::Plugin::Resource::Aws\n\nThis is [Itamae](http://itamae.kitchen/) plugin for controlling AWS resources.\n\nCurrently supports creating EBS volmues only. But we will add more features.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'itamae-plugin-resource-aws'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install itamae-plugin-resource-aws\n\n## Usage\n\n```ruby\nrequire 'itamae/plugin/resource/aws'\n\nAws.config[:region] = 'ap-northeast-1'\n\naws_ebs_volume 'db_ebs_volume' do\n  action [:create, :attach] # :attach is not supported currently\n  availability_zone 'ap-northeast-1b'\n  device '/dev/xvdf'\n  volume_type 'standard'\n  size 10\nend\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/itamae-plugin-resource-aws/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fitamae-plugin-resource-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizzy%2Fitamae-plugin-resource-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fitamae-plugin-resource-aws/lists"}