Re: Python 3 Boto Unable to parse pagination error

2019-02-27 Thread MRAB
On 2019-02-26 20:06, Tim Dunphy wrote: Hi all, I'm trying to create a python 3 script that takes a list of AWS instance IDs. It then prints out some information about the instances and then terminates them. I am very new to python, so still working through some basic issues. This is the error

Python 3 Boto Unable to parse pagination error

2019-02-27 Thread Tim Dunphy
Hi all, I'm trying to create a python 3 script that takes a list of AWS instance IDs. It then prints out some information about the instances and then terminates them. I am very new to python, so still working through some basic issues. This is the error I get when I run the script: python