Messing around learning about boto3.
Copy the sample conf file and then replace the access and secret key. Populate your security group and SSH key name.
python create_instance.py name_of_my_new_instance
Edit your desired tags in conf/tags.config and then run via
python apply_tags_from_config.py <instance_id>
Your region will be hardcoded in your conf/aws.config file.
python check_instance_tags.py Name
Region is hardcoded in the script
bash list_instances.sh running