Get Vendor Data
Vendor-provided data can be used to configure Stacklets upon their creation. This is similar to user data, but it is provided by SimplyStack ecosystem instead of the user.
Endpoint
http://169.254.169.254/metadata/v1/vendor-data
Response
—200
Stacklet vendor-data in plain text.
Example
text
cloud-config
disable_root: false
manage_etc_hosts: true
cloud_config_modules:
- ssh
- set_hostname
cloud_final_modules:
- scripts-vendor
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user