Deploying in the cloud
There are many cloud vendors that can be used for deploying trained models. In this section, we will see the steps to use Amazon Web Services (AWS) and Google Cloud Platform (GCP).
Amazon Web Services
AWS offers a number of products and solutions to support machine learning (ML). First, let's look at how to use AWS to launch a simple machine, following these steps:
- After logging into AWS, you will see the following screen:

- Select the
Launch a virtual machine
option. Next, you will see the following screen:

Getting started AWS screen
- Click on
Get started
to go to the next screen, as follows:

Entering your instance identity name
- Enter a name (probably your own name) to go to the next screen:

Selecting the operating system
- Select the operating system for deployment. Ubuntu is a good choice:

Selecting Ubuntu for deployment
- Select the type of instance, based on the hardware requirements:

- In order to log in to the machine, a key pair has to be created for security. Provide a name for...