RepoPilot

mitchellh/vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.

Mixed

Stale — last commit 5y ago

MixedDependency

last commit was 5y ago; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 5y ago; Scorecard "Branch-Protection" is 0/10…

  • Stale — last commit 5y ago
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • 26+ active contributors
  • Distributed ownership (top contributor 38% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: mitchellh/vagrant-aws

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T07:47:48.600Z · commit 43e7ec2eb425

Verdict

Mixed — Stale — last commit 5y ago

  • 26+ active contributors
  • Distributed ownership (top contributor 38% of recent commits)
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

vagrant-aws is a Vagrant provider plugin (Ruby) that enables Vagrant to manage EC2 and VPC instances on AWS as if they were local VMs. Instead of provisioning to VirtualBox or VMware, vagrant up --provider=aws boots real AWS instances, handles SSH access, and integrates with Vagrant's provisioning pipeline. It bridges the gap between Vagrant's local-first workflow and cloud infrastructure. The plugin uses Vagrant's action-based provider architecture: lib/vagrant-aws/action/ contains granular action classes (run_instance.rb, stop_instance.rb, connect_aws.rb, etc.) that chain together to handle lifecycle operations. Configuration is centralized in lib/vagrant-aws/config.rb, provider logic…

Start here

Open these first:

  • lib/vagrant-aws/plugin.rb — Entry point that registers the AWS provider plugin with Vagrant; all Vagrant integration starts here.
  • lib/vagrant-aws/provider.rb — Core provider class implementing Vagrant's provider interface; orchestrates all machine lifecycle operations.
  • lib/vagrant-aws/action.rb — Action middleware builder that chains individual AWS operations; defines the state machine for instance management.
  • lib/vagrant-aws/config.rb — Configuration schema for AWS provider settings (region, AMI, instance type, etc.); all user inputs validate here.
  • lib/vagrant-aws/action/connect_aws.rb — Establishes AWS API client connection; foundational for all subsequent AWS API calls in the action chain.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

No Gemfile.lock or specific version constraints are visible. To set up locally: (1) clone the repo, (2) verify you have Ruby installed, (3) run bundle install (Gemfile is present), (4) run bundle exec rake spec to r…

Daily commands:

This is a plugin, not a standalone server. To test it: (1) vagrant plugin install ./ to install from local source, (2) create a Vagrantfile with config.vm.provider :aws block (see README example), (3) set AWS creden…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 5y ago
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • (1) AWS credentials: [REDACTED] plugin reads from environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) or ~/.aws/credentials — if neither is set, it will fail silently at connect time. (2) Security groups:…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/mitchellh/vagrant-aws?axis=fork)](https://repopilot.app/r/mitchellh/vagrant-aws)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/mitchellh/vagrant-aws on X, Slack, or LinkedIn.

Ask AI about mitchellh/vagrant-aws

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/mitchellh/vagrant-aws"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>