John L.

Results 204 comments of John L.

Hi @kloczek, I'm following up to see if you're still having this issue. If so, any additional info you could provide would be helpful to reproduce the issue.

Hi @gonrial, thanks for reaching out and sorry to hear you're having trouble. I tried reproducing using the same command below on both v2.7.21 and v2.7.33 (latest version) and unfortunately...

@gonrial - thank you for the clarification. I added more tasks in my cluster and can confirm that I was able to reproduce the same behavior. I narrowed down the...

Hi @cifer76, thanks for reaching out and sorry to hear that you're having an issue. For AccessDenied errors with cross-account operations, the possible root cause is most likely with permissions...

Thank you for the info. I wasn't able to reproduce the same error. Could you perhaps share your config files with sensitive information redacted along with the debug logs by...

Hi @tirthrajsinh-fens, thanks for reaching out. Which CLI command did you run and receive the Password Policy error? I assumed that you ran `aws iam get-account-password-policy`? If that's the case,...

@tirthrajsinh-fens Thanks for sharing this additional info. Could you try running update-account command `aws iam update-account-password-policy` before running get-account `aws iam get-account-password-policy`? As mentioned in the docs from previous comment,...

Could you check your current password policy by going to [AWS IAM console](https://console.aws.amazon.com/iam) and then click on **Account settings** on the left navigation menu. You'll see your password policy first...

Hi @arditobryan, thank you for opening your first issue in AWS CLI repo and sorry to hear you're having trouble. I tried to reproduce with the command provided with CLI...

Hi @takezoux2, thanks for reporting this. It seems to me that `ThresholdType` only returns when it’s set to `ABSOLUTE_VALUE` thresholds and does not return for `PERCENTAGE` thresholds. Could you please...