You can describe your Spot Fleet configuration, the instances in your Spot Fleet, and the event history of your Spot Fleet.
To describe your Spot Fleet (console)
-
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/
. -
In the navigation pane, choose Spot Requests.
-
Select your Spot Fleet request. The ID begins with sfr-. To see the configuration details, choose Description.
-
To list the Spot Instances for the Spot Fleet, choose Instances.
-
To view the history for the Spot Fleet, choose History.
To describe your Spot Fleet (AWS CLI)
Use the describe-spot-fleet-requests
aws ec2 describe-spot-fleet-requests
Use the describe-spot-fleet-instances
aws ec2 describe-spot-fleet-instances \ --spot-fleet-request-id
sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE
Use the describe-spot-fleet-request-history
aws ec2 describe-spot-fleet-request-history \ --spot-fleet-request-id
sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE
\ --start-time 2015-05-18T00:00:00Z