쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Configuring Lake Formation to use HealthOmics

포커스 모드
Configuring Lake Formation to use HealthOmics - AWS HealthOmics
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

Before you use Lake Formation to manage HealthOmics data stores, perform the following Lake Formation configuration procedures.

Creating or verify Lake Formation administrators

Before you can create a data lake in Lake Formation, you define one or more administrators.

Administrators are users and roles with permissions to create resource links. You set up data lake administrators per account per region.

Create an admin user in the Lake Formation console
  1. Open the AWS Lake Formation console: Lake Formation console

  2. If the console displays the Welcome to Lake Formation panel, choose Get started.

    Lake Formation adds you to the Data lake administrators table.

  3. Otherwise, from the left menu, choose Administative roles and tasks.

  4. Add any additional administrators as required.

To make a shared resource that users can query, the default access controls must be disabled. To learn more about disabling default access controls, see Changing the default security settings for your data lake in the Lake Formation documentation. You can create resource links individually or as a group, so that you can access data in Amazon Athena or other AWS services (such as Amazon EMR).

Creating resource links in the AWS Lake Formation console and sharing them with HealthOmics Analytics users
  1. Open the AWS Lake Formation console: Lake Formation console

  2. In the primary navigation bar, choose Databases.

  3. In the Databases table, choose the desired database.

  4. From the Actions menu, choose Create resource link.

  5. Enter a Resource link name. If you plan to access the database from Athena, enter a name using only lowercase letters (up to 256 characters).

  6. Choose Create.

  7. The new resource link is now listed under Databases.

A Lake Formation database administrator can grant access to the shared resource using the following procedure.

  1. Open the AWS Lake Formation console: https://console.aws.amazon.com/lakeformation/

  2. In the primary navigation bar, choose Databases.

  3. On the Databases page, select the resource link you previously created.

  4. From the Actions menu, choose Grant on target.

  5. On the Grant data permissions page under Principals, choose IAM users or roles.

  6. From the IAM users or roles drop-down menu, find the user to which you want to grant access.

  7. Next, under LF-Tags or catalog resources card, select the Named data catalog resources option.

  8. From the Tables-optional drop-down menu, select All Tables or the table that you previously created.

  9. In the Table permissions card, under Table permissions choose Describe and Select.

  10. Next, choose Grant.

To view the Lake Formation permissions, choose Data lake permissions from the primary navigation pane. The table shows the available databases and resource links.

Configuring permissions for AWS RAM resource shares

In the AWS Lake Formation console, view the permissions by choosing Data lake permissions in the primary navigation bar. On the Data permissions page, you can view a table that shows the Resource types, Databases, and ARN that's related to a shared resource under RAM Resource Share. If you need to accept an AWS Resource Access Manager (AWS RAM) resource share, AWS Lake Formation notifies you in the console.

HealthOmics can implicitly accept the AWS RAM resource shares during store creation. To accept the AWS RAM resource share, the IAM user or role that calls the CreateVariantStore or CreateAnnotationStore API operations must allow the following actions:

  • ram:GetResourceShareInvitations - This action allows HealthOmics to find the invitations.

  • ram:AcceptResourceShareInvitation - This action allows HealthOmics to accept the invitation by using an FAS token.

Without these permissions, you see an authorization error during store creation.

Here is a sample policy that includes these actions. Add this policy to the IAM user or role that accepts the AWS RAM resource share.

{ "Statement": [ { "Effect": "Allow", "Action": [ "omics:*", "ram:AcceptResourceShareInvitation", "ram:GetResourceShareInvitations" ], "Resource": "*" } ] }
프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.