FAQ
What performance controls are available for modernized mainframe workloads?
You can adjust the following to fine-tune the performance of your modernized mainframe workload in the AWS Cloud:
-
Adjust the compute resource reservations and limits for the Amazon Elastic Container Service (Amazon ECS) tasks through the task definitions. This controls the memory and CPU resources available to the container.
-
Adjust the Java command line options, such as the maximum heap size and database tuning parameters.
-
Adjust the size of the ephemeral storage available to the container if you need more than the default, which is 20 GiB.
-
Use indexes to optimize queries for Amazon Aurora PostgreSQL-Compatible Edition.
What are the limitations of the architecture?
The following are the limitations of this architecture:
-
Resource limits apply to Amazon ECS tasks hosted on AWS Fargate. For more information, see Task resource limits in the Amazon ECS documentation.
-
The maximum amount of ephemeral storage that can be allocated is 200 GiB. For more information, see Fargate task storage in the Amazon ECS documentation.