Follow-up on Ubuntu apt sources.list in Amazon Web Services
This is a follow-up to a previous post where I was having trouble running apt-get as part of the initial boot process for a new AWS instance.
I actually never could automatically load packages using the recommended workaround of using apt_mirror :
#cloud-config
apt_mirror: http://us.archive.ubuntu.com/ubuntu/
When I'd check the cloud-init log at /var/log/ apt-get would just sort of silently fail.