> For the complete documentation index, see [llms.txt](https://docs.orbs.network/v2-contract-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-gamma-in-the-cloud/amazon-web-services.md).

# Amazon Web Services

Setup Gamma Server on AWS

1. Log into your amazon management console
2. Select your desired region
3. select EC2 -> Instances -> Launch Instances
4. Navigate to "*AWS Marketplace*” and enter “*Orbs*” in the search text box
5. Select "*Orbs Network Developer Kit*” -> Continue -> Review and launch (or edit instance parameters)
6. To finalize the AMI initialization:&#x20;

   * Click Launch
   * Select your desired option for ssh key pair. No key pair is required. But you may choose to set one up.
   * Launch instance

   A new instance is now launching.&#x20;
7. To obtain your server host name or IP address, navigate to EC2 instances console&#x20;

You may now work with gamma server remotely. For more information on setting up a remote gamma environment on your local dev machine,  [click here](/v2-contract-sdk/gamma-in-depth/working-with-multiple-environments.md#gamma-config-json)

{% code title="orbs-gamma-config.json" %}

```
{
  "Environments": {
    "staging": {
      "VirtualChain": 42,
      "Endpoints": ["http://<ip>:8080"]
    }
  }
}
```

{% endcode %}

Prism block explorer will be available at `http://<ip>:3000/`

After setting up your Gamma remote environment, you can deploy your may [deploy first contract](/v2-contract-sdk/getting-started/deploying-your-first-contract.md)
