RB

Results 449 issues of RB

> You have exceeded your maximum gp2 storage limit of 600 TiB in this region. Please contact AWS Support to request an Elastic Block Store service limit increase. It would...

## context I noticed that from a previous issue and subsequent pull request that this feature should be supported. I'm using the following yaml but it's not working as expected....

bug
response-requested
closing-soon
p2

*Issue #, if available:* * Closes https://github.com/aws-actions/configure-aws-credentials/issues/305 *Description of changes:* This will continue retrieving the region using the `aws-region` but if it is not provided, it will retrieve it from...

Python2 will be discontinued on January 1, 2020 in just a few months. https://pythonclock.org/ It would be nice to make this script python3 compatible.

Fixes https://github.com/TomAnthony/itermocil/issues/93 ``` $ itermocil usage: itermocil [options] Process a teamocil file natively in iTerm2 (i.e. without tmux). positional arguments: layout the layout name you wish to process optional arguments:...

Instead of typing in `--list`, I'd rather type in `-l` instead. 😄

I noticed `tiled` is close to what I want. It creates 2 columns with as many rows as possible. Is there a way to invert / rotate this so it's...

Took this from an issue referenced below. ``` ... ~ Principal = { ~ AWS = [ - "arn:aws:iam::1234567890:role/asnip", - "arn:aws:iam::1234567890:role/psnip", "arn:aws:iam::1234567890:role/wsnip", - "arn:aws:iam::1234567890:role/csnip", - "arn:aws:iam::1234567890:role/esnip", + "arn:aws:iam::1234567890:role/psnip", "arn:aws:iam::1234567890:role/lsnip", +...

enhancement

Using landscape `0.3.0` and ruby `2.6.0` Without landscape tool ```bash $ terraform plan -target module.systems_manager.aws_ssm_maintenance_window_task.window_s_install_patches -/+ module.systems_manager.aws_ssm_maintenance_window_task.window_s_install_patches (new resource required) ... task_parameters.0.values.#: "1" => "1" task_parameters.0.values.0: "{{ssm:startServicesScript}}" => "{}" (forces...

bug