Encryption and Security
Overview
Default Encryption: AES Keys
Out-of-the-Box Encryption
// Current encryption key
process.env.AES_KEY_ID // Key identifier
process.env.AES_KEY // Actual encryption key
// For key rotation support
process.env.DEPRECATED_AES_KEY_ID // Previous key identifier
process.env.DEPRECATED_AES_KEY // Previous encryption keyAutomatic KMS Configuration
Enable KMS in Your App Definition
What Happens Automatically
Generated Infrastructure
Using KMS in Your Code
Accessing the KMS Key ARN
Integration with Frigg Encrypt Module
VPC Integration
KMS with VPC Enabled
Cost Considerations
Configuration
Monthly Cost
Security
Performance
Security Best Practices
When to Use KMS
Key Management
Deployment Considerations
Prerequisites
Environment Isolation
Version Requirements
Examples
Basic Setup
Last updated
Was this helpful?
