Nick Kocharhook

Results 56 issues of Nick Kocharhook

## Service name AWS Load Balancer looks like "_region_.elb.amazonaws.com" or "elb._region_.amazonaws.com" ## Proof The URLs produced when you create a load balancer contain a number which you can't control, like...

not vulnerable

If you have specified a 3-month `lengthOfTime`, the object your template gets from `eventsThisInterval` is an array of arrays. The [sample template code](https://kylestetz.github.io/CLNDR/) which iterates `eventsThisMonth` expecting to encounter events...

I just did this: ``` $ git clone https://github.com/samid737/phaser3-plugin-pathbuilder.git $ cd phaser3-plugin-pathbuilder $ npm i ``` In addition to a raft of deprecation warnings, the install failed with this error:...

Thanks for making the repo less chonky, happy to resubmit! 😃

Users with multiple AWS accounts can declare [named profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) to manage the different sets of credentials/regions. It would be ideal if `s3-credentials` accepted a `--profile` argument, just like the `aws`...

enhancement

#### Description I am using the following code to generate fuzzy integers in a factory today: ``` import factory.fuzzy as fuzzy #… obj_id = fuzzy.FuzzyInteger(4e6, 5e6) ``` After upgrading to...

## Describe the Bug The aws provider changed behavior in version 4. Previously, changes to the `user_data` field of an ec2 instance caused the instance to be torn down and...

bug

#### Expected behaviour When you import a .json file saved by Highcharts, I expect the chart to be recreated as it was when the chart was saved. #### Actual behaviour...

## Describe the Bug Create an ALB and plan it, and you will get 15 warnings about deprecated S3 arguments. Example: ``` Warning: Argument is deprecated with module.project_module.module.alb.module.access_logs.module.s3_bucket.aws_s3_bucket.default on .terraform/modules/project_module.alb.access_logs.s3_bucket/main.tf...

bug

The README talks about clusters a bunch, and then introduces the code which creates the Redis instance with this: > We then create the `aws_elasticache_cluster` resource stanza which creates our...