@tpschmidt
Freelance Fullstack Software Engineer
Helping aspiring engineers master the cloud.
Nothing here yet.
Hi Alan! With the AWS free tier, Iโd argue that itโs basically impossible to get charged even $0.01 if itโs only used by yourself ๐ (except for the costs by the LLMs in/output tokens). Also, itโs mainly a learning project. It should demonstrate how easily you could start building a chat bot thatโs deployed in the cloud ๐
Hi Shaheer! If you want to delete a bucket with a huge number of files, there's a simple secret: create a lifecycle rule that expires all of your files. This way you don't need a blocking command and AWS will take care of deleting the files in a background process. This works with an unlimited number of files ๐ช