Amazon EC2 Adds Change Instance Type and Shutdown Behavior
Join the DZone community and get the full member experience.
Join For FreeThese are two pretty significant features when your working with
24/7, mission critical applications and database that run on EC2.
For EC2, you can now:
- Change Instance Type - This means that you can scale up or scale down as your needs change. The new instance type must be compatible with the AMI that you used to boot the instance, so you can’t change from 32 bit to 64 bit or vice versa.
- Shutdown Behavior - You can now control what happens when an EBS-backed instance shuts itself down. You can choose to stop the instance (so that it can be started again later) or to terminate the instance.
Gone are the days when you shut down an instance and its gone forever, thanks to EBS and the new and Amazon EC2.
Related articles
- Even More EC2 Goodies in the AWS Management Console (aws.typepad.com)
- Amazon Going PaaS? Introducing Elastic Beanstalk (web2.sys-con.com)
- AWS CloudFormation: Poaching The Ecosystem? (cloudave.com)
AWS
Published at DZone with permission of Kin Lane, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
The SPACE Framework for Developer Productivity
-
Hyperion Essbase Technical Functionality
-
How To Design Reliable IIoT Architecture
-
Boosting Application Performance With MicroStream and Redis Integration
Comments