ec2_create_spot_datafeed_subscription: Creates a data feed for Spot Instances, enabling you to view...

View source: R/ec2_operations.R

ec2_create_spot_datafeed_subscriptionR Documentation

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 Amazon Web Services account. For more information, see Spot Instance data feed in the Amazon EC2 User Guide.

See https://www.paws-r-sdk.com/docs/ec2_create_spot_datafeed_subscription/ for full documentation.

Usage

ec2_create_spot_datafeed_subscription(DryRun = NULL, Bucket, Prefix = NULL)

Arguments

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.

Bucket

[required] The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Bucket naming rules in the Amazon S3 User Guide.

Prefix

The prefix for the data feed file names.


paws.compute documentation built on April 4, 2025, 5:47 a.m.