Configuring multiple AWS root accounts for Dynamic secret service

We would like to use the Dynamic secrets feature. But NOT find a way to configure multiple aws accounts. The ‘aws/config/root’ takes only one AWS account details, is there a way we can configure multiple accounts? Any help at the earliest would be appreciated.

vault write aws/config/root \
    access_key=AKIAI4SGLQPBX6CSENIQ \
    secret_key=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 \
    region=us-east-1

You need to mount the secret engine multiple times, once for each account

1 Like