|
584 | 584 | "customLaunchTemplate":{"shape":"CustomLaunchTemplate"},
|
585 | 585 | "iamInstanceProfileArn":{
|
586 | 586 | "shape":"InstanceProfileArn",
|
587 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have <code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached to provision instances correctly.</p>" |
| 587 | + "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code> permission. The resource identifier of the ARN must start with <code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code> </p> </li> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code> </p> </li> </ul>" |
588 | 588 | },
|
589 | 589 | "scalingConfiguration":{"shape":"ScalingConfiguration"},
|
590 | 590 | "instanceConfigs":{
|
|
809 | 809 | "customLaunchTemplate":{"shape":"CustomLaunchTemplate"},
|
810 | 810 | "iamInstanceProfileArn":{
|
811 | 811 | "shape":"InstanceProfileArn",
|
812 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have <code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached in order to provision instances correctly. The resource identifier of the ARN must start with <code>AWSPCS</code>. For example, <code>arn:aws:iam:123456789012:instance-profile/AWSPCSMyComputeNodeInstanceProfile</code>. </p>" |
| 812 | + "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code> permission. The resource identifier of the ARN must start with <code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code> </p> </li> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code> </p> </li> </ul>" |
813 | 813 | },
|
814 | 814 | "scalingConfiguration":{
|
815 | 815 | "shape":"ScalingConfigurationRequest",
|
|
1643 | 1643 | "members":{
|
1644 | 1644 | "parameterName":{
|
1645 | 1645 | "shape":"String",
|
1646 |
| - "documentation":"<p>Amazon Web Services PCS supports configuration of the following Slurm parameters: <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1\"> <code>Prolog</code> </a>, <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1\"> <code>Epilog</code> </a>, and <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters\"> <code>SelectTypeParameters</code> </a>.</p>" |
| 1646 | + "documentation":"<p>Amazon Web Services PCS supports configuration of the following Slurm parameters:</p> <ul> <li> <p>For <b>clusters</b> </p> <ul> <li> <p> <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1\"> <code>Prolog</code> </a> </p> </li> <li> <p> <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1\"> <code>Epilog</code> </a> </p> </li> <li> <p> <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters\"> <code>SelectTypeParameters</code> </a> </p> </li> </ul> </li> <li> <p>For <b>compute node groups</b> </p> <ul> <li> <p> <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Weight\"> <code>Weight</code> </a> </p> </li> <li> <p> <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Weight\"> <code>RealMemory</code> </a> </p> </li> </ul> </li> </ul>" |
1647 | 1647 | },
|
1648 | 1648 | "parameterValue":{
|
1649 | 1649 | "shape":"String",
|
|
1791 | 1791 | },
|
1792 | 1792 | "iamInstanceProfileArn":{
|
1793 | 1793 | "shape":"InstanceProfileArn",
|
1794 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have <code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached to provision instances correctly.</p>" |
| 1794 | + "documentation":"<p>The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code> permission. The resource identifier of the ARN must start with <code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code> </p> </li> <li> <p> <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code> </p> </li> </ul>" |
1795 | 1795 | },
|
1796 | 1796 | "slurmConfiguration":{
|
1797 | 1797 | "shape":"UpdateComputeNodeGroupSlurmConfigurationRequest",
|
|
0 commit comments