3

I have a website at AWS ec2 micro instance. Is it possible to configure the autoscaling with storage space go up when needed and also the cpus or not? Thank you for any help and suggestion.

1 Answer 1

5

Unfortunately, AWS doesn't have vertical auto-scaling functionality for EC2 so this cannot be achieved without shutting down the instance and relaunching it as another (bigger) instance type. Horizontal scaling is, however, quite easy to configure (launching another copy of your instance with same instance type).

As a workaround, you can create a snapshot of your instance and use it to relaunch this instance as a bigger type (using CloudWatch, as @Sri.U pointed out in the comments).

The only instances which allow vertical scaling are RDS (relational database service) instances.

1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.