#cloud-config repo_update: true repo_upgrade: all packages: - aws-cli runcmd: - [ sh, -c, "echo '${public_keys}' | tr \',\' \'\n\' >> /home/ec2-user/.ssh/authorized_keys" ] output : { all : '| tee -a /var/log/cloud-init-output.log' }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 24592 | Robert Cowham | Initial working version |