-
Algo VPN Demo Videos
Here are the demo videos of Algo VPN deployment on Google Cloud Platform.
-
Part 8: WordPress on AWS ECS
Final post in this series. Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast container management service that makes it easy to run, stop, and manage containers on a cluster.
-
Part 7: Serverless WordPress – Systems Manager Parameter Store
Add environment variables for the Wordpress container to SSM Parameter Store. ECS Fargate can pull the variables from there.
-
Part 6: Serverless WordPress – ACM and App Load Balancer
Here we configure an Application Load Balancer in order to bring traffic to our Serverless Wordpress site
-
Part 5: Serverless WordPress – RDS
Configure an Aurora Serverless DB Cluster for the database part of the Serverless Wordpress series.
-
Part 4: Serverless WordPress – EFS
Configure an Elastic File System in AWS for AWS EFS. This is a part of the Serverless Wordpress series.
-
Part 3: Serverless WordPress – IAM
Set up the necessary Identity and Access Management Roles for the Serverless Wordpress project…
-
Part 2: Serverless WordPress – Security Groups
Here, we create all the necessary security groups for all the AWS services involved
-
Part 1: Serverless WordPress VPC configuration
In Part 1, you will configure a new VPC (Virtual Private Cloud) and create a bastion host ec2 instance,to access the files and database. The VPC will provide the base private networking that will connect everything together.
-
How to deploy a WordPress website as a docker compose stack with NGINX reverse proxy
Objective To configure and run a WordPress website using Docker containers and NGINX reverse proxy, on an AWS EC2 instance. Procedure 1a. Start an EC2 instance with at least 2 GB RAM. The instance type I used was t3.small (2 vCPU, 2 GB RAM) For a production server, stay away from t2 and t3 instances […]