This I don't know, but it seems to be coming from the AWS side of the house and not our code or boto.
If no one else here knows an answer, I'd *perhaps* inquire with Amazon support if there's something different about that region. On Fri, Aug 15, 2014 at 8:03 PM, Shih Oon Liong <[email protected]> wrote: > I was trying to provision a new memcached server via ansible > > - name: AWS | Create Redis > local_action: > module: elasticache > region: sa-east-1 > name: "test-please-delete" > state: present > engine: memcached > cache_engine_version: 1.4.14 > node_type: cache.m1.small > num_nodes: 1 > cache_port: 11211 > cache_security_groups: > - *default* > zone: sa-east-1a > > > > When I ran it I get the error " Use of cache security groups is not > permitted in this API version for your account." This seems to only occur > in Sau Paolo Region and every other reason. With the only exception being > US East for example works fine. > > Any ideas where I can diagnose this - looking for this error on google > shows me no lead thus far > > -- > 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/62d1ae16-e7f0-46f7-98d8-219d3e885040%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/62d1ae16-e7f0-46f7-98d8-219d3e885040%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgwGSYRBx0zARF9rG4%3DOesdxnodVAHPA3RS4ZoZmoU9BEg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
