Skip to content

Instantly share code, notes, and snippets.

View sunilake's full-sized avatar

Sunil Bhai sunilake

View GitHub Profile
@sunilake
sunilake / devops_checklist.md
Created August 3, 2018 13:36 — forked from jamesob/devops_checklist.md
DevOps checklist

Security

  • no credentials kept in codebase
    • use consul/zookeeper/etc., then have code load credentials from environment variables
  • using a bastion box to safeguard access to servers
    • in conjunction with, e.g., AWS security groups

Development

@sunilake
sunilake / CF_Deploying_ADDS.yaml
Created July 28, 2018 12:23 — forked from nivleshc/CF_Deploying_ADDS.yaml
Deploying Active Directory Domain Services using AWS CloudFormation
AWSTemplateFormatVersion: 2010-09-09
Description: CloudFormation Template to deploy an EC2 instance and then install ADDS
Parameters:
Client:
Type: String
Description: Summation of client name - to allow same pattern to be used across clients
Default: Nivlesh Chandra
Hostname:
Type: String
Description: Hostname - maximum 15 characters