Socket
Book a DemoInstallSign in
Socket

vagrant-opsworks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagrant-opsworks

0.3.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Amazon OpsWorks Configuration Provider for Vagrant

[![Gem Version](https://badge.fury.io/rb/vagrant-opsworks.svg)][gem] [![Build Status](https://travis-ci.org/fancyguy/vagrant-opsworks.png?branch=master)][travis]

A Vagrant plugin that configures a multi vm environment based on a defined stack in AWS OpsWorks. This is helpful in rapidly spinning up a copy of a production environment without needing to maintain the configuration in multiple locations.

The plugin has only been built for and tested with a very specific configuration:

SettingValue
OSUbuntu 12.04 LTS
Chef11.10
Custom Cookbook SourceGit
Berkshelf3.1.1

Quick start

Install the plugin:

vagrant plugin install vagrant-opsworks

To enable Vagrant OpsWorks functionality you need to provide at the very least a stack id. You can find this in the AWS console when looking at the overview of your stack. Below 53ad4076-3f76-466e-8ca2-29ea1092cada will be our example stack id.

Vagrant.configure('2') do |config|
  config.opsworks.stack_id = '53ad4076-3f76-466e-8ca2-29ea1092cada'
end

Compatibility

This plugin has not been tested with versions of Vagrant older than 1.6.5 (downloads).

FAQs

Package last updated on 05 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.