使用 記錄和監控 AWS CloudTrail - Amazon Location Service

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

使用 記錄和監控 AWS CloudTrail

AWS CloudTrail 是一種 服務,提供使用者、角色或服務 AWS 所採取動作的記錄。 會將所有API呼叫 CloudTrail 記錄為事件。您可以搭配 使用 Amazon Location Service CloudTrail 來監控您的API通話,其中包括從 Amazon Location Service 主控台的通話,以及 AWS SDK對 Amazon Location Service API操作的通話。

建立追蹤時,您可以啟用事件連續交付 CloudTrail 至 S3 儲存貯體,包括 Amazon Location Service 的事件。如果您未設定追蹤,仍然可以在 事件歷史記錄 中檢視 CloudTrail 主控台中的最新事件。 使用 收集的資訊 CloudTrail,您可以判斷向 Amazon Location Service 提出的請求、提出請求的 IP 地址、提出請求的人員、提出時間,以及其他詳細資訊。

如需 的詳細資訊 CloudTrail,請參閱 AWS CloudTrail 使用者指南

中的 Amazon Location Service 資訊 CloudTrail

CloudTrail 會在您建立 AWS 帳戶時於您的帳戶上啟用 。當活動在 Amazon Location Service 中發生時,該活動會與 CloudTrail 事件歷史記錄 中的其他 AWS 服務事件一起記錄在事件中。您可以在 AWS 帳戶中檢視、搜尋和下載最近的事件。如需詳細資訊,請參閱檢視具有事件歷史記錄 CloudTrail 的事件。

如需 AWS 帳戶中事件的持續記錄,包括 Amazon Location Service 的事件,請建立追蹤。追蹤可讓 CloudTrail 將日誌檔案交付至 S3 儲存貯體。根據預設,當您在主控台建立線索時,線索會套用到所有 AWS 區域。追蹤會記錄 AWS 分割區中所有 區域的事件,並將日誌檔案傳送到您指定的 S3 儲存貯體。此外,您可以設定其他服務 AWS ,以進一步分析 CloudTrail 日誌中收集的事件資料並對其採取行動。

如需詳細資訊,請參閱下列內容:

所有 Amazon Location Service 動作都會由 記錄, CloudTrail 並記錄在 Amazon Location Service API參考 中。例如, 呼叫 CreateTrackerUpdateTrackerDescribeTracker動作會在 CloudTrail 日誌檔案中產生項目。

每一筆事件或日誌專案都會包含產生請求者的資訊。身分資訊可協助您判斷提出請求的身分是:

  • 使用根或 AWS Identity and Access Management (IAM) 使用者憑證。

  • 使用某個角色的暫時安全憑證登入資料或聯合身分使用者。

  • 由另一項 AWS 服務。

如需詳細資訊,請參閱CloudTrail userIdentity元素

了解 Amazon Location Service 日誌檔案項目

追蹤是一種組態,可讓您將事件作為日誌檔案交付至您指定的 S3 儲存貯體或 Amazon CloudWatch Logs。如需詳細資訊,請參閱 AWS CloudTrail 使用者指南 中的使用 CloudTrail 日誌檔案

CloudTrail 日誌檔案包含一或多個日誌項目。一個事件代表任何來源提出的單一請求,並包含所請求之操作的相關資訊、操作的日期和時間、請求參數等等。

注意

CloudTrail 日誌檔案不是公開API呼叫的排序堆疊追蹤,因此它們不會以任何特定順序顯示。若要判斷操作順序,請使用 eventTime

下列範例顯示 CloudTrail 日誌項目,示範 CreateTracker操作,這會建立追蹤器資源。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "123456789012", "arn": "arn:aws:geo:us-east-1:123456789012:tracker/ExampleTracker" "accountId": "123456789012", "accessKeyId": "123456789012", "sessionContext": { "sessionIssuer": { "type": "Role", "principalId": "123456789012", "arn": "arn:aws:geo:us-east-1:123456789012:tracker/ExampleTracker", "accountId": "123456789012", "userName": "exampleUser", }, "webIdFederationData": {}, "attributes": { "mfaAuthenticated": "false", "creationDate": "2020-10-22T16:36:07Z" } } }, "eventTime": "2020-10-22T17:43:30Z", "eventSource": "geo.amazonaws.com", "eventName": "CreateTracker", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0/24—TEST-NET-1", "userAgent": "aws-internal/3 aws-sdk-java/1.11.864 Linux/4.14.193-110.317.amzn2.x86_64 OpenJDK_64-Bit_Server_VM/11.0.8+10-LTS java/11.0.8 kotlin/1.3.72 vendor/Amazon.com_Inc. exec-env/AWS_Lambda_java11", "requestParameters": { "TrackerName": "ExampleTracker", "Description": "Resource description" }, "responseElements": { "TrackerName": "ExampleTracker", "Description": "Resource description" "TrackerArn": "arn:partition:service:region:account-id:resource-id", "CreateTime": "2020-10-22T17:43:30.521Z" }, "requestID": "557ec619-0674-429d-8e2c-eba0d3f34413", "eventID": "3192bc9c-3d3d-4976-bbef-ac590fa34f2c", "readOnly": false, "eventType": "AwsApiCall", "recipientAccountId": "123456789012", }

下列顯示 DescribeTracker操作的日誌項目,其會傳回追蹤器資源的詳細資訊。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "123456789012", "arn": "arn:partition:service:region:account-id:resource-id", "accountId": "123456789012", "accessKeyId": "123456789012", "sessionContext": { "sessionIssuer": { "type": "Role", "principalId": "123456789012", "arn": "arn:partition:service:region:account-id:resource-id", "accountId": "123456789012", "userName": "exampleUser", }, "webIdFederationData": {}, "attributes": { "mfaAuthenticated": "false", "creationDate": "2020-10-22T16:36:07Z" } } }, "eventTime": "2020-10-22T17:43:33Z", "eventSource": "geo.amazonaws.com", "eventName": "DescribeTracker", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0/24—TEST-NET-1", "userAgent": "aws-internal/3 aws-sdk-java/1.11.864 Linux/4.14.193-110.317.amzn2.x86_64 OpenJDK_64-Bit_Server_VM/11.0.8+10-LTS java/11.0.8 kotlin/1.3.72 vendor/Amazon.com_Inc. exec-env/AWS_Lambda_java11", "requestParameters": { "TrackerName": "ExampleTracker" }, "responseElements": null, "requestID": "997d5f93-cfef-429a-bbed-daab417ceab4", "eventID": "d9e0eebe-173c-477d-b0c9-d1d8292da103", "readOnly": true, "eventType": "AwsApiCall", "recipientAccountId": "123456789012", }