Closed tautologistics closed 2 years ago
Hi,
Thanks for reporting an issue. The problem is that currently only one file (config or credentials) can be specified. I will fix it.
I've added ability to specify /.aws/config
file along with /.aws/credentials
file in 2022.2.1
That worked; thank you!
Hello,
I have the plugin configured to connect with a profile set up to use an assumed role and am able to enumerate and query tables but they are the tables in the bastion account and not the sub-account that the profile is pointed to.
The enumerated list in the
DynamoDB
panel are the tables in the bastion account and not the assumed role account.When I list the tables with the CLI (
aws --profile=staging dynamodb list-tables
), the correct set of tables are listed.Pertinent contents of
~/.aws/config
:Pertinent contents of
~/.aws/credentials
: