Metadata-Version: 2.1
Name: foolaunch
Version: 1.3.0
Summary: A utility for launching an ec2 server from a repository of templates.
Author-email: Lynn Gabbay <gabbay@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/ldgabbay/foolaunch
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4,>=3.6
Description-Content-Type: text/markdown
Requires-Dist: foostache ~=1.3
Requires-Dist: boto ~=2.49
Requires-Dist: boto3 ~=1.26

# foolaunch

## Command-Line Usage

	usage: foolaunch [option]* <cfg>
	Options and arguments:
	  -p, --profile <arg>          : aws credentials profile
	  -r, --region <arg>           : aws region
	  --image <arg>                : ami image name
	  -t, --instance-type <arg>    : ec2 instance type
	  --placement <arg>            : ec2 availability zone
	  --subnet <arg>               : vpc subnet name
	  --key <arg>                  : ec2 key pair name
	  --instance-profile <arg>     : iam instance profile name
	  --security-groups <arg>      : ec2 security group names (comma separated)
	  --tags <arg>                 : instance tags as JSON string
	  --root-volume-size <arg>     : root volume size in GB
	  --load-balancers <arg>       : load balancer names (comma separated)
	  --user-data-file <arg>       : file containing instance user data
	  --spot, --no-spot            : use spot pricing (or not)
	  --dry-run                    : dry run
	  --name <arg>                 : ec2 instance name
	  -n, --count <arg>            : number of instances to launch
	  --price <arg>                : max price
