|
117 | 117 | "tooltiptext": "Copy the command to SSH into the head node. If the key pair you use to create the head node isn't the default, you must specify the path to the key pair. See <0>Connect to your Linux instance using an SSH Client</0> for more information."
|
118 | 118 | },
|
119 | 119 | "configurationLabel": "Cluster configuration",
|
120 |
| - "configurationLink": "VIEW", |
| 120 | + "configurationLink": "View YAML", |
121 | 121 | "statusLabel": "Cluster status",
|
122 | 122 | "computeFleetStatusLabel": "Compute fleet status",
|
123 | 123 | "creationTimeLabel": "Created time",
|
|
280 | 280 | "cancel": "Cancel",
|
281 | 281 | "create": "Create cluster",
|
282 | 282 | "edit": "Edit cluster",
|
283 |
| - "createFromWizard": "Use interface", |
284 |
| - "createFromTemplate": "Upload a template", |
285 |
| - "createFromCluster": "From another cluster", |
| 283 | + "createFromWizard": "Step by step", |
| 284 | + "createFromTemplate": "With a template", |
| 285 | + "createFromCluster": "With an existing cluster", |
286 | 286 | "start": "Start fleet",
|
287 | 287 | "stop": "Stop fleet",
|
288 | 288 | "delete": "Delete cluster",
|
289 | 289 | "shell": "Shell",
|
290 |
| - "filesystem": "File system", |
| 290 | + "filesystem": "View file system", |
291 | 291 | "dcv": "DCV",
|
292 | 292 | "logs": "View logs"
|
293 | 293 | },
|
|
339 | 339 | "preferencesModalDarkThemes": "Dark themes"
|
340 | 340 | },
|
341 | 341 | "fromClusterModal": {
|
342 |
| - "title": "Create cluster from another cluster", |
343 |
| - "description": "Use an existing cluster as starting point for the configuration of your new cluster. Only clusters whose version matches the version of AWS ParallelCluster can be selected.", |
| 342 | + "title": "Start with an existing cluster", |
| 343 | + "description": "Choose an existing cluster to populate the wizard before you start. Only clusters whose version matches the version of AWS ParallelCluster can be selected.", |
344 | 344 | "actions": {
|
345 | 345 | "cancel": "Cancel",
|
346 | 346 | "create": "Create"
|
|
575 | 575 | },
|
576 | 576 | "headNode": {
|
577 | 577 | "title": "Head node",
|
578 |
| - "description": "Configure the head node.", |
| 578 | + "description": "Configure the cluster head node.", |
579 | 579 | "instance": {
|
580 | 580 | "title": "Head node instance"
|
581 | 581 | },
|
582 | 582 | "help": {
|
583 |
| - "main": "<p>Configure the head node of your cluster.</p><p>Choose <strong>Refresh</strong> to view recently changed or added AWS resources.</p>", |
| 583 | + "main": "<p>Configure the head node of your cluster. The head node serves as the management node for cluster operations. You use the head node to access and manage the cluster and users. Cluster users access the head node to submit jobs.</p><p>Choose <strong>Refresh</strong> to view recently changed or added AWS resources.</p>", |
584 | 584 | "instanceSelectionLink": {
|
585 | 585 | "title": "Head node instance type selection",
|
586 | 586 | "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/best-practices-v3.html?icmpid=docs_parallelcluster_hp_headnode_v1#best-practices-head-node-instance-type"
|
|
648 | 648 | "header": "Networking",
|
649 | 649 | "subnetId": {
|
650 | 650 | "label": "Subnet ID",
|
651 |
| - "description": "Subnet ID for head node." |
| 651 | + "description": "Subnet ID for the head node." |
652 | 652 | }
|
653 | 653 | },
|
654 | 654 | "security": {
|
|
728 | 728 | },
|
729 | 729 | "storage": {
|
730 | 730 | "title": "Storage",
|
731 |
| - "description": "Configure shared storage for your cluster.", |
| 731 | + "description": "Add and configure shared storage for your cluster. Shared storage is shared between the head node and compute nodes.", |
732 | 732 | "container": {
|
733 | 733 | "title": "Storage settings",
|
| 734 | + "description": "Add up to <0>20 file systems</0> for shared storage.", |
734 | 735 | "noStorageSelected": "No shared storage options selected.",
|
735 | 736 | "storageTypes": "Storage types",
|
736 | 737 | "storageTypesPlaceholder": "Select file system types",
|
|
786 | 787 | },
|
787 | 788 | "lustreType": {
|
788 | 789 | "label": "FSx for Lustre",
|
789 |
| - "help": "Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. Choose the PERSISTENT_2 deployment type for longer-term storage and workloads and encryption of data in transit, choose PERSISTENT_1 only for backwards compatibility. See <0>DeploymentType</0>." |
| 790 | + "help": "<p>Choose <code>SCRATCH_1</code> and <code>SCRATCH_2</code> deployment types when you need temporary storage and shorter-term processing of data.</p><p>The <code>SCRATCH_2</code> deployment type provides in-transit encryption of data and higher burst throughput capacity than <code>SCRATCH_1</code>.</p><p>Choose the <code>PERSISTENT_2</code> deployment type for longer-term storage and workloads and encryption of data in transit.</p><p>Choose <code>PERSISTENT_1</code> only for backwards compatibility.</p>", |
| 791 | + "link": { |
| 792 | + "title": "DeploymentType settings", |
| 793 | + "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/SharedStorage-v3.html#yaml-SharedStorage-FsxLustreSettings-DeploymentType" |
| 794 | + } |
790 | 795 | },
|
791 | 796 | "import": {
|
792 | 797 | "label": "Import path",
|
|
799 | 804 | "help": "Set Export path to write files from your file system into an S3 bucket. See <0>ExportPath</0>."
|
800 | 805 | },
|
801 | 806 | "throughput": {
|
802 |
| - "label": "Per unit storage throughput", |
| 807 | + "label": "Per unit storage throughput (MB/s/TiB)", |
803 | 808 | "help": "Configure the amount of read and write throughput for each 1 tebibyte of storage, in MB/s/TiB.",
|
804 | 809 | "link": {
|
805 | 810 | "title": "PerUnitStorageThroughput",
|
|
963 | 968 | }
|
964 | 969 | },
|
965 | 970 | "toggle": {
|
966 |
| - "label": "Slurm memory based scheduling" |
| 971 | + "label": "Use Slurm memory based scheduling" |
967 | 972 | },
|
968 | 973 | "info": {
|
969 | 974 | "header": "You can use Slurm memory based scheduling only when you select one instance type",
|
|
973 | 978 | "allocationStrategy": {
|
974 | 979 | "title": "Allocation strategy",
|
975 | 980 | "lowestPrice": "Lowest price",
|
976 |
| - "capacityOptimized": "Capacity optimized" |
| 981 | + "capacityOptimized": "Capacity optimized", |
| 982 | + "helpPanel": { |
| 983 | + "title": "Allocation strategy", |
| 984 | + "description": "Choose the strategy for allocating instances to compute resources.", |
| 985 | + "link": { |
| 986 | + "title": "AllocationStrategy setting", |
| 987 | + "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/Scheduling-v3.html#yaml-Scheduling-SlurmQueues-AllocationStrategy" |
| 988 | + } |
| 989 | + } |
977 | 990 | },
|
978 | 991 | "schedulableMemory": {
|
979 | 992 | "name": "Schedulable memory (in MiB)",
|
|
1041 | 1054 | "placeholder": "Select a subnet"
|
1042 | 1055 | },
|
1043 | 1056 | "purchaseType": {
|
1044 |
| - "label": "Purchase type" |
| 1057 | + "label": "Purchase type", |
| 1058 | + "helpPanel": { |
| 1059 | + "title": "Purchase type", |
| 1060 | + "description": "Choose the instance purchasing type for compute resources.", |
| 1061 | + "link": { |
| 1062 | + "title": "CapacityType setting", |
| 1063 | + "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/Scheduling-v3.html#yaml-Scheduling-SlurmQueues-CapacityType" |
| 1064 | + } |
| 1065 | + } |
1045 | 1066 | },
|
1046 | 1067 | "securityGroups": {
|
1047 | 1068 | "label": "Additional security groups"
|
|
1051 | 1072 | "title": "Create",
|
1052 | 1073 | "description": "Review or edit your cluster configuration and create your cluster.",
|
1053 | 1074 | "configuration": {
|
1054 |
| - "title": "Cluster configuration", |
1055 |
| - "description": "Check/edit the yaml file that is used to create the cluster", |
| 1075 | + "title": "Cluster configuration YAML file", |
| 1076 | + "description": "Review or edit the YAML file that is used to create your cluster", |
1056 | 1077 | "pending": "{{action}} request pending...",
|
1057 | 1078 | "forceUpdate": "Force update: Edit the cluster while the compute fleet is still running."
|
1058 | 1079 | },
|
|
1138 | 1159 | "description": "The list of users that have permission to access the AWS ParallelCluster User Interface."
|
1139 | 1160 | },
|
1140 | 1161 | "actions": {
|
1141 |
| - "create": "Create", |
| 1162 | + "add": "Add user", |
1142 | 1163 | "refresh": "Refresh",
|
1143 |
| - "delete": "Delete", |
| 1164 | + "remove": "Remove", |
1144 | 1165 | "cancel": "Cancel"
|
1145 | 1166 | },
|
1146 | 1167 | "helpPanel": {
|
1147 | 1168 | "title": "Users",
|
1148 |
| - "description": "Maintain the list of cognito users with credentials that only permit access to the $t(global.projectName).<p>Enter a user email address and choose <strong>Create user</strong> to add a user.</p><p>Choose <strong>Delete</strong> to remove a user.</p><p>Choose <strong>Refresh</strong> to view changes to the list of users.</p>" |
| 1169 | + "description": "Maintain the list of cognito users with credentials that only permit access to the $t(global.projectName).<p>Enter a user email address and choose <strong>Add user</strong></p><p>Choose <strong>Remove</strong> to remove a user.</p><p>Choose <strong>Refresh</strong> to view changes to the list of users.</p>" |
1149 | 1170 | },
|
1150 | 1171 | "list": {
|
1151 | 1172 | "columns": {
|
|
1203 | 1224 | },
|
1204 | 1225 | "helpPanel": {
|
1205 | 1226 | "title": "Custom images",
|
1206 |
| - "description": "Choose <strong>Build image</strong> to create your custom image.<p>You can only <strong>Create images</strong> with the same AWS ParallelCluster version that was used to create the $t(global.projectName).</p><p>If you choose <strong>Build image</strong>, you proceed to create a custom image by uploading a configuration, by entering the ID of an existing image, or by manually entering the configuration.</p><p>You can only <strong>Create images</strong> with the same AWS ParallelCluster version that was used to create the $t(global.projectName).</p><p>After you have provided the configuration, you choose <strong>Build image</strong>.</p><p>Choose <strong>Refresh</strong> to view recently changed or added AWS resources.", |
| 1227 | + "description": "Choose <strong>Build image</strong> to create your custom image.<p>You can only build images with the same AWS ParallelCluster version that was used to create the $t(global.projectName).</p><p>If you choose <strong>Build image</strong>, you proceed to create a custom image by uploading a configuration, by entering the ID of an existing image, or by manually entering the configuration.</p><p>After you have provided the configuration, you choose <strong>Build image</strong>.</p><p>Choose <strong>Refresh</strong> to view recently changed or added AWS resources.", |
1207 | 1228 | "amiCustomizationlink": {
|
1208 | 1229 | "title": "AWS ParallelCluster AMI customization",
|
1209 | 1230 | "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/custom-ami-v3.html?icmpid=docs_parallelcluster_hp_custom_images_v1"
|
|
0 commit comments