Hi Guys I made a module for this, and submitted a Pull Request here: https://github.com/ansible/ansible-modules-core/pull/1137
Feel free to let me know if it gives you any issues. On Friday, September 12, 2014 at 4:05:28 PM UTC-4, Michael DeHaan wrote: > > Yeah don't know how to help with this one. > > Perhaps worth asking of AWS. > > > > On Fri, Sep 12, 2014 at 3:55 PM, Dhawal Patel <[email protected] > <javascript:>> wrote: > >> I get the same error when trying to create a redis cache cluster using >> Cloud Formation template: "Use of cache security groups is not permitted >> in this API version for your account.". I'm creating a >> AWS::ElastiCache::SecurityGroup >> so I can allow access from my EC2 instances and it fails to create the SG. >> >> >> >> On Friday, August 15, 2014 5:03:11 PM UTC-7, Shih Oon Liong 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/834d9ebf-cd22-49ea-a5b5-e86128e9597a%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/834d9ebf-cd22-49ea-a5b5-e86128e9597a%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/d3919430-8433-40f3-8014-8a69e26fef0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
