Hi@Lakshminarayanan,
You can use InstanceState Data Types in your AWS CLI command. You need to create your own customized command to meet your requirement. I found one command. Try to use the below command. It may help.
$ aws ec2 describe-instances --region us-west-2 --filters "Name=instance-state-code,Values=80" --query 'Reservations[].Instances[].[Tags[?Key==`Name`] | [0].Value, PrivateIpAddress, State.Name, StateTransitionReason]' --output table | sort -k 6,6