All Products
Search
Document Center

Cloud Architect Design Tools:Configure resource parameters

Last Updated:Mar 22, 2024

This topic describes how to configure resource parameters for an application in the Cloud Architect Design Tools (CADT) console.

Usage notes

  • To configure resource parameters on the canvas, make sure that the Edit mode is turned on.image..png

  • To configure parameters for a service or connection line, double-click the service or connection line. In the panel that appears, configure the resource parameters.image..png

  • You must configure parameters for services in sequence from the outside to the inside of the application architecture. This is because the parameters of inner services depend on the parameters of outer services. After the parameters of all services are configured, if you modify the parameters of an outer service, you must double-click inner services to verify their parameter settings in the parameter configuration panel.

  • Some connection lines between resources are purely indicative, whereas others indicate association relationships or carry communication parameters, which must be configured.image..png

Procedure

  1. Log on to the CADT console.

  2. In the navigation bar, choose Applications > My Applications. On the page that appears, find the application for which you want to configure parameters, move the pointer over the application, and then click View Architecture. In this example, a custom application architecture is used. For more information about how to create a custom application, see Create an application architecture.

    Note

    If you have opened the application architecture on the canvas, skip this step.

    image..png

  3. Turn on the Edit mode so that you can edit the application architecture.image..png

  4. Configure resource parameters based on the order of the application architecture from the outside to the inside.

    1. Double-click the region box and select the region in which you want to deploy resources.

      Note

      If the application is deployed in a single region and a single zone, the region, virtual private cloud (VPC), and vSwitch are configured by default. You can modify the configurations or use the default configurations.

      imageYou can also configure the border style based on your personal preference.image

  5. Configure the parameters for the VPC, the vSwitch, the Elastic Compute Service (ECS) instance, the security group, the ApsaraDB RDS instance, and the elastic IP address (EIP) in sequence.image..png

  6. If you change the region or zone after the parameters of all services are configured, you must double-click each service to verify its parameter settings.

    1. For example, you can change the zone in which the vSwitch resides from to ap southeast 1b. image..png

    2. A message appears, indicating that CADT will check the number of available resources again. Click Modify.image..png

    3. After the zone is changed, double-click the ECS instance and the ApsaraDB RDS instance to verify their parameter settings.image..pngimage..png

  7. After the parameters of all services are configured, configure parameters for the connection lines between resources.

    Note

    Some connection lines between resources are purely indicative and no parameters need to be configured. Other connection lines, such as the connection lines between the ECS instance and the ApsaraDB RDS instance and between the Classic Load Balancer (CLB) instance and the ECS instance, indicate association relationships or carry communication parameters, which must be configured.

    1. The connection line between the EIP and the ECS instance indicates that CADT automatically associates the EIP with the ECS instance after the resources are created. You do not need to configure parameters for this connection line.image..png

    2. Double-click the connection line between the ECS instance and the ApsaraDB RDS instance. In the panel that appears, configure the database account and password.

      Note

      This step is optional. You can create a database account after the ApsaraDB RDS instance is created.

      image..png

  8. After the parameters of all resources are configured, click Save in the upper-right corner to save the configurations.

    Note

    Any time you modify the application architecture or parameters, remember to save the configurations.

    image

  9. The parameters are configured and saved for all resources in the application.image..png

What to do next

Deploy an application