AWS
Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow.
-
How to point an existing DNS domain to AWS EC2 instance with Route 53
Let’s say you have a Domain registered in GoDaddy, Arsys, Ionos, OVH, CDMon… in essence in a different provider of Amazon Web Services (AWS), and you have your site or web application in an EC2 instance. Then this tutorial is for you! Amazon Route 53 Amazon Route 53 is a highly available and scalable Domain…
-
Configure WordPress in AWS with ELB and SSL
So you just tried to configure your WordPress in AWS with SSL and when you visit the page, instead of loading, got an “ERR_TOO_MANY_REDIRECTS” message? the site only works with http instead of https? Then this post is for you! WordPress can get stuck in an infinite loop of URL redirections (https->http->https->…) when you try…
-
Install Laravel on Amazon Linux 2
Laravel is a free, open-source PHP web framework, intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance,…
Search
Recent Posts
- Descubre la Inteligencia Artificial con una Guía Práctica y Accesible
- How to Test WordPress Plugins with PHPUnit in 2024: A Step-by-Step Guide
- How to Create and Activate a Virtual Environment with Python venv
- Pillow Tutorial: Image Manipulation in Python
- PacMan – DFS Problem on HackerRank solved in Python 3