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

AWS Route53 Alias Record Support #97

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DominicBreuker
Copy link
Contributor

Card

Adds support for Alias records in the cloudfox aws route53 command. These records are currently not shown, and you could miss interesting things because of that.

Details

AWS Route53 supports special DNS records called Alias (docs). They are configured like CNAMEs and allow you to point records like mybucket.company.com to AWS resources like an S3 bucket. When resolved, they behave like A/AAAA records.

The SDK reports these records in a special field. Therefore cloudfox currently does not output them. The PR checks adds them as a special case. They get printed out with type Alias[A] or Alias[AAAA] and the value will be some identifier of the AWS resource the record points to.

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

Successfully merging this pull request may close these issues.

1 participant