denishpatel / pygmy

Pygmy: Saving AWS Bills on Standby DB Servers
5 stars 1 forks source link

instance["KeyName"] fails #35

Closed benchub closed 3 years ago

benchub commented 3 years ago

save_ec2_data in aws_wrapper.py wants to do

db.keyName = instance["KeyName"]

Is that trying to get the Name tag? Two lines up db.name is set to get that same information the proper way, so I'm not sure what this is really trying to do, but, it fails.

denishpatel commented 3 years ago

@AadiMehta can you check tomorrow?

AadiMehta commented 3 years ago

@benchub Can you check with this file? aws_wrapper.zip

benchub commented 3 years ago

Looks all good now that I've resolved my permissions issues.