# Functions
CheckKeyExistsInEC2 returns whether a public ssh key already exists in EC2 or error if it couldn't be checked.
DeleteKeys will delete the public SSH key, if it exists.
LoadKeyByContent loads and imports an SSH public key into EC2 if it doesn't exist.
LoadKeyFromFile loads and imports a public SSH key from a file provided a path to that file.