View the host recovery setting for your Amazon EC2 Dedicated Host (original) (raw)
View the host recovery setting for your Amazon EC2 Dedicated Host - Amazon Elastic Compute Cloud
You can view the host recovery configuration for a Dedicated Host at any time.
Console
To view the host recovery configuration for a Dedicated Host
- Open the Amazon EC2 console athttps://console.aws.amazon.com/ec2/.
- In the navigation pane, choose Dedicated Hosts.
- Select the Dedicated Host, and in the Description tab, review the Host Recovery field.
AWS CLI
To view the host recovery configuration for a Dedicated Host
Use the describe-hosts command.
aws ec2 describe-hosts \
--host-ids h-012a3456b7890cdef \
--query Hosts[].HostRecovery
The following is example output.
on
PowerShell
To view the host recovery configuration for a Dedicated Host
Use the Get-EC2Host cmdlet.
(Get-EC2Host -HostId h-012a3456b7890cdef).Hosts | Select HostRecovery
The following is example output.
HostRecovery
------------
on
Manage host recovery
Manually recovery unsupported instances
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.