Skip to content

Instantly share code, notes, and snippets.

@Gnep
Forked from 11xor6/install-cloud-init.sh
Created July 1, 2014 10:49
Show Gist options
  • Select an option

  • Save Gnep/6b2b3ccd060e96236592 to your computer and use it in GitHub Desktop.

Select an option

Save Gnep/6b2b3ccd060e96236592 to your computer and use it in GitHub Desktop.
# We need the latest epel-release for a RHEL/Centos specific cloud-init
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
# After this finishes you can build an AMI that will process the user data
# with cloud-init. You may also be interested in taking a look at the config
# file at /etc/cloud/cloud.cfg
yum install cloud-init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment