RB

Results 868 comments of RB

@alikhajeh1 One other issue with passing in tokens from the cli is that if you run `ps ax`, the secrets can be exfiltrated. It's harder to exfiltrate the secrets if...

Ah that does seem like a very nice replacement for the `infracost-atlantis` tool. I'll give it a try. Thank you.

Cool, I didn't know you could enable Mob support from the commandline. The VMs show for me on 6.0 but for some reason I cannot power/shut off/on my VMs from...

FYI official documentation of the NLB workaround https://aws.amazon.com/blogs/containers/enable-private-access-to-the-amazon-eks-kubernetes-api-with-aws-privatelink/

For the 3 lambdas like this one https://github.com/cloudposse/terraform-aws-datadog-lambda-forwarder/blob/baab0389cf30db5227d4399570eb6e45380e78d6/lambda-log.tf#L80 A `dead_letter_config` block could be added easily. This way the queue could be created outside of the module and passed in. All...

Ah ok. Thank you for considering it then. I was hoping for an easier way to keep buildkite stacks in sync. We'll keep using our terraform approach for now using...

Has anyone able to get this work using the latest https://github.com/aws-actions/configure-aws-credentials ? I imagine it's the same setup as @Pudding124 mentioned above https://github.com/serverless/github-action/issues/66#issuecomment-1316746468

I think this is supported. See https://github.com/serverless/github-action/issues/66#issuecomment-1316746468

Thanks! TIL > AWS Free Tier > > As part of the AWS Free Tier, you can get started with EC2 for free. This includes 750 hours of Linux and...