Deploy Infrastructure as Code (IAC) lesson 5 storage and databases: RDS Databases (Part One)
yt link
Persisting Data
Most applications need their data to persist and not be lost, which requires a database.
We don't want a database to be a single point of failure, so we'll use resources that are designed for reliability. For example, RDS for...
philipdevblog.hashnode.dev1 min read