migrate-ec2-secgroups icon indicating copy to clipboard operation
migrate-ec2-secgroups copied to clipboard

Boto3

Open Suncatcher opened this issue 8 years ago • 4 comments

Does it work with Boto3? If not, how to adapt it to make it work?

Suncatcher avatar Jul 31 '17 08:07 Suncatcher

hey @Suncatcher, have you tried running it with Boto3? I'm not using AWS at the moment so I can't really test it, but if you do and it works, you can push a PR to update it, given it still works for Boto2 as well

pedropregueiro avatar Aug 28 '17 14:08 pedropregueiro

@pedropregueiro, yes, I tried and yes, it doesn't work with Boto3. They have completely rewrote the API.

Suncatcher avatar Aug 28 '17 15:08 Suncatcher

according to Boto's documentation:

Current Boto users can begin using Boto 3 right away. The two modules can live side-by-side in the same project

I'll make a few changes in the code to make it a bit more dynamic and then we can maybe try using boto3 to see if it works. will you be willing to help me test this with boto3 @Suncatcher?

pedropregueiro avatar Aug 29 '17 06:08 pedropregueiro

Okay, let's do it. But I already wrote my own script to do this.

Suncatcher avatar Aug 29 '17 07:08 Suncatcher