Difference between revisions of "Cloud-init"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
<code>cloud-init</code> is a package included in [[Ubuntu]] and [[RHEL]] among others that contains utilities for early initialization of cloud instances. It is needed in images that are built with the intention of being launched in [[cloud]] environments like [[OpenStack]], [[AWS]], Azure, Google Cloud etc. | <code>cloud-init</code> is a package included in [[Ubuntu]] and [[RHEL]] among others that contains utilities for early initialization of cloud instances. It is needed in images that are built with the intention of being launched in [[cloud]] environments like [[OpenStack]], [[AWS]], Azure, Google Cloud etc. | ||
+ | * https://cloud-init.io/ | ||
* https://help.ubuntu.com/community/CloudInit | * https://help.ubuntu.com/community/CloudInit | ||
* Configuration file: <code>[[/etc/cloud/cloud.cfg]]</code> | * Configuration file: <code>[[/etc/cloud/cloud.cfg]]</code> |
Revision as of 14:31, 15 February 2022
cloud-init
is a package included in Ubuntu and RHEL among others that contains utilities for early initialization of cloud instances. It is needed in images that are built with the intention of being launched in cloud environments like OpenStack, AWS, Azure, Google Cloud etc.
- https://cloud-init.io/
- https://help.ubuntu.com/community/CloudInit
- Configuration file:
/etc/cloud/cloud.cfg
Binaries:
/usr/bin/cloud-id
/usr/bin/cloud-init
/usr/bin/cloud-init-per
Examples:
multipass launch --name ubuntu-lts-custom --cloud-init cloud-config.yaml
Activities
Related terms
See also
Advertising: