cloud-init - CI/CD用語集の定義
cloud-initは、クラウドインスタンス上で初回bootに実行され構成を適用する業界標準のツールです。hostnameの設定、ユーザーの作成、パッケージのインストール、user-dataスクリプトの実行を行います。
関連ガイド
User Data - CI/CD Glossary DefinitionUser data is a script or config blob passed to an instance at launch and run on first boot by cloud-init - th…
Instance Metadata - CI/CD Glossary DefinitionInstance metadata is data about a running instance - IDs, IPs, IAM credentials - exposed over a link-local en…
Machine Image - CI/CD Glossary DefinitionA machine image is a snapshot of a full disk - OS, packages, and config - used to boot identical instances. A…