Skip to content

Python code for a Lamda function which can tag a Spot Fleet instance when envoked with a EC2 instance state chage CloudWatch event with state "pending".

Notifications You must be signed in to change notification settings

santosh-at-github/Lamda-TagSpotFleetInstances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Lamda-TagSpotFleetInstances

This Python function is for executing in a AWS Lambda function. The trigger for the Lambda function should be the CloudWatch event for Ec2 instance state change notification with state 'pending'.

It creates two tags on a SpootFleet EC2 instance parallely by envoking tag_instance function using pyhton multiprocessing library.

About

Python code for a Lamda function which can tag a Spot Fleet instance when envoked with a EC2 instance state chage CloudWatch event with state "pending".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages