Amazon EC2 change instance type, possible issues with volumes? -


i need change instance type of aws ec2 instance , know it's quite simple : stop instance -> change instance type -> start -> associate elastic ip

my concern volumes of instance. have 2 volumes mounted , type change may affect it.

any tips safe instance change ?

if volumes ebs volumes can safely (note terminating instance can delete ebs volumes if have delete on termination flag set, stopping instance ok). volumes stay attached instance depending on operating system , configuration may need remount them

if ephemeral volumes stopping instance lose data stored on them.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -