使用 AWS CloudTrail 记录 Elastic Transcoder API 调用 - Amazon Elastic Transcoder

通过以下方式节省成本并获得更多功能 AWS Elemental MediaConvert

MediaConvert 是一项较新的基于文件的视频转码服务,它提供了一套全面的高级转码功能,按需费率起价为每分钟 0.0075 美元。阅读更多

已经在使用 Amazon Elastic Transcoder? 迁移到很简单 MediaConvert。有关更多信息,请参阅本概述,其中包含有关迁移过程的重要信息以及指向其他资源的链接。

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

使用 AWS CloudTrail 记录 Elastic Transcoder API 调用

Elastic Transcoder 与 AWS CloudTrail 集成,后者是一项提供用户、角色或 AWS 服务在 Elastic Transcoder 中所采取操作的记录的服务。CloudTrail 将对 Elastic Transcoder 的所有 API 调用均作为事件捕获,包括来自 Elastic Transcoder 控制台的调用和对 Elastic Transcoder API 的代码调用。如果您创建跟踪记录,则可以使 CloudTrail 事件持续传送到 Amazon S3 存储桶,包括 Elastic Transcoder 的事件。如果您不配置跟踪,则仍可在 CloudTrail 控制台中的事件历史记录中查看最新事件。使用 CloudTrail 收集的信息,您可以确定向 Elastic Transcoder 发出的请求内容、发出请求的 IP 地址、何人发出的请求、请求的发出时间以及其他详细信息。

要了解有关 CloudTrail 的更多信息,请参阅《AWS CloudTrail 用户指南》https://docs.aws.amazon.com/awscloudtrail/latest/userguide/

CloudTrail 中的 Elatic Transcoder 信息

在您创建 AWS 账户时,将在该账户上启用 CloudTrail。当 Elastic Transcoder 中发生活动时,该活动将记录在 CloudTrail 事件中,并与其他 AWS 服务事件一同保存在事件历史记录中。您可以在 AWS 账户中查看、搜索和下载最新事件。有关更多信息,请参阅使用 CloudTrail 事件历史记录查看事件

要持续记录 AWS 账户中的事件(包括 Elastic Transcoder 的事件),请创建跟踪。通过跟踪,CloudTrail 可将日志文件传送至 Amazon S3 桶。默认情况下,在控制台中创建跟踪记录时,此跟踪记录应用于所有区域。此跟踪记录在 AWS 分区中记录所有区域中的事件,并将日志文件传送至您指定的 Amazon S3 存储桶。此外,您可以配置其他 AWS 服务,进一步分析在 CloudTrail 日志中收集的事件数据并采取行动。有关更多信息,请参阅:

所有 Elastic Transcoder 操作都由 CloudTrail 记录,并记录在 API 引用 中。例如,对 CreatePipelineCreateJobCreatePreset 部分的调用将在 CloudTrail 日志文件中生成条目。

每个事件或日志条目都包含有关生成请求的人员信息。身份信息可帮助您确定以下内容:

  • 请求是使用根用户凭证还是 IAM 用户凭证发出的。

  • 请求是使用角色还是联合身份用户的临时安全凭证发出的。

  • 请求是否由其它 AWS 服务发出。

有关更多信息,请参阅 CloudTrail userIdentity 元素

了解 Elastic Transcoder 日志文件条目

跟踪是一种配置,可用于将事件作为日志文件传送到您指定的 Amazon S3 桶。CloudTrail 日志文件包含一个或多个日志条目。一个事件表示来自任何源的一个请求,包括有关请求的操作、操作的日期和时间、请求参数等方面的信息。CloudTrail 日志文件不是公用 API 调用的有序堆栈跟踪,因此它们不会按任何特定顺序显示。

下面的示例显示了一个 CloudTrail 日志条目,该条目演示了 CreateJobListJobsByStatusReadJobDeletePresetDeletePipeline 操作。

