For the part of passwordCommand, there is a typo. Here's the correct format: ``` passwordCommand: "aws --region ue-east-2 ecr get-authorization-token --output text --query 'authorizationData[].authorizationToken' | base64 -d | sed 's/^AWS://'" ```