Openssl heartbleed autofix for EC2 Amazon AMI – be aware!
You probably heard about recent security hole discovered in openssl library called Heartbleed. If not read:
http://www.openssl.org/news/secadv_20140407.txt
Anyways here is the catch – turns out Amazon can roll critical updates to all images based of Amazon AMI! …
Secure data bag items with chef solo
How to generate encrypted data bag item with knife and chef-solo
This post is mostly a memo to myself, because I often forget how to how to create encrypted data bag items..
Here is the deal. We know how to generate regular data bag items with knife: knife data bag create DATA_BAG_NAME DATA_BAG_ITEM ( for those who didn’t know ). …