Questions tagged [ec2-api-tools]

Command-line scripting tools for interfacing with Amazon's EC2 computing platform.

The API tools serve as the client interface to the Amazon EC2 web service. Use these tools to register and launch instances, manipulate security groups, and more.

http://aws.amazon.com/developertools/351

111 questions
0
votes
1 answer

How can I get a list of my EC2 instances that have assigned Elastic IPs?

How can I get a list of my EC2 instances that have assigned static public Elastic IPs using C#?
Eskimo
  • 35
  • 1
  • 6
0
votes
1 answer

How can I get a specific tag from array returned from Net::Amazon::EC2 decribe_tags?

I'm using Net::Amazon::EC2 to get some information about my instances. I get all of the tags associated with an instance with: my $tags = $ec2->describe_tags("Filter.Name" => "resource-id", "Filter.Value" => $instance_id); According to the docs,…
chris
  • 36,094
  • 53
  • 157
  • 237
0
votes
2 answers

How to test connection to Amazon

My application is supposed to create new folder at Amazon S3 bucket and to put there some logs. The problem is : it just does not happen. S3 bucket exists (I created it before), but no new folder is seen there. How can I test the problem? Are there…
sunny
  • 1,887
  • 3
  • 29
  • 40
0
votes
1 answer

EC2 Instance Crashes and need to restart from terminal

I have an amazon ec2 instance that I usually ssh into using terminal. I was making some changes and my terminal froze. So, I closed terminal and tried to ssh again. But, I am getting no response. I think that the instance has crashed and I need to…
plivesey
  • 2,337
  • 1
  • 16
  • 18
-1
votes
1 answer

EC2 Instance is setting Access-Control-Allow-Origin: * for all responses

So I want a same-origin policy which only allows my API to be called from the same-origin in browser, I don't want CORs. After hours testing whether nginx or my node web app was setting Access-Control-Allow-Origin:* , it turns out that AWS EC2 is…
-1
votes
2 answers

Do any AWS API scripts exist in a repository somewhere?

I want to start 10 instances, get their instance id's and get their private IP addresses. I know this can be done using AWS CLI, I'm wondering if there are any such scripts already written so I don't have to reinvent the wheel. Thanks
Aman Chawla
  • 704
  • 2
  • 8
  • 25
1 2 3 4 5 6 7
8