Skip to content

Commit 576a6c7

Browse files
authored
Merge pull request #90598 from amrin101/patch-4
/lgtm, merging Revised steps for installing and creating an AWS worker
2 parents 6f81171 + 716459e commit 576a6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-creating-aws-worker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ template requires:
8383
},
8484
{
8585
"ParameterKey": "CertificateAuthorities", <11>
86-
"ParameterValue": "" <12>
86+
"ParameterValue": "data:text/plain;charset=utf-8;base64,ABC...xYz==" <12>
8787
},
8888
{
8989
"ParameterKey": "WorkerInstanceProfileName", <13>
90-
"ParameterValue": "" <14>
90+
"ParameterValue": "<roles_stack>-WorkerInstanceProfile-<random_string>" <14>
9191
},
9292
{
9393
"ParameterKey": "WorkerInstanceType", <15>

0 commit comments

Comments
 (0)