Cosmocloud Build Documentation
DocumentationTutorials
  • Welcome to Cosmocloud
  • Getting Started
    • 1. Organisations
    • 2. Projects
    • 3. Connect your Database
    • 4. Create Database Models
    • 5. Create APIs
    • 6. Testing Free Tier APIs
  • Free Tier
    • Connecting with MongoDB Data APIs
  • Templates
    • CRUD APIs
    • Entity Search APIs
    • Fetch / Upload Media APIs
  • Examples - How To?
    • Making an external API call
    • Reusable Flows - SubFlows
    • Creating Custom Error Responses
    • Flow Builder - Building Conditional Logics
    • Flow Builder - Utilising Loops
    • Creating Dynamic Queries
    • Accessing Auth Tokens in APIs
    • How to upload/download media in Object Storage
  • Resources
    • APIs
      • Checking Logs
    • SubFlows
    • Models
      • Building Models
    • Environments
      • Environment Tier Types
    • Secrets
      • Custom Secrets
    • Databases
    • Releases
    • Vector Search
      • Create a Vector Search Index
      • Edit a Vector Search Index
      • Delete a Vector Search Index
    • Document Search
      • Full Text Search
        • Concepts
          • Indexing in full-text search
          • Data processing using Analyzers
        • Create a Search Index
        • Creating a Custom Analyzer
        • Full Text Search FAQ
      • Vector Search
    • Object Storage
  • Flow Builder
    • Node Types
      • Trigger Nodes
        • HTTP Response
      • Conditional Nodes
        • If Else
        • If Else V2
        • Switch Case
      • Crypto Nodes
        • PBKDF2 Hmac Hash
      • Debug Node
      • Database Nodes
        • Delete One
        • Delete Many
        • Fetch By ID
        • Find One
        • Find Many
        • Insert One
        • Insert Many
        • List Records
        • Run Aggregation Pipeline
        • Update One
        • Update by ID
        • Update Many
      • External Nodes
        • Fire Events (SQS)
        • API Call
        • Delete storage objects
        • Execute SubFlow
        • Get Presigned URL
        • Post Presigned URL
        • Send EMAIL (SES)
        • Send SMS (SNS)
      • Loop Nodes
        • For loop
        • While loop
      • Variable Nodes
        • Arrays
          • Append array
          • Contains
          • Check array empty
          • Extend array
          • Get Array Item
          • Length of array
          • Reverse array
          • Sort array
        • Date and Time
          • Set current datetime
        • Strings
          • Append String
          • Concat Strings
          • Convert to String
          • Length of String
          • Slice String
          • Split String
          • String Operations
          • To Lower
          • To Upper
          • Trim String
        • Mathematical
          • Add Variable
          • Complex Math Expr
          • Decrement Variable
          • Divide Variable
          • Increment Variable
          • Multiply Variable
          • Subtract Variable
        • JSON
          • Build JSON Object
          • Merge JSON Objects
          • Object to String
          • Update JSON Object
        • Special
          • Build Map
          • Set Variable
          • Exists Check
    • Node name
    • CQL - Cosmocloud Query Language
      • Building Expressions
        • $abs
        • $add
        • $addDate
        • $arrayElemAt
        • $avg
        • $buildDateTime
        • $buildMap
        • $ceil
        • $cond
        • $divide
        • $floor
        • $getDay
        • $getHour
        • $getMinute
        • $getMonth
        • $getSecond
        • $getYear
        • $ifNull
        • $max
        • $min
        • $mod
        • $multiply
        • $pow
        • $subtract
        • $sqrt
      • Building Conditions
        • Compound Operators
          • $and
          • $or
        • Conditional Operators
          • $eq
          • $gt
          • $gte
          • $lt
          • $lte
          • $neq
      • Magical Autocomplete
  • Advanced Guide
    • Configuring Authentication
      • SSO Providers
        • AWS Cognito
      • Authentication Concepts
    • MongoDB Query Language
      • Limitations
    • Performance Considerations
      • Instant Deployments
  • User Management
  • Billing and Payments
    • Billing Portal
  • Help & Support
  • References
    • Change log
    • Available Cloud & Regions
Powered by GitBook
On this page
  • Vertical Scaling
  • Horizontal Scaling
  1. Resources
  2. Environments

Environment Tier Types

PreviousEnvironmentsNextSecrets

Last updated 1 year ago

An Environment's Tier tells Cosmocloud the expected scale and resources needed for that environment. A combination of Vertical Scaling or Horizontal scaling can be used to get your required tier.

Autoscaling is currently a per-request feature, please reach out to if you need it.

Vertical Scaling

You can vertically scale your applications from switching from one Tier type to another where you have more CPU and RAM resources available -

Tier Type
Resources
Description

Shared

Shared CPU & RAM

Meant for trials, POCs and testing environments.

Low

Dedicated vCPU and RAM

Meant for low traffic web apps with small scale or staging environments.

Power

2x resources than Low

Meant for medium to high traffic applications for production ready envrionments.

Boost

4x resources than Low

Meant for High CPU and RAM utilisation for heavy resources and heavy load.

Horizontal Scaling

You can increase the number of instances per tier type when you need to horizontally scale your application environment. The configurations available are -

For actual pricing based on Cloud Provider and Region, please .

Tier Type
Tier
Instances Scale
Max # of API calls (per day)
High Availability

Shared

(S0) Shared-0

Shared, 1x

1000

Shared

(S1) Shared-1

Shared, 3x

3000

Shared

(S2) Shared-2

Shared, 5x

5000

Low

(L0) Low-0

1x

No cap

Low

(L1) Low-1

3x

No cap

Low

(L2) Low-2

5x

No cap

Low

(L3) Low-3

7x

No cap

Power

(P0) Power-0

1x

No cap

Power

(P1) Power-1

3x

No cap

Power

(P2) Power-2

5x

No cap

Power

(P3) Power-3

7x

No cap

Boost

(B0) Boost-0

1x

No cap

Boost

(B1) Boost-1

3x

No cap

Boost

(B2) Boost-2

5x

No cap

Boost

(B3) Boost-3

7x

No cap

Cosmocloud Support
check this page