Import Your AWS Server to Bitnami Cloud Hosting
Bitnami makes it easy to deploy and manage your favorite applications on the Amazon cloud. You can import your existing Bitnami server (including AWS Marketplace images) to Bitnami Cloud Hosting in 3 simple steps:
-
Sign up for a free Bitnami Cloud Hosting account
If you do not already have a Bitnami Cloud Hosting account, sign up for one. We offer a free developer plan and you can sign up in one click using your existing Google, Facebook, GitHub or Yahoo! account.
Sign Up -
Connect to your cloud server
Connect via SSH to the cloud instance you just launched on Amazon.
Connect -
Run 3 simple commands
Run the following 3 commands to import your instance:
64-bit instances
bashwget https://downloads.bitnami.com/files/download/bitnami-cloud-import-x64.run
chmod a+x ./bitnami-cloud-import-x64.run
sudo ./bitnami-cloud-import-x64.run
32-bit instances
bashwget https://downloads.bitnami.com/files/download/bitnami-cloud-import.run
chmod a+x ./bitnami-cloud-import.run
sudo ./bitnami-cloud-import.run
Your instance will now be imported into your Bitnami Cloud Hosting account! Go to the Bitnami Cloud Hosting Console to start managing your server.
Access BCH Console