Ensure all steps below are executed in AWS region: London (eu-west-2).
Time to deploy: Approximately 5 minutes
Due to design considerations, each account in the TRE Data Prod OU must contain only one data lake.
Do not create a Datalake in the main (TRE Project 1 Prod) account, you will not be able to use it in the TRE.
Log in to the AWS Management Console using your TRE Datalake 1 Prod account and Admin privileges.
- Go to Service: AWS CloudFormation
- Select the Stacks menu option on the left side
- Press button: Create Stack with new resources
- Select option Upload a template file to upload CloudFormation template file: data lake and press on button Next
- Provide Stack name: "TREDataLake1". Add the parameters required. Press on button Next twice and then press on button Create stack
Parameter Name | Description | Default value |
---|---|---|
EgressAppAccount | Account number which is hosting the Egress add-on application (Add TRE Project 1 Prod account number) | No default - must be specified |
LFDatabaseName | Lake Formation database name that will be created | No default - must be specified |
- Confirm the stack status is "CREATE_COMPLETE"
Tip: If you are adding data to the bucket you may need to enforce encryption (aws s3 cp --sse aws:kms
) or the action may be rejected.