-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shaun
committed
Mar 15, 2017
1 parent
20d636d
commit f7e2aca
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Encryption Stack Outputs via KMS | ||
|
||
This example shows how to encrypt stack outputs/exports using a Cloudformation Custom Resource backed by a Lambda Function. | ||
|
||
The example is based on a Blog post I came across, you can read it [Here](https://ben.fogbutter.com/2016/02/22/using-kms-to-encrypt-cloud-formation-values.html) |