Required settings
- Table Bucket ARN
- S3 Bucket
- Service account
Find table bucket ARN
Find table bucket ARN
To find your table bucket ARN, go to your AWS console, click on S3 and navigate to the table bucket tab.

Creating a S3 bucket
We will need a S3 bucket created so that we can use it to stage our delta files. Below is a script that can create a bucket and attach a lifecycle policy to remove old files.Terraform script
Terraform script
Creating a service account
The service account will need the following permissions:- S3 Tables API access
- S3 bucket access (to the delta bucket)
Terraform script
Terraform script