📂 API Providers > Tutorials

# Overview

The tutorials section of the docs provides some simple guides regarding the setup and use of Airnodes.

The "Quick" series of tutorials are simple introductions to setting up an Airnode. The purpose is to demonstrate what is needed to deploy an Airnode. Configuration files are provided with only minor changes to be made on your part.

  • Quick Deploy AWS or Deploying Airnode to AWS: This guide is a straight forward starter to create an Airnode on AWS. This deployment type is a typical production environment.

  • Quick Deploy GCP or Deploying Airnode to GCP: This guide is a straight forward starter to create an Airnode on GCP. This deployment type is a typical production environment.

  • Quick Deploy Container or Deploying Airnode to a Docker Container: This guide is a straight forward starter to create an Airnode locally in a Docker container. This deployment type is a typical development environment although self hosted Docker containers can be used for production environments.

Monorepo Examples

There are additional examples of Airnode deployments in the examples package (opens new window) of the Airnode monorepo.

  • Run Airnode as a docker container locally while connected to Rinkeby network.
  • Run Airnode as a docker container locally, but connected to the hardhat (local) network.
  • Deploy Airnode on AWS and use the Rinkeby network.
  • Deploy Airnode on GCP and use the Rinkeby network.
Last Updated: 8/9/2022, 2:28:25 PM