Skip to content

Instantly share code, notes, and snippets.

View ramarnat's full-sized avatar

Rohit Amarnath ramarnat

View GitHub Profile
@mikob
mikob / AWS, ELB, CF and Let's Encrypt
Last active June 2, 2024 02:55
AWS, ELB, Let's Encrypt
Elastic Load Balancer, CloudFront and Let's Encrypt
@kwilczynski
kwilczynski / create-RAID-volume.sh
Last active June 23, 2021 16:21
AWS EC2, Ephemeral volumes, create RAID level 0 (stripe), etc.
#!/bin/bash
set -u
set -e
set -o pipefail
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
readonly LOCK_FILE='/tmp/.format-volume'