This is my issue: I'm trying out creating an C4 Model for my personal project and it got me thinking if cloud databases like MongoDB Atlas or authentication services like Auth0 are considered an outside factor? I made an example:
Inside the container
Outside of the container (External factor)
Am I correct in assume that these systems like cloud database are outside factors that my system interacts with? I'm not deploying a database, I'm using their system, correct? Same for Auth0 and stuff. So I should put them outside, like the authors... Or no?