Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 593 Bytes

File metadata and controls

17 lines (10 loc) · 593 Bytes

early-boot-config

Current version: 0.1.0

Introduction

early-boot-config sends provider-specific platform data to the Bottlerocket API.

For most providers this means configuration from user data and platform metadata, taken from something like an instance metadata service.

Currently, Amazon EC2 is supported through the IMDSv1 HTTP API. Data will be taken from files in /etc/early-boot-config instead, if available, for testing purposes.

Colophon

This text was generated using cargo-readme, and includes the rustdoc from src/main.rs.