Problems with aws-cli #7917
Unanswered
maticamposmeli
asked this question in
Q&A
Replies: 2 comments
-
Hi @maticamposmeli, thanks for reaching out. Could you provide debug logs of this behavior? You can get debug logs by adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I updated some dependencies in an app made in python with poetry, which asks me to update aws-cli (1.18.2) to a newer version (1.27.82), so this change is bringing me a problem, the idea is that the app synchronize 2 buckets with the command "aws s3 sync", we are also using what is subprocess.popen() to run the process, so when updating the dependency is generating me death of instances as it is performing too many processes of aws, which in the previous version did not happen. Does anyone have an idea of what it could be? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions