Skip to content

Instantly share code, notes, and snippets.

View hac-madkudu's full-sized avatar

Hac Phan hac-madkudu

View GitHub Profile
@hac-madkudu
hac-madkudu / redash.yaml
Last active February 1, 2018 18:56
Redash CloudFormation Stack
---
AWSTemplateFormatVersion: '2010-09-09'
Description: EC2 Instance Redash. See https://redash.io/help-onpremise/setup/setting-up-redash-instance.html
Parameters:
RedashPass:
Description: The password for the redash user in RDS
Type: String
@hac-madkudu
hac-madkudu / 99datadog.config
Last active September 23, 2018 02:07
Datadog Agent 6x on Elastic Beanstalk
# .ebextensions/99datadog.config
container_commands:
01chmod:
command: "chmod +x .ebextensions/datadog/hooks/*"
02mkdir_appdeploy_post:
test: '[ ! -d /opt/elasticbeanstalk/hooks/appdeploy/post ]'
command: "mkdir /opt/elasticbeanstalk/hooks/appdeploy/post"
02mkdir_configdeploy_post:
test: '[ ! -d /opt/elasticbeanstalk/hooks/configdeploy/post ]'
command: "mkdir /opt/elasticbeanstalk/hooks/configdeploy/post"