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

For VPC associate_public_ip=true and private_ip_address combination fails #230

Closed
sujeetv opened this issue May 14, 2014 · 2 comments
Closed

Comments

@sujeetv
Copy link

sujeetv commented May 14, 2014

A Combination of
aws.subnet_id=""
aws.private_ip_address = "xx.xx.xxx.xx"
aws.associate_public_ip=true

fails with:
InvalidParameterCombination => Network interfaces and an instance-level private IP address may not be specified on the same request

Reference on similar issues with AWS-cli.:
aws/aws-cli#520

@sujeetv
Copy link
Author

sujeetv commented May 14, 2014

This is probably fixed in the dev branch of fog. Is there a way I can tell vagrant-aws plugin to use a custom gem of fog?

@sujeetv
Copy link
Author

sujeetv commented May 14, 2014

I confirmed that if I build against the master branch of fog them then issue is resolved.

This is the commit in fog that resolves that:
fog/fog@7f2134a

@sujeetv sujeetv closed this as completed May 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant