CompTIA CV0-003 Question Answer
An e-commerce company is expanding its operations to another region. The cloud administrator is using orchestration tools to deploy infrastructure into the new location. The deployment has the following set of predefined rules and configurations optimized for the existing infrastructure:
{% if inventory_hostname in groups['us'] %}
network_topology: us
bandwidth_limit: 10Gbps
auth_user: us_admin
{% else %}
network_topology: emea
bandwidth_limit: 1Gbps
auth_user: us_admin
{% end %}
Despite having the same infrastructure capabilities as the existing zone, the deployment experiences issues because it is slow to communicate with some components in the new location. Which of the following is the most likely cause of this issue?