GovCloud on EC2

Hi All,

I’m trying to deploy to the AWS GovCloud, but Ansible is not accepting the us-gov-west-1 region. I modified ec2.ini in my local directory, and ec2.py as well, but the AWS_REGIONS array does not seem to get reloaded by Ansible (it is still showing the old array that does not include the gov region).

Do you have any advice for modifying this array?

Thanks,
Sam

Hi Sam,

We recently added this region to the list supported for the common AWS code, so it will be included in Ansible 1.8. Which file are you editing for the AWS_REGIONS? It is possible that some of the modules are still using a hard-coded list rather than the common code.