KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AWS-KMS-Tour
โ 8
Open GitHub โ
AWS KMS Tour for secrets code
Download README (.md)
Explore Similar Repositories
2048-applewatch
:
Apple Watch Version of 2048 Game
Travelin-VirtualReality
:
Aplikasi virtual reality sederhana menggunakan google vr sdk. project ini adalah virtual tour tempat wisata yang berada di bandung.
Musicoo
:
๐ถ ๅบไบ Python ็้ณไนๆๅก
laravel-extended-logging
:
Provide some ready-made logging extensions to make it easier to deply Laravel and Lumen into multiple containers.
solutions-exercises
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AWS-KMS-Tour
?
Download (.md)
## Interactive Tour of Amazon Web Services' Key Management Service ### Objective * Understand key functionality of AWS KMS including: * Key Generation for Symmetric and Asymmetric Customer Master Keys with KMS * Envelope Key and related Ops with Asymmetric and Asymmetric Keys * Additional Key Management Ops like Key Rotation, etc. ### Installation #### Dependencies * JupyterLabs (Jupyter Notebook) * boto3 - AWS Python SDK * Python 3.6.X (Although we reckon it should work fine with most py3 versions) #### Usage * Start virtualenv (if using) * Run `jupyter notebook` * Access the browser and navigate to `AWS KMS Primer.ipynb` and execute code per instructions