StreisandEffect / streisand

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
https://twitter.com/streisandvpn
Other
23.17k stars 2k forks source link

Request: Add AWS Bahrain Region #1682

Open existentialgolem opened 4 years ago

existentialgolem commented 4 years ago

Hi,

AWS Launched a Bahrain region. Would you please add:

me-south-1a

me-south-1b

me-south-1c

Thank You!

piwi3910 commented 4 years ago

I had a look in to this, as i was interested in that my self, However there are a few blockers. the amazon deployment currently relies on 3 modules all boto modules. as boto doesn't know about those zones, we cannot deploy to it. I did a request to pull my update to boto to enable those zones, but the maintainers do not want to create a new release. As such i have a pull request pending for here, to change from the ec2 to ec2_instances module this already fixes 1 of 3 modules that block us. the other two have been updated to support boto3 but only in ansible 10.2dev so we will need to wait a little longer till ansible brings out a stable 10.2 branch before all blockers are gone.