I am testing the Amazon KMS connector Forge component to allow the encryption of files using KMS keys before uploading to S3 bucket.
The error - "The connection has timed out as AmazonKMS.Encrypt took 34406 ms " has been thrown by application component with ever the data that is being passed as input for encryption.
- small file of 1 KB after doing base64 encoding
- Simple text after doing a base64 encoding
Please suggest if there are any other methods to avoid this timeout errors from this component and if I am missing any steps.
Hi Aravinda V. Sorry for the late response. I was on vacation.
Can you test it using the provided Demo application?
I don't have any AWS account to use the KMS right now. So, I can't test it.