On Sun, 2016-07-17 at 14:56 +0300, Arto Jantunen wrote:
> Peter Hutterer writes:
> >
> > [Disclaimer: I'm jumping in because of the LWN quote of the week
> > and I'm
> > just reconstructing the emails from the archives, I'm not
> > subscribed.
> > Apologies if the thread breaks or any other side
My understanding is that it used only when using SOAP to communicate
with AWS. If a tool is going to use REST instead, it is not used. Thus
it is not a CA, and it is used only by fewer tools (REST seems more
popular lately).
I think most of the euca2ool calls are not converted to REST. Not
ecute it
TMP_FILE="/tmp/user-data-$$"
curl --retry 3 --retry-delay 10 -o $TMP_FILE
http://169.254.169.254/latest/user-data
if [ -s $TMP_FILE ]; then
echo "Downloaded user data in $TMP_FILE"
if [ "`head -c 2 $TMP_FILE`" = "#!" ]; then
3 matches
Mail list logo