As far as I understand AWS Elastic Beanstalk will allow you to set auto-scaling, which means that you can use a micro-instance overnight, say, and auto-scale up during the day. Can you still take advantage of reserved EC2 instance pricing if you do this?
|
|
Absolutely, Amazon EC2 reserved instance billing and usage is handled transparently, i.e. AWS simply applies your reserved instance pricing as long as you have reserved instances available matching your running ones by type, region and availability zone, see the following FAQs for details:
Beware of the restrictions regarding how instances from this virtual pool are matched though, e.g.:
The latter is easily overlooked when starting instances without explicitly specifying an availability zone, which will yield a random one in turn. |
|||||
|