How to Identify if a ec2 instance is a spot instance or a on demand instance

Viewed 3718

How do identify if a vm is spot instance or a on-demand instance.

I have create a Auto Scaling Group with a mix of On-demand and Spot instance below is the rule configured enter image description here

It did create 4 instances but I am not able to identify which is a spot instance and which are on-demand?

1 Answers
Related