2 个仓库
Scripts executed during the initial boot of cloud instances to automate software installation.
Distinct from Application Instance Deployments: Focuses on the initial boot-time automation via user-data rather than general application instance deployment.
Explore 2 awesome GitHub repositories matching devops & infrastructure · User-Data Boot Scripts. Refine with filters or upvote what's useful.
PiVPN is an automated VPN deployer and server manager designed to establish secure gateways for remote network access. It provides a command-line tool for the installation and configuration of WireGuard and OpenVPN servers on Linux systems, with specific optimizations for single-board computers like the Raspberry Pi. The project distinguishes itself through a wrapper-based management interface that abstracts complex server commands into simplified operations. This includes automated handling of firewall rules, port forwarding, and package installation, as well as the ability to export client
Automatically installs server software during the initial boot of cloud instances using user-data scripts.
Awless 是一个用于管理、部署和检查 AWS 云资源的命令行界面和基础设施编排器。它充当资源检查器、身份管理器和安全连接工具,提供了一组分层命令来控制云环境。 该工具的独特之处在于将远程云状态同步到本地图表,从而实现离线基础设施分析、审计和资源关系查询,而无需进行主动 API 调用。它通过将人类可读的别名映射到系统标识符,并促进通过自动解析 IP 地址和跳转主机到远程实例的安全 Shell 连接,进一步简化了操作。 其广泛的功能涵盖了虚拟服务器、数据库、无服务器函数和容器资源的生命周期。它通过虚拟私有云(VPC)和 DNS 管理处理网络,通过用户和角色策略管理身份和访问,并使用源自本地文件或远程 URL 的模板编排部署。 该系统包括用于 bash 和 zsh 的 Shell 自动补全生成,以辅助命令发现。
Supports provisioning cloud instances by injecting local or remote scripts into the userdata boot field.