Geoffrey Hichborn
Geoffrey Hichborn
Adding reference to https://github.com/aws/aws-sdk-ruby/issues/2645 as well...
This is excellent! Thank you for the update.
@alextwoods I don't think this solves the `aws-sdk-sqs` case yet.
@akostadinov That works for S3 -- We ended up solving the SQS issue by setting `verify_checksums: false`. I would like to see better support for FIPS + checksums, though.
Is this still an issue, @mo1090 ? Do you have any other details?
I believe https://github.com/ansible-collections/community.aws/pull/1428 might fix this.
@ansibullbot Close this issue.
I've run into this as well -- it appears that ssm is invoking python with sudo every single time, which is not ideal. I've tried: ```yaml become: false ``` and...
Please see the [Using IAM Roles](https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#using-aws-iam-roles) section of AWS CLI configuration guide. The `role_arn` and `mfa_serial` options are the relevant pieces of information that awscurl presently ignores.
The AWS CLI does not make it easy to create signed requests to Elasticsearch. That is the sole reason I use awscurl.