Skip to content

v1.2.2

Compare
Choose a tag to compare
@Guysnacho Guysnacho released this 17 Sep 05:37
· 228 commits to main since this release
9f1a2d2

Time for a pat on the back

Sooooo we got em. Scaffolding a db in AWS is pretty simple but getting access to it from an external client like a database admin that just wants to make some tables for their storefront turned out to be a task.

Learned a lot though. VPCs, subnets within them, and security group rules will be the death of me. I'm making a story just to talk about them.

That to the side we've got an aurora database in AWS within a VPC that allows ingress and egress. All that's left is logging into our DB and running some queries in the database we specified in our db.tf file to make a schema and some tables.

image
image

What's Changed

Full Changelog: v1.2.1...v1.2.2