Hi Raheem, No need to be sorry, we are learning together :)
It is very hard for me to help debug your problem, due to the fact that I don't have AWS account and I am out of credit card for AWS free tier :( Can you help try something, instead of: ============================ cas.server.name: https://test.<domain> cas.server.prefix: https://test.<domain>/cas logging.config: file:/etc/cas/config/log4j2.xml cas.authn.accept.users=casuser::Mellon cas.spring.cloud.dynamodb.credentialAccessKey=xxxxxx cas.spring.cloud.dynamodb.credentialSecretKey=xxxxxxx cas.spring.cloud.dynamodb.endpoint=http://localhost:8000 cas.spring.cloud.dynamodb.region=US_EAST_1 cas.spring.cloud.dynamoDb.preventTableCreationOnStartup=false cas.spring.cloud.dynamoDb.readCapacity=10 cas.spring.cloud.dynamoDb.writeCapacity=10 cas.spring.cloud.dynamoDb.connectionTimeout=5000 cas.spring.cloud.dynamoDb.requestTimeout=5000 cas.spring.cloud.dynamoDb.socketTimeout=5000 cas.spring.cloud.dynamoDb.useGzip=false cas.spring.cloud.dynamoDb.useReaper=false cas.spring.cloud.dynamoDb.useThrottleRetries=false cas.spring.cloud.dynamoDb.useTcpKeepAlive=false cas.spring.cloud.dynamoDb.protocol=HTTPS cas.spring.cloud.dynamoDb.clientExecutionTimeout=10000 cas.spring.cloud.dynamoDb.cacheResponseMetadata=false cas.spring.cloud.dynamoDb.maxConnections=10 ============================ Can you help reduce the unnecessary properties, so it is more clear like this: ============================ cas.server.name: https://test.<domain> cas.server.prefix: https://test.<domain>/cas logging.config: file:/etc/cas/config/log4j2.xml cas.authn.accept.users=casuser::Mellon cas.spring.cloud.dynamoDb.credentialAccessKey=xxxxxx cas.spring.cloud.dynamoDb.credentialSecretKey=xxxxxxx cas.spring.cloud.dynamoDb.endpoint=http://localhost:8000 cas.spring.cloud.dynamoDb.region=US_EAST_1 cas.spring.cloud.dynamoDb.preventTableCreationOnStartup=false ============================ Also, making very sure that it is dynamo*D*b instead of dynamo*d*b, the upper letter might matter. Let see if the error still occurs if you configured it like this.... Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/fecb36c7-9e31-4545-b2d4-0bdff9c2362c%40apereo.org.
