Questions tagged with Spot Instances
A Spot Instance is an instance that uses spare EC2 capacity that is available for less than the On-Demand price.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
We have a usecase not to rebalance instances across AZ's. In ASG, I see capacity rebalance flag - can you confirm if that flag is only applicable for spot instances ?
does turning off capacity...
Hi,
For the past 15 days or so, I've been noticing abnormal behavior with the spot instances. Every day except weekends, between 4:00 PM and 12:00 PM approximately, machines are terminated en masse,...
I have a heavy scientific workload that requires more than 4000 vCPUs for around 12 hours. I will use AWS Batch to orchestrate the workload. To make it cost-efficient, I am looking to use EC2 Spot...
I'm working on something where I want to make sure I have an instance active all of the time using an auto scaling group with all spot instances. In theory it's configured with CapacityRebalance set...
We use Beanstalk to manage spot EC2 instances through an Auto Scaling Group.
Yesterday we had 10s of rebalance recommendations that caused problems as, although the documentation says the old...
I have been using the instance without issue for over a month.
Now I cannot start it:
```
aws ec2 start-instances --instance-ids $INSTANCE_ID
```
Now gives the error:
```
An error occurred...
Right, any particular valid reason as to why Django is telling me that I "*may need to add '13.53.67.74' to ALLOWED_HOSTS*" despite the fact that I have already done this?
![IP added to...
Hello all,
So I have one fleet with a queue set up with two locations (us-east-1 and eu-central-1).
I call StartMatchmaking and provide latencies for each region.
When I use ON_DEMAND instances, the...
We use java sdk run-instance request to launch spot instances:
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/run-instance.html
What will happen when no capacity situation take place...
Hi, I am using hundreds of spots for web scraping, from FEB-24, AWS started pricing for IPV4, so I started using IPV6 but was unable to reach some websites from IPV6 Only Subnet, is there any...
Hi community,
I intend to create separate NodeGroups for On-demand and Spot instances.
My On-demand nodegroup would include 3 types: r6i.24xLarge, r7i.24xLarge, r5.24xLarge
My Spot nodegroup would...
EMR had 1 primary, 1 core and 5 task nodes. All 3 group of nodes were on demand (including task group). I didn't use spot purchasing for task group to avoid unexpected termination. But still EMR...