Results 10 issues of Ian Ward

The idea is to get an alarm before an SSL certificate in IAM expires. For some certificates I would want an alarm a month ahead of time, and others I...

rule

Trusted Adviser is able to report whether an AWS Access Key has been exposed / publicly leaked. The [announcement is here](https://aws.amazon.com/about-aws/whats-new/2016/03/aws-trusted-advisor-adds-checks-for-amazon-s3-amazon-redshift-reserved-instances-security-and-service-limits/) This could be added to the trusted adviser rule,...

rule

Still to do: - [x] More tests might punt on mocking ec2 and just rely on some unit tests around getBannedPorts

[Here](https://github.com/mapbox/crowsnest-rules-aws/blob/867bb802150e9ee3cd04ba70f79bd0539827efbd/rules/assumeRole.js#L31-L32) and in other rules, we ignore errors. This was added in order to ignore 403's since it means the API call was not successful and therefore never executed. However,...

Couldn't resist that title. We need a meta rule which checks everything about crowsnest is plugged together and working: - There's a subscription to the alarm topic - That subscription...

Fill out the readme - how to implement a function - pointer to streambot and how it is used - pointer to cfn-config - how to build template `node build.js`

@3rd-Eden have you thought about adding dynamic registration of new memcached servers to the hashring? I'm imagining a `reconnectAttempts` setting, whereby once a node fails and fails to reconnect after...

It looks like the problem is here https://github.com/3rd-Eden/node-memcached/blob/fb2470498810d87feb13c0fb99b93ead8bd093f9/lib/memcached.js#L397-L398 The event that should be emitted is "reconnected", not "reconnect".

Right now only an Errors and NoInvocations alarm are defined for all lambdas. It will be easy to let a rule define their own alarms by specifying some properties the...

Updates the Mapbox native app quickstart guide to reflect installation and usage using the latest version of the Mapbox app. There were two major changes to the app which require...