Delv
env0
Getting Started Guide

How to Use env0

A practical guide to get you up and running with env0. Written by Delv Editorial, Delv Team.

Getting started with env0

In this guide, you’ll learn how to set up your env0 account and manage your cloud infrastructure using its features. By the end, you’ll be ready to start deploying and governing your infrastructure as code.

Step 1: Sign up and set up

  1. Go to env0.com.
  2. Click on the "Get Started for Free" button on the homepage.
  3. Fill in your details to create an account, or sign up using your GitHub or Google account.
  4. Once signed in, follow the prompts to set up your workspace and connect your cloud provider (AWS, Azure, GCP, etc.).

Step 2: Your first environment

  1. From the dashboard, click on “Create Environment”.
  2. Select your desired IaC framework (e.g., Terraform).
  3. Enter a name for your environment and link it to your version control repository.
  4. Configure any necessary variables, then click “Create”.
  5. Once the environment is created, click on the “Deploy” button to start provisioning your resources.

Step 3: Get better results

  1. Use the “Cloud Analyst” feature to analyse your deployments. Click on "Cloud Analyst" from the sidebar to view insights and recommendations.
  2. For improved deployment efficiency, set up “Policies” under the “Governance” tab to enforce compliance and best practices.
  3. Enable “AI PR Summaries” in your settings to get automated summaries of pull requests related to your infrastructure changes.

Pro tip

Take advantage of the “Templates” feature. You can create reusable templates for common environment setups, which saves time when deploying similar infrastructures.

Common mistake to avoid

Avoid neglecting to configure your variables correctly. Misconfigured environment variables can lead to failed deployments or unexpected behaviour in your infrastructure. Always double-check them before deploying.