Sophie

Sophie

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

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

**To create a Spot Instance datafeed**

This example command creates a Spot Instance data feed for the account.

Command::

  aws ec2 create-spot-datafeed-subscription --bucket <s3-bucket-name> --prefix spotdata

Output::

  {
      "SpotDatafeedSubscription": {
          "OwnerId": "<account-id>",
          "Prefix": "spotdata",
          "Bucket": "<s3-bucket-name>",
          "State": "Active"
      }
  }