- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
If you have EFA configured with this instance. According to the instance specs [1], r5dn.24xlarge supports EFA but r5dn.16xlarge doesn't, which may cause some issues when changing the instance type.
The "Server.InternalError" you're experiencing when trying to change your EC2 instance type from r5dn.24xlarge to r5dn.16xlarge indicates an issue on AWS's side rather than a problem with your configuration or request.
Here are some steps you can take to resolve this issue:
-
Wait and retry: Since this is an internal server error, the issue might be temporary. Wait a few minutes and try the operation again.
-
Stop the instance first: Make sure your instance is completely stopped before attempting to change the instance type. The instance must be in the 'stopped' state to modify its type.
-
Try a different approach: If you're using the AWS Management Console, try using the AWS CLI or SDK instead, or vice versa.
-
Check for compatibility: Ensure that the new instance type is compatible with your current configuration. Although both instance types are in the same family (r5dn), there might be specific compatibility issues.
-
Contact AWS Support: If the error persists after multiple attempts, reach out to AWS Support for assistance. They can investigate the specific internal error that's occurring.
Remember to back up any important data before making changes to your instance, especially if it contains data on instance store volumes. Also, if you're not using an Elastic IP address, be aware that your public IP address might change when you stop and start the instance.
Sources
Error codes for the Amazon EC2 API - Amazon Elastic Compute Cloud
Amazon EC2 instance type changes - Amazon Elastic Compute Cloud
Change EC2 instance type | AWS re:Post
