Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 858

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To release a Dedicated host from your account**

To release a Dedicated host from your account. Instances that are on the host must be stopped or terminated before the host can be released.

Command::

  aws ec2 release-hosts --host-id=h-0029d6e3cacf1b3da

Output::

  { 
      "Successful":  [
          "h-0029d6e3cacf1b3da"
           ],
    "Unsuccessful": []
    
   }