Skip to content

Instantly share code, notes, and snippets.

View yimaihortonworks's full-sized avatar

Yuta Imai yimaihortonworks

View GitHub Profile
@aloysius-lim
aloysius-lim / spot-request.py
Last active August 31, 2023 21:52
AWS EC2 Spot Requests with Auto Tagging using Boto
import argparse
import json
import time
import boto.ec2
# Set up argument parser
parser = argparse.ArgumentParser(
description='Request AWS EC2 spot instance and tag instance and volumes.',