Quick Start

CloudOps manages cloud resources by Application, giving you a single view of costs, alerts, and infrastructure topology. Follow these 5 steps to go from resource collection to a fully visualized infrastructure overview.

You can complete Steps 1–4 in a single wizard at [Settings > Onboarding Hub].

Step 1. Connect a Cloud Account

CloudOps must first register a cloud account to collect CSP resources.

1-1. Select CSP and Connect Account

Go to [Settings > Cloud Account], select your CSP, and connect the account. See the detailed setup guides below for each CSP.

Step 2. Verify Resource Collection

Once the account is connected, resource collection begins automatically. You can verify collected resources in [Resources > Resource Inventory].

Step 3. Create an Application

ℹ️
Looking at thousands of individual cloud resources makes it hard to see the big picture. Grouping them into Applications lets you view only the resources that belong to a specific app, track costs per application, and automatically generate infrastructure diagrams (Architecture View).

You can add applications on the [Org & App Tree] page.

See Org & App Tree > Creating an Application for instructions.

3-1. Application Structure Patterns

Applications can be freely structured to match your team’s operational needs. Below are common patterns.

Pattern 1 — By Environment

Separate resources by deployment environment.

  • cloudops (Root Application)
    • cloudops-dev
    • cloudops-stg
    • cloudops-prd
Pattern 2 — By Service

Separate resources by microservice or project.

  • my-platform
    • api-gateway
    • user-service
    • billing-service
    • monitoring
Pattern 3 — Environment + Service

Nest services under environments for finer-grained management.

  • my-platform
    • dev
      • api-gateway
      • user-service
    • stg
      • api-gateway
      • user-service
    • prd
      • api-gateway
      • user-service

Step 4. Set Up Mapping Rules

ℹ️
You’ve created an application, but no resources are connected to it yet. Mapping Rules automatically assign resources to applications based on tag conditions — no need to manually assign them one by one.

Create rules in [Resources > Mapping Rules]. See Mapping Rules for the full guide.

4-1. Auto-mapping with CSP Tags

When you design CSP (AWS, Azure, Google Cloud) resource tags thoughtfully, Mapping Rules automatically sort resources into the right Applications at every collection cycle. Once configured, even newly created resources flow into the correct app without manual intervention — and you can immediately view resource status and infrastructure topology (Architecture View) per Application.

Tag design principle — Align your tag keys with the same axis you use to organize Applications (environment, service, account, etc.) for accurate mapping.

App structureRecommended CSP tag keyMapping Rule condition example
By environment (dev/stg/prd)environmentTag/Label · environment · equals · prd
By serviceservice / applicationTag/Label · service · equals · payment
By accountaccountTag/Label · account · equals · prod-account

How to tag in each CSP: AWS Tags · Azure Tags · Google Cloud Labels

Example 1 — Basic Tag Mapping

This example tags CSP resources with application=cloudops and creates a Mapping Rule to auto-map them.

1) Add a tag to CSP resources

KeyValue
applicationcloudops

2) Create a Mapping Rule in CloudOps

Go to [Resources > Mapping Rules], click [Create Mapping Rule], and enter the following.

FieldValue
Rule Namecloudops-tag
ConditionTag/Label · application · in · cloudops
Target ApplicationCloudOps

Once this rule is enabled, all resources tagged with application=cloudops in your CSP will be automatically assigned to the CloudOps application at the next collection cycle.

Example 2 — Managing Resources by Account

If you want to view and manage resources separately by account in CloudOps, use CSP tags to organize Applications by account.

1) Add an account tag to CSP resources

KeyValue
accountprod-account

2) Create a Mapping Rule for each account

FieldValue
Rule Nameprod-account
ConditionTag/Label · account · equals · prod-account
Target Applicationcloudops / cloudops-prd

This maps resources matching the account tag condition to the corresponding Application. If you have multiple accounts, create an Application and Mapping Rule for each one.

ℹ️
Mapping Rules are evaluated automatically during resource collection. They may not take effect immediately after creation — matching runs at the next collection cycle.

4-2. (Optional) Map Resources with CloudOps Tags

If setting tags in the CSP console is not practical (permission constraints, legacy resources, etc.), you can use CloudOps’s own tagging system. Create a CloudOps Tag, assign it to resources directly in CloudOps, and use the CloudOps Tags condition in Mapping Rules to auto-map resources to applications.

Manage tags in [Resources > CloudOps Tags]. See CloudOps Tags for the full guide.

Example — Auto-mapping by CloudOps Tag

1) Create a CloudOps Tag

Create a tag in [Resources > CloudOps Tags].

FieldValue
NameApplication
Tag Keyapp
Value TypeString

2) Assign the CloudOps Tag to resources

In [Resources > Resource Inventory], select the resources to map and assign the value cloudops to the CloudOps Tag app.

3) Create a Mapping Rule

FieldValue
Rule Namecloudops-tag-mapping
ConditionCloudOps Tags · Application · equals · cloudops
Target Applicationcloudops

Once this rule is enabled, resources with CloudOps Tag app=cloudops will be automatically mapped to the cloudops application.

ℹ️
CSP Tags and CloudOps Tags can be used together. If your CSP already has a tagging system in place, use the CSP tag approach. Otherwise, use the CloudOps Tag approach.

Step 5. Verify the Results

Once Mapping Rules run, resources are automatically assigned to Applications. Let’s verify the connections.

5-1. Check Assigned Resources

In [Org & App Tree], select an Application and click [View Details]. The Assigned Resources tab shows the mapped resource list and mapping method (Rule / Manual).

ℹ️
If the list is empty, the next collection cycle may not have run yet, or the Mapping Rule conditions may not match. Review the rule conditions in Step 4.

5-2. View Infrastructure with Architecture View

Switch to the Architecture View tab to see your infrastructure topology generated automatically from mapped resources. No need to draw diagrams manually — VPCs, subnets, and resource relationships are visualized at a glance.

ℹ️
Architecture View requires mapped resources to render, so Step 4 Mapping Rule setup must be completed first.

With these steps complete, you can manage resource status, infrastructure topology, costs, and alerts — all organized by Application.

Next Steps

Basic setup is complete. Explore these features to manage your cloud resources in depth.

v1.1.0