Configuring AWS S3 and DynamoDB

Tutorial 2: Configuring AWS S3 and DynamoDB

Setting up AWS S3 for Image Storage This tutorial will walk you through how AWS S3 bucket was configured for the Rice Leaf Disease Detection application. Prerequisites An AWS account with administrative access, preferably an IAM user with the necessary permissions. AWS CLI installed (optional but recommended) Have the repo cloned and the application running locally - Rice Disease Detection The following key requirements were considered when setting up the S3 bucket: ...

February 15, 2025 · 4 min
Website Setup With Hugo, AWS S3, and Route 53

Website Setup With Hugo, AWS S3, and Route 53

SSGs (Static Site Generator) like Hugo generates static HTML files without having to rely on databases and server-side processes. They have fast load times and can handle high traffic loads without the need for server management. I was looking for a website setup with minimal management, and decided to use Hugo as an SSG. This isn’t a full tutorial but an overall breakdown of how my website is currently setup using Hugo as a static site generator, AWS S3 as a hosting platform, and Route 53 and CloudFlare for domain management. ...

May 12, 2024 · 4 min