Skip to content

Conversation

hanwen-cluster
Copy link
Contributor

… error codes used for fast fail-over

According to https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html

UnfulfillableCapacity: At this time there isn't enough spare capacity to fulfill your request for Spot Instances. You can wait a few minutes to see whether capacity becomes available for your request. Alternatively, create a more flexible request. For example, include additional instance types, include additional Availability Zones, or use the capacity-optimized allocation strategy.

InsufficientCapacity: There is not enough capacity to fulfill your import instance request. You can wait for additional capacity to become available.

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

… error codes used for fast fail-over

According to https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html

UnfulfillableCapacity: At this time there isn't enough spare capacity to fulfill your request for Spot Instances. You can wait a few minutes to see whether capacity becomes available for your request. Alternatively, create a more flexible request. For example, include additional instance types, include additional Availability Zones, or use the capacity-optimized allocation strategy.

InsufficientCapacity: There is not enough capacity to fulfill your import instance request. You can wait for additional capacity to become available.
@hanwen-cluster hanwen-cluster merged commit 559cf78 into aws:develop Jun 30, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants