Top "Cloud-init" questions

CloudInit is a set of python scripts and utilities that handles initialization and configuration of cloud instances.

uninstall, remove or disable cloud-init on centos

I installed cloud-init on centos 6.4 using command yum install cloud-init. But now I want to completely get rid of it, …

centos cloud-init
What is the Cloud-Init equivalent for Windows?

It seems that the stock bootstrapping process is a bit lacking on Windows. Linux has cloud-init which will install packages, …

windows amazon-ec2 bootstrapping cloud-init
Cloud-init per-boot script doing nothing

I am new to cloud-init, my final goal is to run an R script each time an EC2 Spot Instance …

ubuntu amazon-ec2 cloud-init
How to disable cloud init networking?

I am trying to disable cloud init network configuration. From the cloud init doc, I have to set network-config={config: …

cloud cloud-init
Pass IP-address to cloud-init metadata

I am searching for a way to pass a ip-address to cloud-init metadata. So when my qcow boots, it does …

linux bash openstack kvm cloud-init
cloud-init ignoring static IP network configuration

I running the Ubuntu 18.04 cloud image and trying to configure networking through cloud-init. For some reason it is ignoring my …

cloud-init netplan
How to set hostname with cloud-init and Terraform?

I am starting with Terraform. I am trying to make it set a friendly hostname, instead of the usual ip-10.10.10.10 …

terraform cloud-init
Ubuntu ec2 instance fails to run userdata script

I am trying to execute a script which needs to be run on Ubuntu 14.04 ec2 instance whenever the instance or …

bash amazon-web-services ubuntu-14.04 aws-code-deploy cloud-init
Using cloud-init to change resolv.conf

I want my setup of openstack to work such that when I boot a new instance, 8.8.8.8 should be added to …

openstack nameservers cloud-init
What to bake into an AWS AMI and what to provision using cloud-init?

I'm using AWS Cloudformation to setup numerous elements of network infrastructure (VPCs, SecurityGroups, Subnets, Autoscaling groups, etc) for my web …

amazon-web-services amazon-cloudformation amazon-ami packer cloud-init