{"id":13878071,"url":"https://github.com/test-kitchen/kitchen-ec2","last_synced_at":"2025-05-15T06:02:56.877Z","repository":{"id":6795051,"uuid":"8042529","full_name":"test-kitchen/kitchen-ec2","owner":"test-kitchen","description":"A Test Kitchen Driver for Amazon EC2","archived":false,"fork":false,"pushed_at":"2024-07-01T13:20:56.000Z","size":1174,"stargazers_count":222,"open_issues_count":35,"forks_count":202,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-04-14T11:19:38.525Z","etag":null,"topics":["aws","ec2","hacktoberfest","managed-by-terraform","ruby","ruby-gem","test-kitchen","testing"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/test-kitchen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-02-06T01:52:02.000Z","updated_at":"2025-03-05T16:11:13.000Z","dependencies_parsed_at":"2023-09-21T15:36:17.296Z","dependency_job_id":"32f25fb7-c437-4eaf-ac96-16fe056cfa6f","html_url":"https://github.com/test-kitchen/kitchen-ec2","commit_stats":{"total_commits":600,"total_committers":127,"mean_commits":4.724409448818897,"dds":0.9066666666666666,"last_synced_commit":"9645154606fb23430879d5bb01f748a6ca45546b"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Fkitchen-ec2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Fkitchen-ec2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Fkitchen-ec2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Fkitchen-ec2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-kitchen","download_url":"https://codeload.github.com/test-kitchen/kitchen-ec2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868767,"owners_count":21174758,"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":["aws","ec2","hacktoberfest","managed-by-terraform","ruby","ruby-gem","test-kitchen","testing"],"created_at":"2024-08-06T08:01:39.052Z","updated_at":"2025-04-14T11:19:46.767Z","avatar_url":"https://github.com/test-kitchen.png","language":"Ruby","readme":"# kitchen-ec2\n\n[![Gem Version](https://badge.fury.io/rb/kitchen-ec2.svg)](https://badge.fury.io/rb/kitchen-ec2)\n![CI](https://github.com/test-kitchen/kitchen-ec2/workflows/CI/badge.svg?branch=master)\n\nA [Test Kitchen][kitchenci] Driver for Amazon EC2.\n\nThis driver uses the [aws sdk gem][aws_sdk_gem] to provision and destroy EC2\ninstances. Use Amazon's cloud for your infrastructure testing!\n\n## Quick Start\n\n1. Install [Chef Workstation](https://downloads.chef.io/products/workstation). If testing things other than Chef Infra cookbooks, please consult your driver's documentation for information on what to install.\n2. Install the [AWS command line tools](https://docs.aws.amazon.com/cli/latest/userguide/installing.html).\n3. Run `aws configure`. This will set up your AWS credentials for both the AWS CLI tools and kitchen-ec2.\n4. Add or edit the `driver` section of your `kitchen.yml`:\n\n   ```yaml\n   driver:\n     name: ec2\n   ```\n\n5. Run `kitchen test`.\n\n## Requirements\n\nThere are **no** external system requirements for this driver. However you\nwill need access to an [AWS][aws_site] account. [IAM][iam_site] users should have, at a minimum, permission to manage the lifecycle of an EC2 instance along with modifying components specified in kitchen driver configs.  Consider using a permissive managed IAM policy like ``arn:aws:iam::aws:policy/AmazonEC2FullAccess`` or tailor one specific to your security requirements.\n\n## Configuration\n\nBy automatically applying reasonable defaults wherever possible, kitchen-ec2 does a lot of work to make your life easier.\nSee the [kitchen.ci kitchen-ec2 docs](https://kitchen.ci/docs/drivers/aws/) for a complete list of configuration options.\n\n## Development\n\n* Source hosted at [GitHub][repo]\n* Report issues/questions/feature requests on [GitHub Issues][issues]\n\nPull requests are very welcome! Make sure your patches are well tested.\nIdeally create a topic branch for every separate change you make. For\nexample:\n\n1. Fork the repo\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nApache 2.0 (see [LICENSE][license])\n\n\n[issues]:           https://github.com/test-kitchen/kitchen-ec2/issues\n[license]:          https://github.com/test-kitchen/kitchen-ec2/blob/master/LICENSE\n[repo]:             https://github.com/test-kitchen/kitchen-ec2\n[aws_site]:         http://aws.amazon.com/\n[iam_site]:         http://aws.amazon.com/iam\n[aws_sdk_gem]:      https://docs.aws.amazon.com/sdkforruby/api/index.html\n[kitchenci]:        https://kitchen.ci/\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-kitchen%2Fkitchen-ec2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftest-kitchen%2Fkitchen-ec2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-kitchen%2Fkitchen-ec2/lists"}