Ben Bridts

Results 40 issues of Ben Bridts

**Description of changes:** This spell `jmeter` correctly **Checklist** - [X] :wave: I have run the unit tests, and all unit tests have passed. - [ ] :warning: This pull request...

### Description Control Tower's [ProActive Controls](https://docs.aws.amazon.com/controltower/latest/userguide/proactive-controls.html) are implemented using cfn-guard and CloudFormation hooks. It would be great if pro-active could also be "while writing templates" ### Use Case Organizations enabling...

We use standardized pipelines to deploy CloudFormation templates, which includes also configuring advanced settings like a different RoleArn. It would be helpful if there was a way to have `gdeploy`...

I've noticed that SES is under the `email` heading (probably because the endpoint is `email.region.amazonaws.com`. However in all other documentiation (sdk's, iam, cli ...) this is grouped under `ses`. Another...

**Is your feature request related to a problem? Please describe.** Currently you can't use a named profile to assume a role, if you want to have session tags present on...

feature-request
assume-role
configuration
sts
p2

I was taking a look at https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ssm/blob/master/aws-ssm-document/aws-ssm-document.json to see if I could propose some changes to fix https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/339 (to summarize that issue: It's currently a problem that you can't update...

Catching and rethrowing as CloudFormation specific exceptions, will improve retries. Ideally there should be no uncaught exceptions from the client. ---- [There are more exceptions that can be thrown](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DisassociateKmsKey.html#API_DisassociateKmsKey_Errors) _Originally...

I had the issue that the github action would not recurse into the given `data` directory. This PR solves that, and applies the same fix to the `rules` directory. Notes:...

Currently the readme points users to install the pre-commit hook like this: ```yaml repos: - repo: https://github.com/aws-cloudformation/cloudformation-guard rev: pre-commit-v0.0.1 # [...] ``` however, when running `pre-commit autoupdate`, this becomes (today)...

guidance
pre-commit-hook

Building from the same rules twice can would generate different files. By sorting the inputs we make sure that only content changes trigger output changes I haven't had the chance...