Posts tagged AWS

Deploy Laravel on Elastic Beanstalk and Scale with Memcache (Updated 2024)

This tutorial guides you through developing and deploying a Laravel 10 application on AWS Elastic Beanstalk (EB), with a focus on enhancing performance using Memcache. You’ll learn to build a simple Laravel task list app and leverage Memcache for improved speed and efficiency.

Deploy Flask on Elastic Beanstalk and Scale with Memcache

Want to deploy a Flask application on AWS Elastic Beanstalk that is ready to scale? In this tutorial, you’ll set up an Elastic Beanstalk environment, deploy a Flask application, hook it up to a MySQL database, and finally use Memcache to speed it up.

Memcache is an in-memory key-value store, a technology that improves the performance and scalability of web apps. Consider using Memcache when your pages load slowly, or your app has scalability issues. Memcache can make page loads snappy even for small sites and help future-proof your app.

How to use LiteSpeed Cache and Memcached on Lightsail

In this tutorial, you’ll install WordPress on AWS Lightsail. You’ll then install the LiteSpeed Cache WordPress plugin and configure it to use Memcached, using a Memcached-compliant cache provisioned by MemCachier. By the end of the tutorial, you will have a fully functional WordPress site running on Amazon Lightsail with enhanced performance thanks to the LiteSpeed Cache plugin and Memcached.

Configure W3 Total Cache to use Memcached with SASL Authentication on AWS Lightsail

In this tutorial, you’ll install WordPress on AWS Lightsail. You’ll then install the W3 Total Cache WordPress plugin and configure it to use Memcached with SASL authentication, using a Memcached-compliant cache provisioned by MemCachier. By the end of the tutorial, you will have a fully functional WordPress site running on Amazon Lightsail with enhanced performance thanks to the W3 Total Cache plugin and Memcached.

Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache

Want to deploy a Django application on AWS Elastic Beanstalk that is ready to scale? In this tutorial, you’ll set up an Elastic Beanstalk environment, hook it up to a MySQL database, deploy a Django application, and finally use Memcache to speed it up.

Deploy an Express.js application on AWS Elastic Beanstalk and scale it with Memcached

Express is a massively popular framework for Node and is a tried and tested choice for building fast web apps and APIs. AWS Elastic Beanstalk is a service for deploying and scaling web applications and services. It offers a quick and efficient way to deploy your Express app.

Deploy a Ruby on Rails Application on AWS Elastic Beanstalk and scale it with Memcache

Want to deploy a Ruby on Rails application on AWS Elastic Beanstalk that is ready to scale? We’ll explore how to set up your Elastic Beanstalk environment, hook it up to a database, deploy your application, and finally how to use Memcache to speed it up.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache

This post is out of date. We published an updated version, read Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache.

Want to deploy a Django application on AWS Elastic Beanstalk that is ready to scale? We’ll explore how to set up your Elastic Beanstalk environment, hook it up to a database, deploy your application, and finally how to use Memcache to speed it up.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

Deploy a Flask application on AWS Elastic Beanstalk and scale it with Memcache

This post is out of date. Instead, read Deploy Flask on Elastic Beanstalk and Scale with Memcache.

Want to deploy a Flask application on Elastic Beanstalk that is ready to scale? We’ll explore how to set up your Elastic Beanstalk environment, hook it up to a database, deploy your application, and finally how to use Memcache to speed it up.

Build a Gin application on AWS Elastic Beanstalk and scale it with Memcache

We’ll walk through how to create a simple Gin Gonic application, and how to deploy it using Amazon Elastic Beanstalk. Once the application is set up and deployed, we’ll explore ways that using Memcache can provide a solution to some common performance bottlenecks you might come across.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

Scaling an Express.js Application with Memcache on Amazon Elastic Beanstalk

In this guide, we’ll explore how to create a simple Express 4 application, deploy it using Amazon Elastic Beanstalk, then add Memcache to alleviate a performance bottleneck.

MemCachier with Django, Docker and AWS Elastic Container Service

In this tutorial we’re going to look a little beyond the usual “getting started” Django tutorials to look at some of the things you might want to do to deploy applications to production.