You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a aws_ssm patch (#1428) in the 5.1.0 release but unfortunately is looks like the problem is still present. I can log in to remote machine and see AnsiballZ_.py file with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>TemporaryRedirect</Code><Message>Please re-send this request to the specified temporary endpoint. Continue to use the original request endpoint for future requests.</Message><Endpoint>testbucketkochan2.s3.eu-west-3.amazonaws.com</Endpoint><Bucket>testbucketkochan2</Bucket><RequestId>3FCG2TZ2ZCC0PJWF</RequestId><HostId>QdM+A9PlaMKaNEu9OrRHEP8eTkcCZgFP5pjz3WgkPeUEqNXu0mHAuEigjX54Bb/HicjB9XrzP569FLVIeq925A==</HostId></Error>sh-4.2$
I'm not using bucket encryption and my instances do have all the required permissions to the bucket.
Thanks for taking the time to open this issue. This issue primarily occurs when using a new bucket, or a region that was added after 2019 (#1616).
Version 5.2.0 has recently been released and should include a fix for this (#1677). As such I'm closing this issue. If you still encounter this issue with version 5.2.0 please feel free to re-open the issue, in which case please provide new output from ansible-playbook with the -vvvv option.
Summary
There was a aws_ssm patch (#1428) in the 5.1.0 release but unfortunately is looks like the problem is still present. I can log in to remote machine and see AnsiballZ_.py file with the following content:
I'm not using bucket encryption and my instances do have all the required permissions to the bucket.
Issue Type
Bug Report
Component Name
aws_ssm connection
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
amazon linux @ec2
Steps to Reproduce
My playbook is just a basic one to make some tests
Expected Results
Directory was created on the remote
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: