Skip to content

Instantly share code, notes, and snippets.

View chrisjm's full-sized avatar

Chris Mears chrisjm

View GitHub Profile
@chrisjm
chrisjm / README.md
Last active December 8, 2023 04:00 — forked from tache/README-SSL-Certificates.md
LetsEncrypt, AWS Certificate Manager, and CloudFront

Using LetsEncrypt SSL certificates with AWS Certificate Manager and CloudFront

This is a document for managing LetsEncrypt certificates on AWS using AWS Certificate Manager and configuring on CloudFront using the AWS CLI.

Setup

Follow the instructions to set up the certbot and aws commands on your local machine:

@chrisjm
chrisjm / s3-delete-bucket.rb
Created December 16, 2011 19:59 — forked from bdunagan/s3-delete-bucket.rb
s3-delete-files.rb -- Quickly delete a large amount of Amazon AWS S3 files given a prefix
#!/usr/bin/env ruby
# s3-delete-files.rb
# Fog-based script for deleting a large amount of Amazon AWS S3 files given a prefix (~100 files/second)
# Forked from: https://gist.github.com/1383301
require 'rubygems'
require 'thread'
require 'fog'