Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Add a config parameter to specify whether public IP is assigned #219

Merged
merged 1 commit into from
Apr 19, 2014

Conversation

pxsta
Copy link
Contributor

@pxsta pxsta commented Apr 17, 2014

I was implemented associate_public_ip option to assign a public IP address to an EC2 instance in a VPC.

This is for #205.

Please write Vagrantfile like this.

Vagrant.configure("2") do |config|
  config.vm.provider :aws do |aws,override|
    aws.subnet_id = SUBNET_ID
    aws.associate_public_ip = true
  end
end

@pxsta
Copy link
Contributor Author

pxsta commented Apr 18, 2014

rtyler pushed a commit that referenced this pull request Apr 19, 2014
Add a config parameter to specify whether public IP is assigned
@rtyler rtyler merged commit 81d887b into mitchellh:master Apr 19, 2014
@rtyler
Copy link
Collaborator

rtyler commented Apr 19, 2014

Thanks for the contribution @pxsta :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants