Hi, it seems like the s3 module (http://docs.ansible.com/s3_module.html) does not support a "security_token" parameter (like the ec2 module http://docs.ansible.com/ec2_module.html). This would be desirable, for example, for the following use case:
1. Launch an EC2 instance with IAM role that gives access to s3 bucket 2. Download software packages or other files from s3 bucket that is restricted to the IAM role onto the EC2 instance. Right now it seems like this is not possible because the security_token parameter cannot be specified (or only with a workaround). My questions: a) Am I missing something or misunderstanding the concept of IAM role based access to s3? b) If not, is it possible to accomplish steps 1 and 2 as described above with the ansible s3 module? c) If it is not possible, can you add a security_token parameter to the s3 module? Thanks a lot, Markus -- 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/b6e14428-f950-411e-82a0-1f7649a12a7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
