

终止支持通知：2026 年 5 月 20 日， AWS 将终止对的支持。 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 应用程序 SDK 版本 1.12.x 项目对应用程序.zip 文件和架构使用单独的存储桶：  
weaver-{{lowercase-project-name}}--ap {{account-number}} p-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)