-
Notifications
You must be signed in to change notification settings - Fork 398
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
route53 sending wrong request to AWS API when handling aliases #434
Comments
Files identified in the description: If these files are inaccurate, please update the |
!component route53 |
Files identified in the description: If these files are inaccurate, please update the |
Same here, downgrading to community.aws:==1.3.0 helped:
|
This issue should be fixed by #502 and will be available when community.aws 1.5.0 is released. |
SUMMARY
After upgrading
community.aws
to1.4.0
route53
module alias requests are rejected by AWS API with message:ISSUE TYPE
COMPONENT NAME
route53
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
N/A, tested on various operating systems
STEPS TO REPRODUCE
Try to create or update an alias in Route53
EXPECTED RESULTS
Module creates or updates existing entry in Route53.
ACTUAL RESULTS
Module fails and informs about reason of rejected request
aws.community==1.3.0
is not affected. Downgrade works as a temporary workaround.The text was updated successfully, but these errors were encountered: