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

support cross account ELB Alias #21

Merged
merged 1 commit into from
Sep 10, 2015

Conversation

yteraoka
Copy link
Contributor

@yteraoka yteraoka commented Sep 9, 2015

I want to add alias record that pointed to ELB name owned by other AWS account.
AWS API require hosted_zone_id, so specify it in Routefile like following.

  rrset "elb.example.com.", "A" do
    dns_name "some-other-accounts-elb.ap-northeast-1.elb.amazonaws.com.", :hosted_zone_id => 'ABCDEFGHIJKLMN'
  end

AWS API require hosted_zone_id, so specify it in Routefile
@winebarrel
Copy link
Collaborator

Thanks!

winebarrel pushed a commit that referenced this pull request Sep 10, 2015
@winebarrel winebarrel merged commit fd1aa1e into cookpad:v0.5.5 Sep 10, 2015
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.

2 participants