Skip to content

Commit

Permalink
Update vars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee authored Jan 26, 2021
1 parent 6ca1b9c commit cbcf83b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tibanna/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
'eu-west-3': 'ami-04f0b79f6cf2e3639',
'eu-north-1': 'ami-0eed0fe896c259550',
'sa-east-1': 'ami-05e255e0c31f92d16',
'me-south-1': 'ami-0d641bcc53597f070'
'me-south-1': 'ami-0d641bcc53597f070',
'af-south-1': 'ami-08a0595fe4fbe4734',
'ap-east-1': 'ami-06b692ca269732ef6',
'eu-south-1': 'ami-0ad3c42914e596f1d'
}
if AWS_REGION not in AMI_PER_REGION:
logger.warning("Public Tibanna AMI for region %s is not available." % AWS_REGION)
Expand Down

0 comments on commit cbcf83b

Please sign in to comment.