Skip to content

Instantly share code, notes, and snippets.

@davidski
davidski / elk-opsworks-stack.json
Created January 3, 2016 19:21
Elasticsearch-Logstash-Kibana Opsworks stack creation via CloudFormation
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Create the ELK OpsWorks Stack.",
"Metadata": {
"AWS::CloudFormation::Interface": {
"ParameterGroups": [{
"Label": { "default": "Network"},
"Parameters": [ "VpcID", "SubnetID", "KeyName" ]
}, {
"Label": { "default": "ELK Config"},
@LeCoupa
LeCoupa / nodejs-cheatsheet.js
Last active June 30, 2024 04:14
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html