Difference between revisions of "Setting Up Private Cloud on Amazon EC2"
Line 70: | Line 70: | ||
openQRM now fully automatically deploys the new instance now. | openQRM now fully automatically deploys the new instance now. | ||
− | + | [[File:Maconfig26.png|none|thumb|390x390px|Automatic Deployment]] | |
To check you can take a look at the Amazon EC2 console | To check you can take a look at the Amazon EC2 console | ||
− | + | [[File:Maconfig27.png|none|thumb|390x390px|Viewing the Amazon EC2 console]] | |
The openQRM Enterprise Cloud has sent a mail to the cloud user. You can read it by running in a terminal console | The openQRM Enterprise Cloud has sent a mail to the cloud user. You can read it by running in a terminal console | ||
cat /var/spool/mail/nobody | cat /var/spool/mail/nobody | ||
− | . | + | [[File:Maconfig29.png|none|thumb|390x390px|Check mail in terminal console]] |
− | |||
− | |||
You can now SSH login to the new created instance with the credentials sent by mail. | You can now SSH login to the new created instance with the credentials sent by mail. | ||
− | + | [[File:Maconfig30.png|none|thumb|390x390px|Use SSH login]] | |
Here the active instance in the openQRM Enterprise Cloud Portal. | Here the active instance in the openQRM Enterprise Cloud Portal. | ||
+ | [[File:Maconfig28.png|none|thumb|390x390px|Active Instance]] | ||
− | = Congratulations! = | + | === Congratulations! === |
You now have your own private Cloud on Amazon EC2 | You now have your own private Cloud on Amazon EC2 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 10:22, 10 November 2020
This How-To is about how to easily run your own private IaaS Cloud on Amazon EC2
First login to your Amazon Account
Then point your browser to openQRM Enterprise Amazon Edition on the Amazon Marketplace and click on 'Continue'
Configure the region in which you want to start your openQRM Enterprise Cloud. Then click on "Launch-with-1-Click".
Your openQRM Enterprise Amazon Edition instance is now starting.
Follow the Usage-Instructions.
Please use an SSH-Client to login into the openQRM instance with the keypair your have specified on launch.
Now point your browser to the public IP address of the openQRM instance and login with the "Initial Administrator" credentials shown in the step above.
Welcome to your ready-to-use openQRM Enterprise Amazon Edition!
Configuring your private Cloud on Amazon EC2
This section explains the minimal configuration requirements for the openQRM Enterprise Amazon Edition
Login to your openQRM Enterprise Server
In the plugin menu click on 'Cloud -> Amazon Cloud -> Actions" and add a new account
Add an account name and your Amazon access key and secret access key. You get both keys from the account section in Amazon EC2.
Copy the new created account ID.
Now edit /usr/share/opernqrm/plugins/amazon/etc/openqrm-plugin-amazon.conf
Edit the parameter OPENQRM_PLUGIN_AMAZON_CLOUD_DEFAULT_ACCOUNT and insert the account ID from created account.
Also configure OPENQRM_PLUGIN_AMAZON_CLOUD_DEFAULT_KEYPAIR parameter with your personal key-pair from your Amazon EC2 account.
Follow this URL in your browser: https://wiki.debian.org/Cloud/AmazonEC2Image/Jessie and find an AMI for the region you want to deploy it in.
Here we use the official Debian Jessie AMI in the "eu-central1" region. Please notice that the "eu-central1" region is the configured as default in your openQRM Enterprise Amazon Edition!
Go to "Cloud -> Amazon Cloud -> Actions -> AMIs"
Set the filter to 'd' and search for the AMI name of the official Debian Jessie AMI.
Add the Debian Jessie AMI to openQRM.
Go to "Cloud -> Configuration -> Images".
Edit the added AMI image.
Set the Cloud-User to "Everybody" and submit.
Now got to "Cloud -> Configuration -> Products".
Add a new "size" Cloud product. Here we use "t2.micro".
Now you can login to the openQRM Enterprise Cloud Portal by clicking on "Cloud -> Portal".
You can login to the openQRM Enterprise Cloud Portal with the the username "openqrm" and the same password as for the main openQRM Enterprise administration UI.
Here the openQRM Enterprise Cloud User Dashboard. Please click on "New Instance".
Set the disk size to 50GB.
Submit your request.
openQRM now fully automatically deploys the new instance now.
To check you can take a look at the Amazon EC2 console
The openQRM Enterprise Cloud has sent a mail to the cloud user. You can read it by running in a terminal console
cat /var/spool/mail/nobody
You can now SSH login to the new created instance with the credentials sent by mail.
Here the active instance in the openQRM Enterprise Cloud Portal.
Congratulations!
You now have your own private Cloud on Amazon EC2