Deploy to Render for an easy one-click proof of concept. Or, choose AWS with Terraform to deploy at scale. Just need to kick the tires? [Try Fleet locally](https://fleetdm.com/try-fleet) on your device.
Render is a cloud hosting service that makes it easy to get up and running fast, without the typical configuration headaches of larger enterprise hosting providers.
>The Fleet Render Blueprint will provision a web service, a MySQL database, and a Redis in-memory data store. Each service requires Render's standard plan at a cost of **$7/month** each, totaling **$21/month**.
<imgsrc="https://render.com/images/deploy-to-render-button.svg"alt="Deploy to Render">
</a>
</div>
1. Click "Deploy to Render" to open the Fleet Blueprint on Render. You will be prompted to create or log in to your Render account with associated payment information.
> Terraform modules for Fleet features can be enabled and disabled by commenting or uncommenting sections of the code as needed. To learn more about the modules, check out our [AWS with Terraform advanced guide](https://fleetdm.com/docs/deploy/deploy-on-aws-with-terraform).
3. Log in to [your AWS account](https://aws.amazon.com/iam/) using your IAM identity.
4. Run a command like the following in Terminal:
```
% terraform init ~/Downloads/main.tf
```
> If the file was not downloaded to the downloads folder, ensure that you adjust the file path in the command.