AWS RDS SDK returning difference from AWS Console
I am using AWS Nodejs SDK to get RDS snapshots by const snapshots = await rds.describeDBSnapshots().promise(); Its returning a different amount of snapshots from the AWS console with the same user. (Same access key / secret key) In the UI…