Workspace Creation
This page outlines the porcess of creating a workspace for connecting to e6data serverless compute
Last updated
This page outlines the porcess of creating a workspace for connecting to e6data serverless compute
Last updated
Workspace Creation
Log in to the e6data Console.
Navigate to Workspaces from the left navigation bar.
Click Create Workspace.
Select Serverless as the workspace type.
Select the Version from the available options.
Choose the preferred region.
Click Create.
The workspace creation process takes approximately 10 minutes. Once the status changes to Active, proceed to the next step.
Configuring Cloud Resources for Workspace
Within the created workspace, navigate to the Connectivity panel.
Click on Cloud Resource and then Create.
Enter the following details:
External ID: Auto-generated ID for cross-account role validation.
Cloud Resource Name: Name for the CloudFormation template.
Version: Select the latest version.
Cross Account Role ARN: To be obtained from CloudFormation stack outputs.
Click on the provided link to run the CloudFormation script, this action redirects you to the AWS CloudFormation page in the AWS console
In the AWS console, validate the Stack Name with the Cloud Resource Name provided earlier.
Provide the following parameters:
BucketNames: List of S3 buckets containing data to be queried.
e6dataAccountId: The E6Data AWS account ID for cross-account access.
ExternalId: External ID for additional validation.
VPCEndpointId: ID of the VPC Endpoint for secure data access.
Acknowledge that AWS CloudFormation might create IAM resources with custom names.
Click Create Stack. The process completes in 2-3 minutes.
Once the status is CREATE_COMPLETE, navigate to the Outputs section and copy the RoleArn.
Return to the e6data console, paste the Cross Account Role ARN, and click Create.
IAM Policies for Serverless Mode Attach this policy to the role associated with the cloud resources created using the CloudFormation template.
This policy grants the necessary permissions for the e6data engine role to:
List the contents of the S3 bucket (s3:ListBucket).
The following permissions enable users to interact with objects within the S3 bucket
s3:PutObject – Upload new objects to the bucket.
s3:GetObject – Retrieve stored objects for processing.
s3:GetObjectTagging – View metadata tags associated with an object.
s3:GetObjectVersion – Access previous versions of objects if versioning is enabled.
s3:PutObjectTagging – Assign metadata tags to objects for categorization and searchability
Accessing and Managing Glue Data Catalog
With the provided Glue permissions, users can interact with the AWS Glue Data Catalog, which is essential for organizing and querying structured datasets:
glue:GetDatabase* – Retrieve details of available databases within AWS Glue.
glue:GetTable* – Access metadata about tables in the Glue Data Catalog.
glue:GetPartitions – Fetch partition information to optimize query performance.
glue:CreateTable – Enables the creation of views generated by E6Data.
glue:UpdateTable – Enables updates to views generated by E6Data.
glue:DeleteTable – Enables the deletion of views generated by E6Data.