{ "Records": [ { "eventVersion": "1.02", "userIdentity": { "type": "IAMUser", "principalId": "A1B2C3D4E5F6G7EXAMPLE", "arn": "arn:aws:iam::111122223333:user/smithj", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE" }, "eventTime": "2014-09-29T19:29:02Z", "eventSource": "elastictranscoder.amazonaws.com", "eventName": "CreateJob", "awsRegion": "us-east-2", "sourceIPAddress": "192.0.2.17", "userAgent": "aws-sdk-ruby/1.39.0 ruby/1.9.3 x86_64-linux", "requestParameters": { "input": { "interlaced": "auto", "resolution": "auto", "frameRate": "auto", "aspectRatio": "auto", "container": "auto", "key": "source/audio/cheesytoast.wav" }, "output": { "presetId": "1234-preset-example", "key": "output/testing-toast.mp4", "thumbnailPattern": "", "rotate": "auto" }, "pipelineId": "1234-pipeline-example" }, "responseElements": { "job": { "output": { "rotate": "auto", "presetId": "1234-preset-example", "thumbnailPattern": "", "watermarks": [], "id": "1", "key": "output/testing-toast.mp4", "status": "Submitted" }, "status": "Submitted", "playlists": [], "arn": "arn:aws:elastictranscoder:us-east-2:111122223333:job/1234-job-example", "id": "1234-job-example", "outputs": [ { "rotate": "auto", "presetId": "1234-preset-example", "thumbnailPattern": "", "watermarks": [], "id": "1", "key": "output/testing-toast.mp4", "status": "Submitted" } ], "pipelineId": "1234-pipeline-example", "input": { "interlaced": "auto", "resolution": "auto", "frameRate": "auto", "aspectRatio": "auto", "container": "auto", "key": "source/audio/cheesytoast.wav" } } }, "requestID": "4e6b66f9-d548-11e3-a8a9-73e33example", "eventID": "5ab02562-0fc5-43d0-b7b6-90293example", "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }, { "eventVersion": "1.02", "userIdentity": { "type": "IAMUser", "principalId": "A1B2C3D4E5F6G7EXAMPLE", "arn": "arn:aws:iam::111122223333:user/smithj", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE" }, "eventTime": "2014-09-29T19:29:18Z", "eventSource": "elastictranscoder.amazonaws.com", "eventName": "ListJobsByStatus", "awsRegion": "us-east-2", "sourceIPAddress": "192.0.2.17", "userAgent": "aws-sdk-ruby/1.39.0 ruby/1.9.3 x86_64-linux", "requestParameters": { "status": "Submitted", "ascending": "false" }, "responseElements": null, "requestID": "52de9f97-d548-11e3-8fb9-4dad0example", "eventID": "eb91f423-6dd3-4bb0-a148-3cdfbexample", "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }, { "eventVersion": "1.02", "userIdentity": { "type": "IAMUser", "principalId": "A1B2C3D4E5F6G7EXAMPLE", "arn": "arn:aws:iam::111122223333:user/smithj", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE" }, "eventTime": "2014-09-29T19:28:50Z", "eventSource": "elastictranscoder.amazonaws.com", "eventName": "ReadJob", "awsRegion": "us-east-2", "sourceIPAddress": "192.0.2.17", "userAgent": "aws-sdk-ruby/1.39.0 ruby/1.9.3 x86_64-linux", "requestParameters": { "id": "1412018849233-f2czlr" }, "responseElements": null, "requestID": "497b3622-d548-11e3-8fb9-4dad0example", "eventID": "c32289c7-005a-46f7-9801-cba41example", "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }, { "eventVersion": "1.02", "userIdentity": { "type": "IAMUser", "principalId": "A1B2C3D4E5F6G7EXAMPLE", "arn": "arn:aws:iam::111122223333:user/smithj", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE" }, "eventTime": "2014-09-29T19:29:18Z", "eventSource": "elastictranscoder.amazonaws.com", "eventName": "DeletePreset", "awsRegion": "us-east-2", "sourceIPAddress": "192.0.2.17", "userAgent": "aws-sdk-ruby/1.39.0 ruby/1.9.3 x86_64-linux", "requestParameters": { "id": "1234-preset-example" }, "responseElements": null, "requestID": "4e200613-d548-11e3-a8a9-73e33example", "eventID": "191ebb93-66b7-4517-a741-92b0eexample", "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }, { "eventVersion": "1.02", "userIdentity": { "type": "IAMUser", "principalId": "A1B2C3D4E5F6G7EXAMPLE", "arn": "arn:aws:iam::111122223333:user/smithj", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE" }, "eventTime": "2014-09-29T19:29:01Z", "eventSource": "elastictranscoder.amazonaws.com", "eventName": "DeletePipeline", "awsRegion": "us-east-2", "sourceIPAddress": "192.0.2.17", "userAgent": "aws-sdk-ruby/1.39.0 ruby/1.9.3 x86_64-linux", "requestParameters": { "id": "1412018848038-nkomx0" }, "responseElements": null, "requestID": "42ca4299-d548-11e3-8fb9-4dad0example", "eventID": "7aeb434f-eb55-4e2a-82d8-417d5example", "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }, ] }