Unanswered
Hi Everyone,
I Think It Would Be Nice If
By the way, you can monkey patch it pretty easily by adding your own main.py
to the autoscaler, with something like:
` import aws_autoscaler
class MyAwsAutoScaler(aws_autoscaler.AwsAutoScaler):
startup_bash_script = []
aws_autoscaler.AwsAutoScaler = MyAwsAutoScaler
if name == 'main':
aws_autoscaler.main() `And than simply run your own file 😉
168 Views
0
Answers
3 years ago
one year ago