- Security >
- Encryption >
- In-Use Encryption >
- Introduction >
- Tutorials >
- Use Automatic with AWS
Use Automatic with AWS¶
Overview¶
This guide shows you how to build a ()-enabled application using Amazon Web Services (AWS) .
After you complete the steps in this guide, you should have:
- A hosted on an AWS KMS instance.
- A working client application that inserts encrypted documents using your .
Before You Get Started¶
To complete and run the code in this guide, you need to set up your development environment as shown in the Installation Requirements page.
Throughout this guide, code examples use placeholder text. Before you run the examples, substitute your own values for these placeholders.
For example:
You would replace everything between quotes with your ID.
Select the programming language for which you want to see code examples for from the Select your language dropdown menu on the right side of the page.
See
Full Application
To view the complete runnable application code for this tutorial, go to the following link:
- Python
- Java (Sync)
- Node.js
- C#
- Go
Set Up the KMS¶
- Python
- Java (Sync)
- Node.js
- C#
- Go
Create the Application¶
Learn More¶
To learn how works, see <csfle-fundamentals>.
To learn more about the topics mentioned in this guide, see the following links:
- Learn more about CSFLE components on the Reference page.
- Learn how s and s work on the <csfle-reference-keys-key-vaults> page
- See how KMS Providers manage your CSFLE keys on the <csfle-reference-kms-providers> page.