Getting Started with Common Practices
After completing basic operations such as creating keys, key pairs, and secrets, you can get started with common Data Encryption Workshop (DEW) practices as needed.
Practice |
Description |
|
---|---|---|
Data protection |
You can use online tools on the Key Management Service (KMS) console or call the necessary KMS APIs to directly encrypt or decrypt small-size data with a Customer Master Key (CMK), such as passwords, certificates, or phone numbers. |
|
If you want to encrypt or decrypt large volumes of data, such as pictures, videos, and database files, you can use envelope encryption, which allows you to encrypt and decrypt files without having to transfer a large amount of data over the network. |
||
Cloud services use KMS for encryption |
KMS supports one-click encryption for Elastic Cloud Server (ECS). The images and data disks of ECS can be encrypted.
|
|
When you enable server-side encryption in Object Storage Service (OBS):
Server-side encryption with KMS-managed keys (SSE-KMS) can be implemented for the objects to be uploaded. |
||
In case your services require encryption for the data stored on disks, KMS is integrated with Elastic Volume Service (EVS). You can use the key provided by KMS to encrypt the disk. |
||
When creating a private image, you can select KMS encryption and use the key provided by KMS to encrypt the image, ensuring image data security. |
||
After encryption is enabled, disk data will be encrypted and stored on the server when you create a Relational Database Service (RDS) database instance or expand disk capacity. When you download encrypted objects, the encrypted data will be decrypted on the server and displayed in plaintext. |
||
After encryption is enabled, disk data will be encrypted and stored on the server when you create a Document Database Service (DDS) database instance or expand disk capacity. When you download encrypted objects, the encrypted data will be decrypted on the server first. |
||
API calling |
If you receive an error message when calling an API, you can use exponential backoff to retry the request. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.