You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CookConnect is a React.js and Django-based web app for discovering, sharing, and managing recipes, deployed on AWS. It leverages AWS S3 for storage, EC2 for hosting, CloudFront for content delivery, a custom VPC for networking, and PostgreSQL as the database. Built using Django REST Framework and React Vite.
Make a basic custom VPC with a single Private & Public Subnet, loaded with Internet & NAT Gateway using Terraform Script (infrastructure as code), Setup private and public routes and security group to allow ipV4 traffic on port 22 & 80. Further Provision and launch the static website running on the private EC2 instance using Elastic Load Balance…