Tim Bailey-Jones

Results 9 issues of Tim Bailey-Jones

While testing another PR, I found that `mu pipeline logs` command displays information from the pipelines, but also shows this error: ```bash $ mu pipeline logs [... normal, expected output...

good first issue
minor

Current `mu` configuration only allows one source CIDR address to be specified for bastion ingress. ``` cluster: keyName: my-keypair sshAllow: 0.0.0.0/0 ``` It would be nice to allow multiple CIDRs...

help wanted

Starting with v1.1.1 of `mu`, [Scheduled Tasks](https://github.com/stelligent/mu/wiki/Scheduled-Tasks) can be configured via `mu.yml` file. However, the scope of #158 was to route CloudWatch events to ECS tasks, not EC2 instances. As...

enhancement

See https://stelligent.com/2017/11/28/new-for-cloudformation-in-2018-drift-detection `mu` creates a lots of stacks during its run. At minimum, mu will have to run the underlying API call for `describe-stack` run for each stack it created,...

enhancement

Here's the idea in slide format (hat tip to @clareliguori's DEV322 talk at ReInvent 2017). ![image](https://user-images.githubusercontent.com/790126/33418156-657cedb8-d559-11e7-88da-8084a1a3d5e7.png)

enhancement

After running aws-nuke on an account containing an IPAM resources, I re-ran my Terraform IaC which recreates it (`aws_vpc_ipam`). I got: ``` │ Error: Error creating ipam: ResourceLimitExceeded: You've reached...

I'm a big fan of the Chromecast, and I regularly stream my entire Linux desktop to it so my family can follow alo,ng on the big TV in the living...

Hi, thanks for releasing pdftk. I have found it to be a very useful program. I have a Brother Brother_MFC_L2710DW_series printer, basically a multi-function WIFI black/white laser printer with document...

Classic `=` used in conditional where comparison `==` was intended. I tried the example and ran into: ``` SyntaxError: cannot assign to attribute here. Maybe you meant '==' instead of...