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 for Linux Instances.

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

Usage

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

Arguments

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 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.

Prefix

The prefix for the data feed file names.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.