/AWS1/CL_R53=>UPDATETRAFFICPOLICYINSTANCE()
¶
About UpdateTrafficPolicyInstance¶
After you submit a UpdateTrafficPolicyInstance
request, there's a brief delay while RouteĀ 53 creates the resource record sets
that are specified in the traffic policy definition. Use GetTrafficPolicyInstance
with the id
of updated traffic policy instance confirm
that the
UpdateTrafficPolicyInstance
request completed successfully. For more information, see the State
response element.
Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.
When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations:
-
Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets.
-
When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.
-
Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ID
TYPE /AWS1/R53TRAFFICPOLICYINSTID
/AWS1/R53TRAFFICPOLICYINSTID
¶
The ID of the traffic policy instance that you want to update.
IV_TTL
TYPE /AWS1/R53TTL
/AWS1/R53TTL
¶
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
IV_TRAFFICPOLICYID
TYPE /AWS1/R53TRAFFICPOLICYID
/AWS1/R53TRAFFICPOLICYID
¶
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
IV_TRAFFICPOLICYVERSION
TYPE /AWS1/R53TRAFFICPOLICYVERSION
/AWS1/R53TRAFFICPOLICYVERSION
¶
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.