Live data from Hacker News

Automating-AWS-with-Python

github.com

1–6 of 6 posts

Re: Automating-AWS-with-Python

#3

Is there anything more here than a couple of scripts that start and stop ec2 instances when you manually provide an instance id? Maybe I'm missing the point by viewing this repo on mobile.

Yeah, I don't understand the reason for this being submitted. OP care to comment?

Re: Automating-AWS-with-Python

#4

Is there anything more here than a couple of scripts that start and stop ec2 instances when you manually provide an instance id? Maybe I'm missing the point by viewing this repo on mobile.

Hey, its not the complete thing obviously. Its just to start and stop your aws ec2 instance. I needed this thing for my own purpose and it solved that. My reason for submitting this repo here is because I think there must some other people who just need the code to start and stop it instead of doing it manually. And lastly I don't think pasting your instance id is an issue. is it?

Re: Automating-AWS-with-Python

#5

Is there anything more here than a couple of scripts that start and stop ec2 instances when you manually provide an instance id? Maybe I'm missing the point by viewing this repo on mobile.

Hey, its not the complete thing obviously. Its just to start and stop your aws ec2 instance. I needed this thing for my own purpose and it solved that. My reason for submitting this repo here is because I think there must some other people who just need the code to start and stop it instead of doing it manually. And lastly I don't think pasting your instance id is an issue. is it?

There's command line tools from Amazon to do this.

Re: Automating-AWS-with-Python

#6

Earlier quoted context omitted.

Hey, its not the complete thing obviously. Its just to start and stop your aws ec2 instance. I needed this thing for my own purpose and it solved that. My reason for submitting this repo here is because I think there must some other people who just need the code to start and stop it instead of doing it manually. And lastly I don't think pasting your instance id is an issue. is it?

There's command line tools from Amazon to do this.

Oops. I didn't know that. Thanks.