Bear Giles

Results 62 comments of Bear Giles

I have it in yml format solely because I think that's the format amazon.aws uses. I haven't gotten to that point yet.

I'll have a prototype soon - I've been adding a ton of verification, tracking things more carefully, etc. The general idea is that the cookiecutter for create.yml and destroy.yml will...

I haven't looked at this for a long time but the existing implementation used 'cookiecutter' to recreate customized code for your environment - including all of the functionality. That was...

Could you deploy your existing public key in the 'prepare.yml' playbook? This would let you continue to use ephemeral keys while also allowing you to use your existing key(s). FWIW...

FWIW you can lock down a few things with a dedicated IAM role and VPC subnet but I agree that this still leaves a lot open. We can hide some...

BTW the ansible module is https://docs.ansible.com/ansible/latest/collections/community/aws/execute_lambda_module.html so the input would probably be instance properies (or launch template) and the output would be the ip address and ephemeral keypair. I don't...

Not to toot my own horn **too** loudly - but take a look at https://github.com/beargiles/postgresql-pljava-docker. It's a set of docker images that have have pl/java pre-installed. You'll still need to...

I'm close to pushing something - it's at [coyotesong/postgresql-pgxn-docker](https://github.com/coyotesong/postgresql-pgxn-docker). It's currently on the "copy-existing" branch but it will probably be merged into "main" by the time you read this. It's...

Adding this for the record since I didn't see it mentioned above. The existing implementation uses JNI. It has many benefits but is a real PITA to work with. That...

Okay. I have the attention span of a squirrel (thanks ADHD!) but I can probably hit a few milestones below: - dummy package - you can define the FDW but...