This modem is also sold as a MegaFon M150-2 USB dongle
Install the needed packages via opkg
tool
opkg update
# list outputs of a CloudFormation stack in plain text format | |
# one output per line suitable for use in config files or bash file inclusion. | |
# To describe all stacks, leave out the --stack option | |
aws cloudformation describe-stacks \ | |
--stack STACK_NAME \ | |
--query 'Stacks[*].Outputs[*].[OutputKey,OutputValue]' \ | |
--output text |tr '\t' = |
#! /usr/bin/env python | |
import argparse | |
import os | |
import sys | |
import boto.ec2 | |
def parse_args(): |