Socket
Book a DemoInstallSign in
Socket

vagrant-aws-route53

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagrant-aws-route53

0.3.2
bundlerRubygems
Version published
Maintainers
1
Created
Source

vagrant-aws-route53

A Vagrant plugin assigns the public IP of the instance which vagrant-aws provider created to a specific Route 53 record set.

Assigns the IP when

  • initial vagrant up
  • vagrant up the halted instance.

Assigns 0.0.0.0 when

  • vagrant halt
  • vagrant destroy

does not

  • creates another hosted zone or record set.
  • destroys hosted zone or record set.

Prerequisite

  • vagrant-aws

Install

$ vagrant install vagrant-aws-route53

Config

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
  config.vm.box       = 'dummy'
  config.ssh.username = 'oogatta'

  config.vm.provider :aws do |aws, override|
    aws.ami                       = 'ami'
    aws.access_key_id             = 'key_id'
    aws.secret_access_key         = 'secret_key'
    aws.region                    = 'ap-northeast-1'
    aws.instance_type             = 't2.medium'

    override.route53.hosted_zone_id = 'Z1JUXXXXXXXXXX'
    override.route53.record_set     = %w(test.oogatta.com. A)
  end

end

FAQs

Package last updated on 20 Feb 2015

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.