Skip to content

Instantly share code, notes, and snippets.

@4thAce
4thAce / action-hugo-link-check.log
Created March 21, 2023 23:14
Error output from github action

Keybase proof

I hereby claim:

  • I am 4thace on github.
  • I am milkfish (https://keybase.io/milkfish) on keybase.
  • I have a public key ASAyeyWNOpRmgTtK332kEwcoqHglKJorpVyykdtiQy7U8Ao

To claim this, I am signing this object:

@4thAce
4thAce / lambdaAMICleanup.py
Created December 3, 2016 19:09 — forked from bkozora/lambdaAMICleanup.py
AWS Lambda Function to Delete AMIs and Snapshots
# Automated AMI and Snapshot Deletion
#
# @author Robert Kozora <robert.kozora@wheaton.com>
#
# This script will search for all instances having a tag with "Backup" or "backup"
# on it. As soon as we have the instances list, we loop through each instance
# and reference the AMIs of that instance. We check that the latest daily backup
# succeeded then we store every image that's reached its DeleteOn tag's date for
# deletion. We then loop through the AMIs, deregister them and remove all the
# snapshots associated with that AMI.
@4thAce
4thAce / ansible-playbook.out
Last active August 29, 2015 14:03
swiftacular with trusty
PLAY [package_cache] **********************************************************
GATHERING FACTS ***************************************************************
fatal: [192.168.100.20] => SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue
TASK: [package_cache | install required package_cache packages] ***************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************