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

ALIAS records not visible in Route53 output #181

Closed
varunchandak opened this issue Jan 15, 2018 · 2 comments
Closed

ALIAS records not visible in Route53 output #181

varunchandak opened this issue Jan 15, 2018 · 2 comments

Comments

@varunchandak
Copy link

Trying this command:

awless -p XXXX -r ap-southeast-1 list records --filter name=xxx --columns type,name,records

I do get the output, but the ALIAS records do not display in the route53 output.

TYPE NAME RECORDS
A devapi.xxx.in. 11.22.33.44
A beta.xxx.in.
A xxx.in.
A dev.xxx.in. 11.22.33.44
A api.xxx.in. 11.22.33.44
A www.xxx.in.

Is this a bug or a missing feature ?

@simcap
Copy link
Contributor

simcap commented Jan 15, 2018

Well spotted! Thanks @varunchandak

Missing in the implementation. I am correcting that now. Should be part of the 0.1.9 that will be released probably tomorrow.

(We will create a new column ALIAS though ... no real choice with the way the current AWS API is done)

@fxaguessy
Copy link
Contributor

This is in 0.1.9 which has been released.

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

No branches or pull requests

3 participants