Neeraj Amoli
Neeraj Amoli

Reputation: 1026

How can i create new AMI of window platform with 50 GB storage?

i want to launch AMI VM of 50GB storage. it was before 30GB ,i need to change it. how to do this ? depending upon cpu and RAM size i set instance type like t2.medium, t2.large...

Upvotes: 0

Views: 150

Answers (1)

Mahdi
Mahdi

Reputation: 3349

You cannot modify an existing AMI. If you have a running instance, modify its disk size, and create an AMI out of it. To edit the size of the disk of a running instance, locate its volume, right click on it and click Modify. Then change the Size and press Modify. Read more here. Note that after modifying the disk size on AWS Console, you need to RDP to your instance and extend the disk in disk management (refer to the step 7 in the linked page).

Upvotes: 2

Related Questions