Amazon Web Service
Device Farm
Device farm is a service in which your app can be tested on different platforms like Android, iOS etc. on real phones which are hosted by AWS.
There are two ways to use device farm
Testing frameworks are available for automatic testing of apps.
In real time you can run, load and interact with the app using remote access of device.
Terminologies :
Following term are given by Device Farm to define the way in which Information is organized ;
Project
Run container defined by a logical workspace. When app is tested, one run is given against single app test at one or more devices. You can organise workspace the way you want. Example - There can be a project for every title in the app or per platform there can be one project. You can create the project as per your need.
Run
You can run a specific set of tests at specific devices for a specific number of times. A report is produced which contains the results of the run.
Report
Information about run is stored at the report which requests Device Farm to test app on one or more devices.
Job
Test one app for one device is requested to Device Farm. One or multiple suits are contained by Job.
Meter
It is used for billing purpose on basis of service used. You may encounter metered and unmetered devices.
Suite
The organization of test in test package with a hierarchy. It contains one or more tests.
Test
One test in a test package.
Session
A session of interaction with a single device in the console.
Next
Must Read Article

How To Launch EC2 Machine
In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine
Before you start installing WordPress on ec2 machine. You must log in into the machine.
How to create a VM instance in Azure
In this Tutorial we are going to launch a Virtual Machine in azure.
How to install WordPress on VM instance in Azure
Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud
In this tutorial we are going to launch a Compute Egine instance.

How to install WordPress on VM instance in Google Cloud
Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.