Skip to content

Instantly share code, notes, and snippets.

View deeco's full-sized avatar

Deeco deeco

  • Dublin Ireland
View GitHub Profile
@deeco
deeco / self-signed-root-ca-and-certificates.sh
Created September 2, 2021 21:15 — forked from jaymecd/self-signed-root-ca-and-certificates.sh
Create Root CA and self-signed Certificate for local TLS testing.
#!/usr/bin/env bash
set -e
# Full Qualified Domain Name
FQDN="${1:-localhost.dev}"
FQDN="$(echo "${FQDN}" | tr 'A-Z' 'a-z')"
# Optional settings
COUNTRY="DE"
@deeco
deeco / aws-hourly-instance-cost.txt
Created January 9, 2020 13:30
aws-hourly-instance-cost.txt
t1.micro=0.020
t2.nano=0.0059
t2.micro=0.012
t2.small=0.023
t2.medium=0.047
t2.large=0.094
t2.xlarge=0.188
t2.2xlarge=0.376
m1.small=0.044
m1.medium=0.087