AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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 .NET Core this operation is only available in asynchronous form. Please refer to CreateSpotDatafeedSubscriptionAsync.
Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public virtual CreateSpotDatafeedSubscriptionResponse CreateSpotDatafeedSubscription( CreateSpotDatafeedSubscriptionRequest request )
Container for the necessary parameters to execute the CreateSpotDatafeedSubscription service method.
This example creates a Spot Instance data feed for your AWS account.
var client = new AmazonEC2Client(); var response = client.CreateSpotDatafeedSubscription(new CreateSpotDatafeedSubscriptionRequest { Bucket = "my-s3-bucket", Prefix = "spotdata" }); SpotDatafeedSubscription spotDatafeedSubscription = response.SpotDatafeedSubscription;
.NET Framework:
Supported in: 4.5 and newer, 3.5