Hi Team,
Can anyone please help me figure out how to configure Delta Live Tables Cluster accessing AWS S3 bucket without Instance profile defined in Cluster's JSON?
The idea is, the user who is running the DLT Cluster has Storage Credentials and External Locations fully granted so that the user can read/write files in the S3 bucket from Notebook through compute cluster without Instance profile attached on it
When the user is running DLT cluster, however, the cluster runs into access denied error without instance profile attached in its JSON configuration.
My assumption was, the DLT cluster was supposed to act exactly same as Compute cluster@Notebook, but DLT cluster ran into an error.
Any comment or guidance would be very much appreciated
Thanks in advance
Cheers,
J