diff -uNr a/fence/agents/aws/fence_aws.py b/fence/agents/aws/fence_aws.py --- a/fence/agents/aws/fence_aws.py 2018-01-26 13:17:44.049566236 +0100 +++ b/fence/agents/aws/fence_aws.py 2018-01-26 13:21:05.808661868 +0100 @@ -9,6 +9,7 @@ try: import boto3 + sys.path.insert(0, '/usr/lib/fence-agents/bundled') from botocore.exceptions import ClientError, EndpointConnectionError, NoRegionError except: pass