Skip to content

Commit 363d570

Browse files
committed
Update wait_for_afi.md
1 parent 13a13c4 commit 363d570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hdk/docs/wait_for_afi.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ send an email with the results.
77
The return code of the script will be 0 if the AFI was successfully created.
88
The script should be in your path after sourcing `hdk_setup.sh`.
99

10-
The script uses theh AWS Simple Notification Service (SNS) to send email
10+
The script uses the AWS Simple Notification Service (SNS) to send email
1111
notifications so you must have permissions to create an SNS topic, add a
1212
subscription, and publish to the SNS topic.
1313
By default the topic name used is CREATE_AFI but the topic name can be
1414
changed using the `--sns-topic` option.
1515

16+
Note: Please note that the developer kit is currently based on Python2 and wait_for_afi script requires boto3 installation compatible with Python2. An older version of boto3 compatible with Python2 can be installed, for example, using
17+
sudo pip install boto3==1.16
18+
1619
Example usage:
1720

1821
`wait_for_afi.py --afi `*`AFI-ID`*` --notify --email `*`email-address`*

0 commit comments

Comments
 (0)