Data connection to dynamoDB using AwsEC2Roles

Hi,

I am trying to use the data connection to a dynamoDB in a private VPC on AWS.
I installed an agent on a EC2 which reports an healthy status, and the EC2 has a role that enables the machine to access dynamo. In fact, from the EC2 I can access dynamo using the aws cli.

In the data connection I am using the dynamo driver and I am not setting the access key and the secret key, but I am trying to connect using the AwsEC2Roles. So I do not have the properties AWSAccessKey and AWSSecretKey, but I only have the following properties:

  • AWSRegion: FRANKFURT
  • AuthScheme: AwsEC2Roles

This according to the docs seems to be correct, but I cannot see any table.
Any idea?

Thanks,
Marco

1 Like