We are attempting to provision Unity Catalog using Terraform, but we're encountering issues with establishing authentication with AWS through IAM Roles and Policies.
For EC2/Cluster instances, the instance profile works fine with a trust relationship of "ec2.amazonaws.com." However, when it comes to creating Unity Catalog, we need to use an AWS Role to access S3 resources.
Please note, this is all being done with AWS Roles/Policies, not AWS credentials/keys.
Any assistance, guidance, or links to relevant materials would be greatly appreciated!