Not sure about the specifics, but at a high level, it would be nice to do something like: ``` aws> variable=$(ec2 describe-instances --query "Reservations[0].Instances[0].InstanceId" --output text) aws> ec2 start-instances --instance-ids $variable ```