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

Default AWS regions configured for inventory plugin causes issues #23

Open
jaredhocutt opened this issue Nov 14, 2018 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@jaredhocutt
Copy link
Owner

The AWS inventory plugin configuration does not support the use of variables. Therefore, the list of regions to search must be hard-coded.

Currently, it is hard-coded to:

regions:
- us-east-1
- us-east-2
- us-west-1

This should be documented in the README file.

An even better solution would be to have the op.py script read the region from the variable file and automatically modify the file for the user.

@jaredhocutt jaredhocutt added the enhancement New feature or request label Nov 14, 2018
@dudash
Copy link
Contributor

dudash commented May 29, 2019

Have we tried this in govcloud?

@jaredhocutt
Copy link
Owner Author

Thanks for creating an issue for this :) I've known about this issue for a while but since most people tend to use one of those regions it hasn't caused a lot of headache, but is something I need to solve.

Your proposed solution is the best I can also think of since the inventory file doesn't support using variables and would need to be modified by something else.

Have we tried this in govcloud?

It currently has a reliance on Route53, so it doesn't work in GovCloud. Another DNS solution would need to be implemented in order to work in GovCloud. Other than that, it should work but I cannot verify until a DNS solution is implemented.

@dudash
Copy link
Contributor

dudash commented May 30, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants