Skip to content

I have Route53 rule shared by account X associated with VPC in account Y. I would like to associate Route53 Profile with all VPC in org including VPC in Y. This profile has another rule for same FQDN

0

Scenario:

Account X shares resolver rule for domain example.com with whole org and some VPCs (including one in account Y) are associated with it. We would like to share Route 53 profile with whole org and associated it with all VPCs. However Profile has associated rule for domain example.com shared from account Z When I'm just trying to just associate rule from Z with VPC in Y and it already has rule for same domain shared from X and associated with VPC in Y - VPC on the list is grey out and there's message. "Another rule for domain name is already associated with VPC Y"

What will happen during Profile rollout ? Will profile association fail for all VPCs that have "conflicting" rules already associated ? Will rule from profile overwrite existing one ? Will all configuration from Profile be applied to VPC except rule ?

asked a year ago230 views

2 Answers
6

It was because AWS enforce only one forwarding rule per domain name can be associated with a VPC at a time.

Would suggest trying to fix by the following:

  1. Manually disassociate the existing conflicting rule from the VPC.
  2. Then associate the profile, which will allow the new rule to be applied. Alternatively, if you want to retain the existing rule, you can:

Exclude the conflicting rule from the profile when associating it with that specific VPC.

EXPERT

answered a year ago

  • Thanks a lot. But will association of profile fail or profile will be associated with all settings and other rules that are not conflicting ? Second question. Let's assume different scenario. I'm associating profile with all VPCs without any rule (only with interface endpoints). And later on I will add rule that maybe in conflict with some other associated with VPCs. What will happen ?

0

Hey,

Hope you're keeping well.

Route 53 Resolver enforces a hard limit of one forwarding rule per domain name per VPC, so if a VPC already has a rule for example.com from Account X, the association from your profile will fail for that specific rule. During a profile rollout, AWS will skip applying rules where a conflict exists, but the rest of the non-conflicting rules in the profile will still be associated successfully. If you need the profile’s rule to take precedence, you must first disassociate the existing rule from the VPC, then re-run the profile association. Alternatively, you can remove the conflicting rule from the profile for affected VPCs if you want to keep the current setup.

Thanks and regards,
Taz

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.