TechChat Tuesdays #22: AWS re:Invent Happenings
Podcast: Play in new window | Download (Duration: 40:25 — 34.5MB) | Embed
Ken Rimple and Sujan Kapadia discuss all the news, tools, and announcements coming out of AWS’ 3-week event series, re:Invent.
Podcast: Play in new window | Download (Duration: 40:25 — 34.5MB) | Embed
Ken Rimple and Sujan Kapadia discuss all the news, tools, and announcements coming out of AWS’ 3-week event series, re:Invent.
Podcast: Play in new window | Download (Duration: 44:06 — 40.7MB) | Embed
Ken Rimple, Sujan Kapadia, and Keith Gregory talk root causes of last week’s AWS outage, post-mortems, and what AWS architects can do to protect themselves against unexpected downtime.
A while back, I wrote a post entitled Using The AWS CDK In Real Life. It was educational, but running Zoneminder on AWS is pretty expensive, and probably isn’t a good idea…
In this 45 minute webinar, Ken Rimple will give a quick overview of AWS CodeBuild, then dive into a few of the challenges he’s faced.
Today, Tracey Welson-Rossman and Sue Spolan chat with Susan Springsteen, the President of H2O Connected, LLC. H2O Connected is an IoT solution that gives property managers immediate insights into their toilet systems to detect leaks, monitor activity, prioritize repairs, get flooding alerts, and more.
Podcast: Play in new window | Download (Duration: 36:40 — 32.9MB) | Embed
This week Ken will talks to prior guests and frequent Chariot contributors Matt Gilbride and Keith Gregory about using the AWS CDK for configuration (as opposed to CloudFormation), and RDS database connections from Spring Boot in AWS, respectively.
I find the SAM (Serverless Application Model) CLI extremely frustrating to use on Linux, starting with installation. But this week I learned two things that simplify both installation and operation. I’m passing them on in the hopes that they’ll be useful to you as well.
Cypress is a relatively new web testing tool that is easier to use than Selenium, and it’s gaining in popularity. But using it in a continuous integration environment like AWS CodeBuild requires some additional steps compared to running it directly on your own computer. This blog post contains helpful information to configure CodeBuild on AWS … Read More
Frequent database password changes are a best practice, because they reduce the “blast radius” if compromised. However, restarting your applications in order to pick up the latest password can be onerous in a large deployment. This post describes how to implement a custom Postgres datasource that calls on IAM to generate a password whenever your application opens a connection to the database.
Frequent database password changes are a best practice, because they reduce the “blast radius” if compromised. However, restarting your applications in order to pick up the latest password can be onerous in a large deployment. This post describes how to use AWSLabs database driver that retrieves the current password from Secrets Manager whenever your application opens a connection to the database.