AWS - CLI
What will be the output of this AWS CLI command run in a script?
aws ec2 describe-instances --query 'Reservations[*].Instances[*].InstanceId' --output text
