About 3,020,000 results
Open links in new tab
  1. Auto Shutdown and Start Amazon EC2 Instance - Stack Overflow

    Mar 9, 2010 · 26 You can try using the Amazon EC2 API tools directly. There are really only two commands you need: ec2-start-instances and ec2-stop-instances.

  2. HTTPS Setup in Amazon EC2 Instance - Stack Overflow

    Mar 15, 2011 · How do I enable HTTPS in Amazon EC2 instance? Because our website is running on HTTP and doesn't provide secure connections. Would need some suggestions …

  3. How to create an EC2 instance using AWS APIs? - Stack Overflow

    Jan 15, 2018 · Today, I started working on AWS. I want to create an EC2 instance by using API only. I want to do more actions like copying instance, creating bucket, transforming file from …

  4. amazon ec2 - get ec2 pricing programmatically? - Stack Overflow

    This ruby gem wraps the JSON pricing data provided by Amazon and provides a simple interface, which takes care of mapping the region and instance type names to the ones used in the EC2 …

  5. How to get the instance Name from the instance in AWS?

    The article uses ec2-metadata to get the instance-id and and the hostname. I'm wondering if there is a way, using bash within the instance, to get the instance Name instead. ec2-metadata only …

  6. how to expose and hit API service endpoint on AWS EC2

    Feb 23, 2020 · I have a trivial service that's running on localhost:8080 on an ec2 instance and was wondering how I would go about hitting a /views endpoint for that service. I wasn't able to …

  7. amazon ec2 - AWS HTTP API Gateway 503 Service Unavailable

    Jun 23, 2021 · I have an HTTP API Gateway with a HTTP Integration backend server on EC2. The API has lots of queries during the day and looking at the logs i realized that the API is …

  8. EC2 API Error validating access credential - Stack Overflow

    I installed the ec2 api following the amazon guide. I setted up the access id and secret as environment variable. Here it is my profile: export AWS_ACCESS_KEY=XXXXX export …

  9. amazon ec2 - EC2 API Throttling Limits - Stack Overflow

    May 19, 2014 · We ensure that all calls to the Amazon EC2 API (whether they originate from an application, calls to the Amazon EC2 command line interface, or the Amazon EC2 console) …

  10. Query EC2 tags from within instance - Stack Overflow

    Oct 7, 2010 · Is the ec2-describe-tags command easily available? Supposedly it's in the ec2-api-tools package, but I got nothing but 404's when I tried to install it.