-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssm doesn't handle longer instance ID's #1729
Comments
Thanks for reporting! Cross-service dependencies like this can be problematic |
Yeah, this is causing issues for us since aws is transitioning to a longer ID format. |
The SSM model has been fixed as of 1.10.1 |
I'm experiencing a similar error. My instance id is the new longer version, i.e. i-00f91d30c45259a35. Specifically, the error is: "Invalid length for parameter InstanceIds[0], value: 19, valid range: 1-16". The awscli command is: "aws autoscaling detach-instances". It doesn't like my long instance id. |
@tlhumphrey2 I was having a similar error with this command:
After reading #1954 I upgraded my awscli to the latest version and the problem is resolved. |
$ aws ssm send-command --instance-ids i-065d9ed12b63cd03d --document AWS-UpdateSSMAgent
Parameter validation failed:
Invalid length for parameter InstanceIds[0], value: 19, valid range: 10-10
The text was updated successfully, but these errors were encountered: