Register an instance profile.
add_instance_profile.Rd
In the UI, you can select the instance profile when launching clusters. This API is only available to admin users.
Usage
add_instance_profile(
client,
instance_profile_arn,
iam_role_arn = NULL,
is_meta_instance_profile = NULL,
skip_validation = NULL
)
instanceProfilesAdd(
client,
instance_profile_arn,
iam_role_arn = NULL,
is_meta_instance_profile = NULL,
skip_validation = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- instance_profile_arn
Required. The AWS ARN of the instance profile to register with Databricks.
- iam_role_arn
The AWS IAM role ARN of the role associated with the instance profile.
- is_meta_instance_profile
Boolean flag indicating whether the instance profile should only be used in credential passthrough scenarios.
- skip_validation
By default, Databricks validates that it has sufficient permissions to launch instances with the instance profile.