AWS — Manual Workspace Creation
You'll create a Databricks workspace on AWS in ~10 min.
Prereqs: AWS account, Databricks account console
What you'll build
A Databricks workspace deployed on your AWS account using the automated configuration wizard. The wizard creates the required IAM roles, S3 bucket, and networking resources for you.
Prerequisites
- An AWS account with permissions to create IAM roles and S3 buckets.
- A Databricks account with account-admin privileges.
- Know which AWS region hosts your data sources (you'll deploy the workspace there).
Steps
1. Create the development workspace
Open the PDF guide below and follow the step-by-step instructions. When prompted, select the target AWS account.
Open PDFDeploy the workspace in the same AWS region as your data sources. Cross-region traffic incurs egress fees that add up quickly.
2. Repeat for staging and production
Run through the same PDF guide once more for each additional workspace. A standard setup uses three workspaces: development, staging, and production.
Verify
- Log in to the Databricks account console.
- Navigate to Workspaces and confirm the new workspace shows a Running status.
- Click the workspace URL to open it and verify you can reach the landing page.
Troubleshoot
Workspace stuck in "Provisioning" status
The wizard is still creating AWS resources. Wait 5–10 minutes. If the status does not change, check AWS CloudFormation in the target region for stack errors and verify your IAM permissions.
IAM permission errors during creation
The account used to launch the wizard needs permission to create IAM roles, S3 buckets, and VPC resources. Ask your AWS administrator to attach the required policies or use an account with AdministratorAccess for the initial setup.
Workspace created in the wrong region
Databricks workspaces cannot be moved between regions after creation. Delete the workspace from the account console, then re-run the wizard selecting the correct region.
Next
- Do next: Configure Unity Catalog
- Learn why: Unity Catalog foundations
- Reference: Create a workspace — Databricks docs