Logging AWS HealthLake API Calls with AWS CloudTrail - AWS HealthLake

Logging AWS HealthLake API Calls with AWS CloudTrail

AWS HealthLake is integrated with AWS CloudTrail, a service that provides a record of actions taken by a user, role, or an AWS service in HealthLake. CloudTrail captures all API calls for HealthLake as events. The calls captured include calls from the HealthLake console and code calls to the HealthLake API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for HealthLake. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail, you can determine the request that was made to HealthLake, the IP address from which the request was made, who made the request, when it was made, and additional details.

To learn more about CloudTrail, see the AWS CloudTrail User Guide.

AWS HealthLake Information in CloudTrail

CloudTrail is enabled on your AWS account when you create the account. When activity occurs in HealthLake, that activity is recorded in a CloudTrail event along with other AWS service events in Event history. You can view, search, and download recent events in your AWS account. For more information, see Viewing Events with CloudTrail Event History.

For an ongoing record of events in your AWS account, including events for HealthLake, create a trail. A trail enables CloudTrail to deliver log files to an Amazon S3 bucket. By default, when you create a trail in the console, the trail applies to all AWS Regions. The trail logs events from all Regions in the AWS partition and delivers the log files to the Amazon S3 bucket that you specify. Additionally, you can configure other AWS services to further analyze and act upon the event data collected in CloudTrail logs. For more information, see the following:

All HealthLake actions are logged by CloudTrail and are documented in the HealthLake API Reference and in this Developer Guide for actions performed using the FHIR REST API. For example, calls to the following actions generate entries in the CloudTrail log files:

  • DescribeFHIRImportJob

  • DescribeFHIRExportJob

  • StartFHIRImportJob

  • ListFHIRImportJobs

  • StartFHIRExportJob

  • ListFHIRExportJobs

  • CreateFHIRDatastore

  • ListFHIRDatastores

  • DeleteFHIRDatastore

  • DescribeFHIRDatastore

  • UpdateResource

  • CreateResource

  • DeleteResource

  • ReadResource

  • GetCapabilities

  • SearchWithGet

  • SearchWithPost

Every event or log entry contains information about who generated the request. The identity information helps you determine the following:

  • Whether the request was made with root or AWS Identity and Access Management (IAM) user credentials.

  • Whether the request was made with temporary security credentials for a role or federated user.

  • Whether the request was made by another AWS service.

For more information, see the CloudTrail userIdentity Element.

Understanding AWS HealthLake Log File Entries

A trail is a configuration that enables delivery of events as log files to an Amazon S3 bucket that you specify. CloudTrail log files contain one or more log entries. An event represents a single request from any source and includes information about the requested action, the date and time of the action, request parameters, and so on. CloudTrail log files aren't an ordered stack trace of the public API calls, so they don't appear in any specific order.

The following example shows a CloudTrail log entry that demonstrates the CreateFHIRDatastore action.

{ "eventVersion": "1.08", "userIdentity": { "type": "AssumedRole", "principalId": "AROA2B3ZHOADD2OJ4AHJX:git full_access_iam_role580074395690222150", "arn": "arn:aws:sts::691207106566:assumed-role/colossusfrontend_full_access_iam_role/_iam_role580074395690222150", "accountId": "AccountID", "accessKeyId": "AKIAIOSFODNN7EXAMPLE", "sessionContext": { "sessionIssuer": { "type": "Role", "principalId": "AROA2B3ZHOADD2OJ4AHJX", "arn": "arn:aws:iam::691207106566:role/full_access_iam_role", "accountId": "AccountID", "userName": "full_access_iam_role" }, "webIdFederationData": { }, "attributes": { "mfaAuthenticated": "false", "creationDate": "2020-11-20T00:08:15Z" } } }, "eventTime": "2020-11-20T00:08:16Z", "eventSource": "healthlake.amazonaws.com", "eventName": "CreateFHIRDatastore", "awsRegion": "us-east-1", "sourceIPAddress": "3.213.247.1", "userAgent": "Coral/Netty4", "requestParameters": { "datastoreName": "testCreateFHIRDatastore_GBYAZFCLLBLSUTOYYFQZRLBLQJNFOYQVRPZBOJAIIUAHICAEAGIWLNVQEYAMSXVWMBLXCDCLMJKYFBTHJLBRURUDVBUTEHIIZHNZGHOKYGJSLWJKNCRQPXDSRCPYJAUBHTQPDRKUGDAAXPBSXLIAKQAQV", "datastoreTypeVersion": "R4", "clientToken": "d737ffe0-14dd-44cc-9f0a-fdf59b26c66b" }, "responseElements": { "datastoreId": "datastoreID", "datastoreArn": "arn:aws:healthlake:us-east-1:691207106566:datastore/55576c487ff4975262b10d1d65eb4509", "datastoreStatus": "CREATING", "datastoreEndpoint": "datastore_endpoint/" }, "requestID": "68e62bdd-d2d4-44c1-af69-e6f055a69f99", "eventID": "7ef483dc-5dca-469e-823a-7d9e3a7fe924", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "eventCategory": "Management", "recipientAccountId": "691207106566" }