ScyllaDB University Live | Free Virtual Training Event
Learn more
ScyllaDB Documentation Logo Documentation
  • Server
    • ScyllaDB Open Source
    • ScyllaDB Enterprise
    • ScyllaDB Alternator
  • Cloud
  • Tools
    • ScyllaDB Manager
    • ScyllaDB Monitoring Stack
    • ScyllaDB Operator
  • Drivers
    • CQL Drivers
    • DynamoDB Drivers
Download
Menu
ScyllaDB Docs ScyllaDB Cloud ScyllaDB Cloud Security ScyllaDB Cloud Security Best Practices

ScyllaDB Cloud Security Best Practices¶

There are two separate systems of ScyllaDB Cloud users:

  • ScyllaDB Cloud User - used to login to cloud.scylladb.com. Can manage clusters (create, delete, scale out), use monitoring, billing information. Scylla Cloud users are acting as Scylla Database administrators.

  • ScyllaDB Database User - used to login to a ScyllaDB cluster. Can access the data in the DB.

The two systems are separated and isolated from each other. Once a ScyllaDB Cloud User creates a cluster, a default ScyllaDB Database User is created as a superuser. As the account administrator, you can request support to add more users.

This ScyllaDB Database superuser can create and manage other ScyllaDB Database roles and users using the CQL API.

Security Recommendations for ScyllaDB Cloud User¶

Use VPC Peering¶

Secure your data and make sure all traffic between ScyllaDB’s cluster and the application layer is done via a private network and never traverses the public internet. AWS encrypts all data transferred on VPC peering by default. More on VPC Peering.

Minimal IP Whitelist¶

When launching a cluster, you are asked to list the IP ranges (CIDR) which will connect to the cluster. Choose the minimal ranges as possible, and add ranges only when required.

Bring Your Own Account (BYOA)¶

When using BYOA, it is recommended to have a dedicated AWS sub-account for ScyllaDB Cloud by using AWS Organizations and following the procedure using this dedicated account. This will give you better control and visibility of Scylla Cloud permissions and actions.

Security Recommendations for ScyllaDB Database User¶

Role Based Access¶

Role-Based Access Control (RBAC), a method of reducing lists of authorized users to a few roles assigned to multiple users. RBAC is sometimes referred to as role-based security. It is recommended to:

  • Set roles per keyspace/table.

  • Use the principle of least privilege per keyspace/table. Start by granting no permissions to all roles, then grant read access only to roles who need it, write access to roles who need to write, etc. It’s better to have more roles, each with fewer permissions.

Password policy¶

It is recommended to rotate the ScyllaDB database user passwords or user/passwords periodically. One way to do it is to create a new user/password, switch to it, and only then remove or update the old user’s password. Note not to break the connectivity with your running apps in the process.

PREVIOUS
ScyllaDB Cloud Security
NEXT
ScyllaDB Cloud Compliance
ScyllaDB Cloud
  • New to ScyllaDB? Start here!
  • Quick Start Guide to ScyllaDB Cloud
  • About ScyllaDB Cloud as a Service
    • Benefits
    • Backups
    • Best Practices
    • Managing ScyllaDB Versions
    • Support, Alerts, and SLA Commitments
    • Costs
  • Deployment
    • Cloud Providers
    • Deploy ScyllaDB Cloud to Your Own AWS Account
    • AWS Virtual Private Network (VPC) Peering Setup Guide
    • GCP Virtual Private Network (VPC) Peering Setup Guide
    • Run Managed ScyllaDB Cloud Clusters on AWS Outposts
  • Managing Clusters
    • Maintenence Windows
    • Scaling a Cluster
    • Deleting a Cluster
  • Using ScyllaDB
    • Apache Cassandra Query Language (CQL)
    • ScyllaDB Drivers
    • Tracing
    • Role Based Access Control (RBAC)
    • ScyllaDB Integrations
  • Monitoring
    • Extracting Cluster Metrics
  • Security
    • ScyllaDB Cloud Security Best Practices
    • ScyllaDB Cloud Compliance
    • ScyllaDB Cloud Security Concepts
  • Serverless
  • Free Trial
  • Tutorials
  • API Documentation
    • Get Started with the ScyllaDB Cloud API
    • API Reference (BETA)
  • Terraform Provider
  • Getting Help
    • ScyllaDB Cloud FAQ
  • Create an issue

On this page

  • ScyllaDB Cloud Security Best Practices
    • Security Recommendations for ScyllaDB Cloud User
      • Use VPC Peering
      • Minimal IP Whitelist
      • Bring Your Own Account (BYOA)
    • Security Recommendations for ScyllaDB Database User
      • Role Based Access
      • Password policy
Logo
Docs Contact Us About Us
Mail List Icon Slack Icon Forum Icon
© 2023, ScyllaDB. All rights reserved.
Last updated on 21 Mar 2023.
Powered by Sphinx 4.3.2 & ScyllaDB Theme 1.4.2