Skip to content

Commit 9d2f479

Browse files
authored
[DOC] adding note for ami_image_name generic name (#574)
* adding note for ami_image_name generic name * run CI
1 parent 106e89c commit 9d2f479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/workers.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,11 @@ Create an event config.yml (see :ref:`deploy-ramp-event`) and update the
551551
console, 'Instances' tab on the left, under 'availability zone'.
552552
* ``ami_image_name``: name you gave to the image you prepared (see
553553
:ref:`prepare_instance`). This can be found in the EC2 console, under
554-
'Images' -> 'AMI' tab.
554+
'Images' -> 'AMI' tab. Note: you don't have to put the entire image name
555+
and if you indicate the generic name you chose, it will automatically take
556+
the latest version of the image created running the pipeline (e.g.
557+
'challenge-iris' will point to 'challenge-iris 2022-04-19T17-19-18.405Z'
558+
if it's the latest one)
555559
* ``ami_user_name``: user name you used to ssh into your instance.
556560
Commonly 'ec2-user' or 'ubuntu'.
557561
* ``instance_type``: found in the EC2 console, 'Instances' tab, 'Description'

0 commit comments

Comments
 (0)