0 votes
in Cloud Computing by
Explain how you can vertically scale an Amazon instance.

1 Answer

0 votes
by

This is one of the essential features of AWS and cloud virtualization. We spinup a newly developed large instance where we pause that instance and detach the root EBS volume from the server and discard. Later, we stop our live instance and detach its root volume connected. here, we note down the unique device ID and attach the same root volume to the new server, and we restart it again. This results in a vertically scaled Amazon instance.

Related questions

0 votes
asked May 26, 2020 in Amazon Elastic Compute Cloud EC2 by Indian
0 votes
asked Apr 4 in AWS by DavidAnderson
...