Skip to content

Infrastructure

Infrastructure management provides a landing zone for your cloud resources and architecture configuration. This feature allows you to design infrastructure components, allocate resources, and configure networking settings.


Creating and Configuring Infrastructure

Step 1: Create a New Infrastructure

Begin the infrastructure setup process.

  1. Navigate to the Infrastructure menu in the sidebar. p1

  2. Select Dashboard and click Create an infrastructure. p2

  3. On the Create Infrastructure page, provide the following details:

    • Infrastructure Name: Enter a descriptive name for your infrastructure
    • Cloud Provider: Select your cloud platform (e.g., AWS, Azure, GCP)
    • Description: Add a brief description of the infrastructure purpose

    p3

  4. Click Next to proceed.

Your newly created infrastructure will now appear in the Dashboard.

Step 2: Generate Infrastructure Script

Configure your infrastructure using the AI-powered prompt system.

  1. Click on the Infrastructure Name you created in the dashboard. p4

  2. Answer the questions presented in the interactive prompt.

    • "I need VM instance"
    • "Create Flexiserver PostgreSQL"

    p5

  3. Provide responses to each question releated to Resource, Network, and Security etc. p6

  4. Based on your responses, the system generates a Terraform script tailored to your selected cloud provider. p7

Step 3: Download and Deploy

  1. Review the generated Terraform script in the editor. p8

  2. Copy the script to your clipboard or Download it as a file. p9

  3. Deploy the infrastructure to your cloud environment:

    • Configure your cloud provider credentials (Service Principal for Azure, IAM roles for AWS, etc.)
    • Run the Terraform script in your deployment environment
    • Follow your cloud provider's best practices for infrastructure deployment

Note

Ensure you have the appropriate permissions and service principals configured before deploying infrastructure to your cloud environment.