Daniel Vassallo

Results 11 comments of Daniel Vassallo

1: Good catch. We'll document this behavior. 2: Good feedback. We can't change it easily as it would be a breaking change. But we'll consider this for the next major...

Odd. What browser are you using? I have 1password as well, but didn’t see this behavior.

Hey, thank you for filing the issue. Deleting a database makes sense, and we'll add this to the backlog. There is no hard limit on the number of databases, and...

Yes, good idea. Should be easy to do. S3 will likely cache the keys, but it would still be interesting to see if the download rate gets affected beyond any...

Thanks, thanks great! The s3-endpoint option should be available from the pre-built binaries now too. I've just pushed them.

It's definitely possible to do, but I have no plans to re-implement this in another language.

Hey Anand — Could it be that you're using an AWS account created before 2013? There's a legacy feature in old accounts where you can run EC2 instances without a...

Yes, you're on a legacy account. From page 93 onwards, it will work in your account because you'd be creating a VPC explicitly rather than relying on the default one....

Wonderful. Note that you don't need Key Pairs anymore to SSH to EC2 instances since the release of EC2 Connect: https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-amazon-ec2-instance-connect/ — It's a bit more convenient especially when automating...

You should be able to just specify the new version in your pom.xml. The awslabs/cloudwatch-logs-subscription-consumer project is successfully using the amazon-kinesis-connectors library with v1.6 of the Elasticsearch client: https://github.com/awslabs/cloudwatch-logs-subscription-consumer/blob/7d74a602329d87e5619f1fef25440410cc694e65/pom.xml#L69-L73