cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Add an Instance Profile to a DLT job cluster

BradSheridan
Valued Contributor

@Tomasz Bacewiczโ€‹ I've got another, related question for you about the job cluster that is spun up for DLT jobs. Adding the JSON strings for our required E2 tags worked like a charm, but now I need to attach an existing Instance Profile since I'm trying to access our S3 buckets in my DLT job. I've looked online for how to do this in the JSON but no luck. thanks! Brad

1 ACCEPTED SOLUTION

Accepted Solutions

tomasz
Databricks Employee
Databricks Employee

@Brad Sheridanโ€‹ To do that you have to add the aws_attributes tag within a cluster configuration and there you have the ability to add an instance_profile_arn like so:

"clusters": [

{

"label": "default",

"aws_attributes": {

"instance_profile_arn": "<REDACTED>"

},

I hope this helps!

View solution in original post

2 REPLIES 2

tomasz
Databricks Employee
Databricks Employee

@Brad Sheridanโ€‹ To do that you have to add the aws_attributes tag within a cluster configuration and there you have the ability to add an instance_profile_arn like so:

"clusters": [

{

"label": "default",

"aws_attributes": {

"instance_profile_arn": "<REDACTED>"

},

I hope this helps!

BradSheridan
Valued Contributor

Once again, THANK YOU! Worked like a charm

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group