Example: Install software for AWS PCS from a package repository
Provide this script as the value of "userData"
in your launch template. For more information, see Working with Amazon EC2 user data.
This script uses cloud-config to install software packages on node group instances at launch.
For more information, see the User data formatscurl
and llvm
.
Note
Your instances must be able to connect to their configured package repositories.
MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==MYBOUNDARY==" --==MYBOUNDARY== Content-Type: text/cloud-config; charset="us-ascii" packages: - python3-devel - rust - golang --==MYBOUNDARY==--