export interface IKeyPair { account: string; region: string; keyName: string; keyFingerprint: string; }