Files
micro-config-drive/docs/ucd-aws.1
T

1.2 KiB

UCD-AWS(1) UCD-AWS(1)
 
 
 
NAME
ucd-aws - Fetch user-data from AWS user-data service
 
SYNOPSIS
/usr/bin/ucd-aws
 
DESCRIPTION
ucd-aws is a helper agent program that fetches openstack user-data from
the http://169.254.169.254/ service, as well as the SSH pubkey provided
to the cloud instance. After fetching the two pieces of data, ucd-aws
combines them into a valid #cloud-config user-data text block and
passes the output to ucd(1) for processing/execution.
 
OPTIONS
ucd-aws has no configurable options.
 
EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise. The exit
code returned may be the exit code of the subsequent ucd program execu-
tion.
 
COPYRIGHT
o Copyright (C) 2017 Intel Corporation, License: CC-BY-SA-3.0
 
 
 
SEE ALSO
ucd(1)
 
NOTES
Creative Commons Attribution-ShareAlike 3.0 Unported
 
o http://creativecommons.org/licenses/by-sa/3.0/
 
 
 
 
 
 
June 2017 UCD-AWS(1)