Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
[root@redis-0af78dd6005298a60 log]# curl http://169.254.169.254/latest/user-data
#cloud-config
bootcmd:
- setenforce 0
fs_setup:
filesystem: ext4
device: /dev/xvdj
mounts:
- [ xvdj, /redis_data, "auto", "defaults,nofail", "0", "0" ]
runcmd:
- [ /opt/bin/sw-set_hostname, redis ]
- [ /opt/bin/sw-tag_instance, redis ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment