boto 2 doesn't support ec2_create module had to uninstall and install standard
It doesn't come with boto3 and boto2 has problems. Needs an update. Especially if you are going to charge.
When using the following package: tklbam-python-boto for boto2 which comes with the AMI the ec2 module with the create action failed with the following error
AttributeError: 'module' object has no attribute 'ProfileNotFoundError'
Had to replace it with:
python-boto
I know this is supposed to be optimized for security etc but if the most obvious module doesn't work because the instance_profile_name input is set (see ansible docs for details) then what's the point.
Hi there, Sorry I haven't responded sooner. I only just noticed this post. Next time you struggle with our servers, I suggest that you contact support (support@turnkeylinux.org - please also provide your AWS ID number). In this case it appears to be a misunderstanding. As the name suggests, `tklbam-python-boto` is specifically for use with TKLBAM. It is named like that in the hope that that might be clear. So if you want to use boto3, then please simply install it: pip install boto3 Having said that, pre-including it might be a good idea!?