Skip to content

Commit 716459e

Browse files
committed
Update installation-creating-aws-worker.adoc
1 parent 5d5e00c commit 716459e

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)