wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

ALIAS records not visible in Route53 output #181

Closed varunchandak closed 6 years ago

varunchandak commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

This is in 0.1.9 which has been released.