We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I recently attempted to create NAT instances using the m5.large instance type and encountered the following error:
m5.large
Launching a new EC2 instance. Status Reason: The m5.large instance type does not support T2 Unlimited. Launching EC2 instance failed.
To resolve this, we should ensure that the creditSpecification is set to standard if we're using burstable instance classes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I recently attempted to create NAT instances using the
m5.large
instance type and encountered the following error:Launching a new EC2 instance. Status Reason: The m5.large instance type does not support T2 Unlimited. Launching EC2 instance failed.
To resolve this, we should ensure that the creditSpecification is set to standard if we're using burstable instance classes.
The text was updated successfully, but these errors were encountered: