Can we do this sort of upgrade with an AMI of a 32 bit instance ? I have seen such discussions on sites including stackoverflow, but is it possible nowadays ?
As of now, I think we will have to do everything again (create a new large instance(64 bit) and install all the applications again) ? Is it not the case when there is a change in architecture ?
EDIT :
As an example, I want to upgrade my 32 bit t1.micro instance to large(which is 64 bit). My OS is Linux and I have LAMP and Tomcat/Java on it. What I mean is, I have an AMI of the micro instance so is it possible to create/launch a large instance using it ? or are there any other ways I can do it (so that I can avoid doing all the LAMP, Tomcat/Java set ups again) ?