Laravel AWS Demo

A Laravel application deployed on AWS.
Demonstrating sessions, caching, queues, storage, and database integration.

Application hosted on EC2 within a VPC

Session Demo - AWS ElastiCache/Redis testing

Write, read, and delete a value in Laravel's server-side session.

Backed by AWS ElastiCache (Redis)

Redis Cache Demo - AWS ElastiCache/Redis testing

Compare cold MySQL queries with cached Redis responses and observe performance gains.

Powered by AWS ElastiCache (Redis)

Queue Demo - AWS ElastiCache/Redis testing

Dispatch jobs and process them.

Queue driver: AWS ElastiCache (Redis)

File Upload Demo - AWS S3 testing

Upload, list, download, and delete files using cloud storage.

Stored in AWS S3

Database Demo - AWS RDS (MySQL) testing

Perform CRUD operations on posts stored in a relational database.

Database: AWS RDS (MySQL)