Updated on 2024-05-31 GMT+08:00

Service Access Control

Identity Authentication

When you access GaussDB, the system authenticates your identity using password and IAM authentication.

  • Password verification

    To manage your instance, you need to use Data Admin Service (DAS) to log in to your instance. The login is successful only after your account and password are verified.

  • IAM verification

    You can use Identity and Access Management (IAM) to provide fine-grained control of GaussDB permissions. IAM provides identity authentication, permissions management, and access control, helping you to securely access your Huawei Cloud resources. IAM users can use GaussDB resources only after their accounts and passwords are verified. For details, see Step 2: Create IAM Users and Log In.

Access Control

  • Permissions control

    If you need to assign different permissions to different employees in your enterprise to access your DB instance resources, IAM is a good choice. For details, see Permissions Management.

  • VPCs and subnets

    A VPC is a logically isolated, configurable, and manageable virtual network. It helps improve the security of cloud resources and simplifies network deployment. You can define security groups, virtual private networks (VPNs), IP address segments, and bandwidth for a VPC. This facilitates internal network configuration and management and allows you to change your network in a secure and convenient network manner.

    A subnet provides dedicated network resources that are logically isolated from other networks for security.

    For details, see Creating a VPC.

  • Security groups

    A security group is a logical group that provides access control policies for the GaussDB instances that have the same security requirements and are mutually trusted in a VPC. To ensure database security and reliability, you need to configure security group rules to allow only specific IP addresses and ports to access your GaussDB instances.

    For details, see Configuring Security Group Rules.