AWS EC2 Instance Creation Error: Invalid Instance Type 't2.mirco'
This error is occurring because the value 't2.mirco' is not a valid instance type. It seems that there is a typo in your configuration file.
To fix this issue, you should correct the instance type value to 't2.micro' (note the correct spelling of 'micro'). Update the line in your configuration file to:
instance_type = 't2.micro'
Save the file and try creating the EC2 instance again.
原文地址: https://www.cveoy.top/t/topic/paDC 著作权归作者所有。请勿转载和采集!