Thanks Jon, I appreciate hearing how you handled this.  Apologies that my 
issue was not limited by Ansible.

On Monday, July 13, 2015 at 2:39:34 PM UTC-4, Jon Hadfield wrote:
>
> I had a similar issue, the difference being that I'm using only private 
> addresses within the VPC subnets.
> As Brian said, your limiting factor is AWS, so apologies if the following 
> is a bit off-topic for this group...
>
> The solution I used was to use ansible to automate a redundant pair of NAT 
> instances in separate subnets based on the following guide: 
> http://aws.amazon.com/articles/2781451301784570. By setting the service's 
> subnets to have a default gateway of the NAT instance in the respective AZ, 
> you ensure all instances in the subnet advertise on the static NAT instance 
> IP. It also allows for auto-scaling as the route is set at the subnet level 
> and inherited by all instances.
>
> This is a functional solution but does suffer from a number of drawbacks, 
> e.g. not an instant failover if a NAT instance fails, your throughput is 
> limited by the instance types for the NAT instances, etc.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/362190ec-84aa-4d87-ad77-1a33d1b5bf75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to