This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Description
The docs link to an Ansible playbook that mentions hosting multiple PyPI Cloud servers to ensure high availability of the service but the docs themselves never mention this. What I would like to do is create multiple AWS EC2 instances in different availability zones and create a single DNS record pointing to all of these instances, for example:
A 10 192.0.2.35
A 10 192.1.2.35
A 10 192.2.2.35
Would this work? Do I need to consider anything or be aware of anything?