Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

providers/aws: aws_eip should not provide an empty PublicIp for describe calls #1596

Closed
wants to merge 2 commits into from

Conversation

pmoust
Copy link
Contributor

@pmoust pmoust commented Apr 20, 2015

When querying an EIP in VPC scope, PublicIp should not be provided in request or it yields;

* Error retrieving EIP: InvalidParameterValue: Invalid value '' for PublicIp. Not a valid IPv4 address.

Quite likely the acceptance tests will need an update as well.

@pmoust pmoust changed the title providers/aws: aws_eip providers/aws: aws_eip should not provide an empty PublicIp for describe calls Apr 20, 2015
@radeksimko
Copy link
Member

👍 I'm hitting this issue as well and I've done some debugging too.
IMO anyone who doesn't have EC2 Classic account must be hitting this issue.

I believe this needs to be fixed in resourceAwsEipUpdate as well, feel free to pick up my changes or I can pick up yours and create a new PR (don't want to take your credit 😸 ):

master...TimeIncOSS:fix-eip-describe

I took the liberty and cherry-picked your fixes for acceptance tests - works like a charm! 👍


There's another issue I found (when no IGW defined) and fixed in that branch, so I may send a patch for that separately.

@pmoust
Copy link
Contributor Author

pmoust commented Apr 20, 2015 via email

@radeksimko
Copy link
Member

@pmoust Thanks, done: #1598

@pmoust
Copy link
Contributor Author

pmoust commented Apr 21, 2015

Closing in favor of #1598

@pmoust pmoust closed this Apr 21, 2015
@pmoust pmoust deleted the fix-aws-eip branch April 21, 2015 10:21
@ghost
Copy link

ghost commented May 3, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 3, 2020
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