evannuil/aws-snapshot-tool

Script complaining about boto.sns.get_region() method call

Closed this issue · 0 comments

I'm having problems executing the script, facing this issue:

$ python makesnapshots.py day
Traceback (most recent call last):
  File "makesnapshots.py", line 70, in <module>
    sns_region = boto.sns.get_region(ec2_region_name)
AttributeError: 'module' object has no attribute 'get_region'

I'm guessing maybe the boto.sns API has changed? As a result the script might need to be updated?

I can disable the SNS functionality in the python script for now, but worried that it won't notify us if there is successful/unsuccessful snapshots.

Let me know if there are certain commands for me to run to expose more detail about this environment.

Thanks
Cam