v1.2.2
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.
What's Changed
- 22 Build DB by @Guysnacho in #12
- 22 Build DB (Public access attempt + cleanup) by @Guysnacho in #13
- 22 - Build DB [ Part 3: Networking Strikes Back ] by @Guysnacho in #14
Full Changelog: v1.2.1...v1.2.2