Pho3nix
The Legend
Hi guys,
So have an application that can't go down running on EC2 with MSSQL. 2x EBS volumes, 1 with the data for MSSQL and another for the web app. So twice a day it does some batch jobs and works fine, the issue is it costs $200 a month (unless a manual run), and floats the rest of the day for regular traffic. Want to use an Auto-Scaling group to vertically scale because I am assuming horizontal won't work because of the EBS volume/MSSQL situation.
I've already created the AMI assuming it will stop and start the instance but I am worried about keeping the same IP (I'm thinking ENI) and checking that the app and DB are up before the batch job starts moving data. Thoughts?
Took this work over from a friend so not part of my day-to-day for the moment.
TL;DR : Trying to keep costs down by scaling when needed.
So have an application that can't go down running on EC2 with MSSQL. 2x EBS volumes, 1 with the data for MSSQL and another for the web app. So twice a day it does some batch jobs and works fine, the issue is it costs $200 a month (unless a manual run), and floats the rest of the day for regular traffic. Want to use an Auto-Scaling group to vertically scale because I am assuming horizontal won't work because of the EBS volume/MSSQL situation.
I've already created the AMI assuming it will stop and start the instance but I am worried about keeping the same IP (I'm thinking ENI) and checking that the app and DB are up before the batch job starts moving data. Thoughts?
Took this work over from a friend so not part of my day-to-day for the moment.
TL;DR : Trying to keep costs down by scaling when needed.