ec2_create_spot_datafeed_subscription: Creates a data feed for Spot Instances, enabling you to view Spot
Instance usage logs
Description
Creates a data feed for Spot Instances, enabling you to view Spot
Instance usage logs. You can create one data feed per AWS account. For
more information, see Spot Instance data feed
in the Amazon EC2 User Guide for Linux Instances.
[required] The name of the Amazon S3 bucket in which to store the Spot Instance
data feed. For more information about bucket names, see Rules for bucket naming
in the Amazon S3 Developer Guide.
DryRun
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation.
Otherwise, it is UnauthorizedOperation.
if (FALSE) {
# This example creates a Spot Instance data feed for your AWS account.svc$create_spot_datafeed_subscription(
Bucket = "my-s3-bucket",
Prefix = "spotdata")
}