aws

RDS Database Authentication with Spring Boot: Part 1, Secrets Manager

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.

Secrets Manager vs Parameter Store

AWS gives you two ways to store application configuration: Secrets Manager and Systems Manager Parameter Store. Both can store arbitrary configuration data. Both use IAM (Identity and Access Management) policies to control access. Both can encrypt the data. So which should you pick?

Philly ETE 2020 – Neel Mitra – Bring IoT and AI Together

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract Machine learning and IoT have become commonplace words in the enterprise workplace. Even in our homes we have ML-enabled IoT devices (we’re looking at you, Amazon Alexa). But what does it look like to combine ML and … Read More