ok i have an application that creates PDF from a flat file that is provided by the client... the flat file has about 1 million records
i have an ec2 micro which just has my user interface.At a time the client's flat file is uploaded by the client it now requires more computing power is it possible to add a c4.x4large instance to my current running instance by the method of auto scaling
the c4.x4large instance should start and stop automatically ..i only require it when compute is needed else it has to be stopped
iv have managed to do this using 2 instances mentioned above a bucket and a lambda function
but i want to know is this possible with auto scaling ? if so how