CloudInit is a set of python scripts and utilities that handles initialization and configuration of cloud instances.
I have an EC2 instance running an AMI based on the Amazon Linux AMI. Like all such AMIs, it supports …
amazon-ec2 cloud cloud-initDefining userdata for instances in AWS seems really useful for doing all kinds of bootstrap-type actions. Unfortunately, I have to …
amazon-web-services centos amazon-ami cloud-initI'm writing a CloudFormation template and I'm trying to debug the user-data script I provide in the template. How can …
amazon-ec2 cloud-initI'm initializing spot instances running a derivative of the standard Ubuntu 13.04 AMI by pasting a shell script into the user-data …
cloud-initI am using openstack to create a VM using 'nova boot' command. My image is cloud-init enabled. I pass a …
openstack cloud-initWe're planning to use AMI EC2 instances which are not "pre-baked". I.e. when they are spun up, they are …
chef-infra puppet configuration-management cloud-initWhat is the order of the directives in the cloud-config section of a cloud-init user-data object. This is important to …
user-data cloud-initmy user-data script #! set -e -x echo `whoami` su root yum update -y touch ~/PLEASE_WORK.txt which is fed …
linux amazon-ec2 cloud-initI'm using CloudFormation to manage a Tomcat webserver stack but am tired of doing raw AMI management for new application …
amazon-s3 amazon-web-services amazon-cloudformation cloud-initI am trying to launch a instance with CloudFormation Template. Instance was started but the UserData section was not executed …
amazon-web-services redhat amazon-cloudformation cloud-init