В настоящее время у меня есть тип экземпляра m3.xlarge
, но я хочу изменить его на t1.micro
. Я остановил сервер и попытался изменить instace type
, щелкнув правой кнопкой мыши по имени экземпляра.
Но когда я нажимаю кнопку "Отправить", чтобы изменить имя сервера, я получаю сообщение об ошибке в консоли:
POST https://console.aws.amazon.com/ec2/modify-instance-attribute 400 (Bad Request)
Когда я создаю его в сети, тогда ответ, который я получил с сервера, был:
{"errors":[{"service":"AmazonEC2","action":"ModifyInstanceAttribute","endPoint":"https://ec2.us-east-1.amazonaws.com","statusCode":400,"message":"Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type.","errorCode":"InvalidParameterCombination","errorType":"Unknown","requestId":"28025a27-4c3c-452c-8f04-fc4adc8eb335","serviceResponse":{"Response":{"Errors":{"Error":{"Code":"InvalidParameterCombination","Message":"Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type."}},"RequestID":"28025a27-4c3c-452c-8f04-fc4adc8eb335"}}}],"error":"Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type."}
Как я могу решить эту проблему или как изменить экземпляр с xlarge
на micro