简体   繁体   中英

My aws ec2 micro instance is running out of memory, how can I scale it up?

I have an aws ec2 micro instance that is used for a fairly memory intensive ruby script. (~2GB RAM required).

Obviously, I'm finding the free-tier ec2 instance inadequate for running this script.

I'd like to scale the memory up on this instance without having to start over completely.

How can I add memory to the instance?

Thanks

Found it. You can't scale up memory alone, you have to completely change instance types. The whole process takes about 5 minutes.

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM