File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ I created a production-ready Laravel blog application that runs on AWS with:
88
99- ** Laravel 10** - My choice for the backend framework
1010- ** AWS ECS Fargate** - Because I wanted to learn containerized deployments
11- - ** RDS MySQL** - Managed database (no more server maintenance headaches!)
12- - ** ElastiCache Redis** - For caching and my background job queues
13- - ** Elasticsearch** - This was tricky but so worth it for advanced search
11+ - ** RDS MySQL** - Managed database
12+ - ** ElastiCache Redis** - For caching and background job queues
13+ - ** Elasticsearch** - advanced search
1414- ** S3** - File storage made simple
1515- ** Application Load Balancer** - High availability was important to me
1616- ** ECR** - Container registry for my Docker images
17- - ** CloudWatch** - Monitoring everything (learned this the hard way!)
17+ - ** CloudWatch** - Monitoring everything
1818
1919## Features
2020
You can’t perform that action at this time.
0 commit comments