Skip to content

support cross account ELB Alias#21

Merged
winebarrel merged 1 commit intocookpad:v0.5.5from
yteraoka:cross-account-elb-alias
Sep 10, 2015
Merged

support cross account ELB Alias#21
winebarrel merged 1 commit intocookpad:v0.5.5from
yteraoka:cross-account-elb-alias

Conversation

@yteraoka
Copy link
Copy Markdown
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
Copy Markdown
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