Added testing around CA generation and SSM access.
Changed how the SSM API clients were setup and interacted with, moving away from *ssm.SSM
to ssmiface.SSMAPI
This makes it possible to actually test the code by mocking out the calls to AWS.
Edited by Anthony Gargiulo