aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
agilecreativity 2020-05-22T01:00:26.238100Z

There is also this project make working with CF easier. https://github.com/brabster/crucible

steveb8n 2020-05-22T01:07:16.239200Z

I used crucible before cdk. Cdk is a lot less work and has faster feedback

valtteri 2020-05-22T10:12:48.239700Z

When working with CloudFormation YAML/JSON this is a must https://github.com/aws-cloudformation/cfn-python-lint

valtteri 2020-05-22T10:13:00.240200Z

It can also be hooked into emacs + flycheck. 🙂

☝️ 2
kenny 2020-05-22T20:25:22.242400Z

I'm curious if anyone has an idea why AWS Trusted Advisor sets their "low EC2 utilization" check to look for: > the daily CPU utilization was 10% or less and network I/O was 5 MB or less on 4 or more days Specifically, why would they have network I/O 5mb or less on 4 or more days? Why not the whole duration they look over (2 weeks)? Why not 2 days? Do instances typically run some sort of small update every 5 days or something?