

終止支援通知： 將於 2026 AWS 年 5 月 20 日結束對 的支援 AWS SimSpace Weaver。2026 年 5 月 20 日之後，您將無法再存取 SimSpace Weaver 主控台或 SimSpace Weaver 資源。如需詳細資訊，請參閱[AWS SimSpace Weaver 終止支援](https://docs.aws.amazon.com/simspaceweaver/latest/userguide/simspaceweaver-end-of-support.html)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 網域
<a name="working-with_configuring-simulation_domains"></a>

您可以為網域的一組組態屬性提供名稱。網域中應用程式的啟動設定會決定網域的類型：
+ **`launch_apps_via_start_app_call`** – 自訂網域
+ **`launch_apps_by_partitioning_strategy`** – 空間網域
+ **`launch_apps_per_worker`** （不包含在範例應用程式中） – 服務網域

**重要**  
SimSpace Weaver 每個模擬最多支援 5 個網域。這包括所有空間、自訂和服務網域。

```
domains:
  MyViewDomain:
    launch_apps_via_start_app_call: {}
    app_config:
      package: "s3://weaver-myproject-111122223333-us-west-2/MyViewApp.zip"
      launch_command: ["MyViewApp"]
      required_resource_units:
        compute: 1
      endpoint_config:
        ingress_ports:
          - 7000
  MySpatialDomain:
    launch_apps_by_partitioning_strategy:
      partitioning_strategy: "MyGridPartitioning"
      grid_partition:
        x: 2
        y: 2
    app_config:
      package: "s3://weaver-myproject-111122223333-us-west-2/MySpatialApp.zip"
      launch_command: ["MySpatialApp"]
      required_resource_units:
        compute: 1
```

**注意**  
SimSpace Weaver 應用程式開發套件 1.12.x 版專案針對應用程式 .zip 檔案和結構描述使用不同的儲存貯體：  
Weaver-*lowercase-project-name*-*account-number*-app-zips-*region*
Weaver-*lowercase-project-name*-*account-number*-schemas-*region*

**Topics**
+ [應用程式組態](working-with_configuring-simulation_domains_app-config.md)
+ [設定空間網域](working-with_configuring-simulation_domains_spatial.md)
+ [網路端點](working-with_configuring-simulation_domains_endpoints.md)
+ [設定服務網域](working-with_configuring-simulation_domains_service-domains.md)