#!/bin/bash

ec2-describe-snapshots -o self -F "description=$1-*" | grep "SNAPSHOT" | awk '{print $5,$9,$6 }' | sort | tail -n 16