NRNathan Rawlinginblog.sorrowmonkey.com·Sep 9, 2024 · 2 min readSnowflake: AWS Secret Manager Password RotationYou can use AWS Secrets Manager to automatically rotate of passwords using a custom lambda function. AWS provides lambda function templates for many AWS services (RDS, DocumentDB, etc.) and a template you can use to develop your own functions. Secret...00
NRNathan Rawlinginblog.sorrowmonkey.com·Sep 7, 2024 · 3 min readSnowflake: Network PoliciesA slightly more in-depth and guided approach to setting up Snowflake network rules and network policies... Basically, the stuff I wish I'd known when I started trying to secure my Snowflake account. Avoid Footguns: a Backdoor User Snowflake lets you ...00
NRNathan Rawlinginblog.sorrowmonkey.com·Sep 3, 2024 · 3 min readSnowflake: Security HardeningIn the wake of the 2024 data breaches related to the Snowflake platform (TicketMaster) (Santander) (165 Affected Customers), I thought it would make sense to talk a little bit about Snowflake Security best practices. Snowflake recommends all of these...00
NRNathan Rawlinginblog.sorrowmonkey.com·Sep 2, 2024 · 3 min readSnowflake: ...the 20 statements limit.The Problem Snowflake looks and acts like a typical RDBMS. This unfortunately leads many developers (including yours truly) to make bad choices in the name of expediency. Snowflake has always been clear that you shouldn't use it for OLTP applications...00