Hello @Suheb ,
Use single-user (Dedicated) clusters when you need privileged machine access or features not supported on shared clusters. These clusters run under a single identity (user or group) and behave like a traditional Spark cluster with full access to the VM.
Use multi-user/shared (Standard) clusters when multiple users need to attach notebooks or SQL and run workloads concurrently with strong isolation and Unity Catalog governance. This mode is recommended for most workloads because it gives better cost efficiency, simplified management, and per-user access control while isolating user code.
Refer to offical docs: https://docs.databricks.com/aws/en/compute/configure
Please let me know if this answers your question
Anudeep