get a list of running ec2 instances programmatically
Posted
by
user113981
on Server Fault
See other posts from Server Fault
or by user113981
Published on 2012-03-20T11:49:42Z
Indexed on
2012/10/24
23:03 UTC
Read the original article
Hit count: 210
amazon-ec2
|amazon-web-services
Hi i have started with aws and found out that we can get a list of running servers with the aws php sdk. Is there any other way to get the list of all ec2 instances? after getting the list i want to sync the data from one main instances to all the instances. Something like a button click can also do the operation. Are rsync, incron the only options, or it can be done by aws php sdk also. Please provide some tutorial links.
© Server Fault or respective owner