Closed benchub closed 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.
@AadiMehta can you check tomorrow?
@benchub Can you check with this file? aws_wrapper.zip
Looks all good now that I've resolved my permissions issues.
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.