หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Creating an Instance

Updated on 2024-11-27 GMT+08:00

Overview

Before using ROMA Connect, you need to create a ROMA Connect instance. A ROMA Connect instance is an independent resource space. Resources of different instances are isolated from each other. You can use one or more ROMA Connect instances as required.

NOTE:

If you delete an instance, all resource data created in the instance will be deleted. Exercise caution when performing this operation. Before deleting an instance, back up data by exporting asset data of an instance.

Prerequisites

  • A VPC is available, and the subnet and security group have been configured. (For details on how to create a VPC, subnet, and security group, see Preparing Required Resources.)
  • The available quota of ROMA Connect instances is not 0. (If the available quota is 0, delete unnecessary instances or apply for increasing the instance quota.)

Procedure

  1. Go to the Buy Instance page.
  2. On the Buy ROMA Connect Instance page, enter configuration information about the instance. The system automatically calculates the fee based on Edition and Required Duration. Then, click Next.
    Table 1 ROMA Connect instance parameters

    Parameter

    Configuration

    Billing Mode

    Billing mode of an instance. Select Yearly/Monthly.

    Region

    Select the region where the instance resides. Instances in different regions cannot communicate with each other. Select the nearest region to reduce network latency.

    AZ

    Select the availability zone (AZ) where the instance resides. Different AZs are physically isolated but can communicate with each other through a private network.

    • To enhance ROMA Connect availability, create instances in different AZs.
    • To shorten network latency, create instances in the same AZ.

    CPU Architecture

    Select x86 or Kunpeng based on the CPU architecture supported by the current environment.

    Edition

    Select the capacity specifications of the instance. The edition cannot be changed after the instance is created.

    • Basic: 25 connections, integrating 5 to 10 systems
    • Professional: 80 connections, integrating 10 to 20 systems
    • Enterprise: 200 connections, integrating 20 to 30 systems
    • Platinum: 800 connections, integrating over 30 systems
    NOTE:

    The number of connections and the number of systems are only used as a reference for selecting ROMA Connect instance edition. They do not limit the number of resources (such as integration tasks, APIs, and message topics) in an instance and are not directly associated with the resource quota of the instance.

    • The number of systems refers to the number of users' service systems interconnecting with the ROMA Connect instance. Multiple connections can be set up between a service system and a ROMA Connect instance.
    • A connection refers to an interaction between a service system and ROMA Connect. The number of connections varies depending on the functional module in ROMA Connect to connect. The mappings between the number of resources and the number of connections are as follows:
      • FDI: Two data integration tasks in the running state occupy one connection.
      • APIC: 10 hosting APIs (not published by custom backends) occupy one connection. Five function APIs or data APIs occupy one connection.
      • MQS: Three topics occupy one connection.
      • LINK: 1000 devices occupy one connection.

    Example: An enterprise integrates its services using ROMA Connect.

    • If 50 data integration tasks need to be created for data synchronization but only a maximum of 20 data integration tasks can be running concurrently, the number of connections required by FDI is 10 (20/2).
    • If 200 hosting APIs and 20 data APIs need to be created for function and data exposure, the number of connections required by APIC is 24 (200/10 + 20/5).
    • If 30 topics need to be created for message integration across systems, the number of connections required by MQS is 10 (30/3).
    • If 5000 devices need to be created for IoT management of enterprise assets, the number of connections required by LINK is 5 (5000/1000).

    In this example, the total number of connections required is 10 (FDI) +24 (APIC) +10 (MQS) +5 (LINK) = 49. Therefore, an instance of the professional edition or higher specifications should be selected.

    Enterprise Project

    Select an enterprise project. You can associate an instance with the enterprise project.

    Instance Name

    Enter the instance name as planned.

    Description

    Enter a brief description of the instance.

    VPC

    Select the VPC and subnet associated with the instance. The VPC and subnet must have been created in Preparing Required Resources.

    Security Group

    Select the security group to be associated with the instance. The security group must have been created in Preparing Required Resources.

    Public Access

    Determine whether to enable the function of accessing ROMA Connect from a public network based on service requirements.

    EIP

    This parameter is available only if Public Access is enabled.

    Select the elastic public network IP associated with the instance. This elastic public network IP must be applied for in advance, as described in Preparing Required Resources.

    Engine Version

    Select the Kafka server version used by the instance. Currently, 1.1.0 and 2.3.0 are supported.

    MQS Capacity Threshold Policy

    Select a processing policy that will be used when the number of messages in MQS reaches the capacity threshold (95% of the storage space).

    • Stop creation: New message creation requests will be rejected until a message is deleted according to the configured aging time. After the available storage space is greater than 5%, new message creation requests can be received. This policy applies when message retrieval processing is slow or inventory messages need to be repeatedly retrieved and cannot be deleted in advance.
    • Delete messages: The oldest messages (10% of the total number of messages) are automatically deleted to free up storage space for new requests. This policy has no adverse impact on message creation. It applies when message retrieval is fast and there are no accumulated messages.

    SASL_SSL

    Determine whether to enable SASL transmission and SSL encryption for message transmission. Enabling this parameter better secures data transmission.

    Enabling SASL_SSL cannot be undone.

    Intra-VPC Plaintext Access

    This parameter is available only if SASL_SSL is enabled.

    Specify whether plaintext access is used in the VPC.

    If intra-VPC plaintext access is enabled, SASL cannot be used to connect to MQS topics in the VPC. That is, no certificate is required for accessing topics.

    Required Duration

    Select a validity period for the instance. The minimum duration is 1 month.

    If you select Auto renew, monthly subscriptions are renewed each month and yearly subscriptions are renewed each year.

  3. On the Confirm page, select the item to confirm that you have read and agree to the customer agreement and privacy statement, and click Pay Now to create an instance.

    The instance creation takes about 18 to 25 minutes. After the instance is created, the instance status is Available on the Instances page.

    If the ROMA Connect instance fails to be created, delete the failed instance and create a new one. If the creation still fails, contact technical support.

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback