AWS

A 5-post collection

Wordpress https support

By My Ultimate Guide For Everything |  Dec 29, 2023  | wordpress, aws, https
Securing your website with HTTPS is crucial for protecting user data, boosting SEO, and building trust. If you’re using WordPress on AWS, here’s a guide to smoothly enable HTTPS support: Update WordPress Site URL: Access your WordPress admin dashboard. Navigate to Settings > General. In the WordPress Address (URL) and Site Address (URL) fields, add https://www to the beginning of your URLs. Click Save Changes. Create AWS Entry for HTTP to HTTPS Redirection: Log in to your AWS Management Console.
Continue Reading...

Deploy streamlit app on sub domain for free

By My Ultimate Guide For Everything |  Nov 3, 2023  | streamlit-app, haproxy, subdomain, aws, route-53
Streamlit is a popular Python framework for building and deploying web applications. It makes it easy to create interactive UIs with data visualization and machine learning capabilities. If you have implemented an application/website with streamlit you might be wondering how I can deploy my app online so that others can access and use it. Streamlit provides neat and easy functionality to deploy your app to a default domain. However, if you want to deploy your app to your own custom domain you may need some additional work.
Continue Reading...

Host Multiple Domains Served by haproxy on One EC2 Server

By My Ultimate Guide For Everything |  Jun 28, 2023  | ec2, aws, httpd, virtual-host, ubuntu, haproxy, wordpress, hugo
In the previous post, we explained how to serve multiple domains on one server using apache http server virtual host. In this post we explain the same concept except we will be using haproxy for load balancing and https support. How each domain is served really does not matter here but in my case I’m hosting two websites one served by hugo on 8080 port and another served by wordpress on port 8082.
Continue Reading...

Host Multiple Domains Served by Apache Http Server on One EC2 Server

By My Ultimate Guide For Everything |  Jun 27, 2023  | ec2, aws, httpd, virtual-host, rhel
Motivation Hosting multiple domains on the same EC2 server using httpd and virtual host can provide several benefits for website owners or administrators. Here are a few reasons why one would consider implementing this setup: Cost Efficiency: By hosting multiple domains on a single EC2 server, you can optimize resource utilization and reduce costs. Instead of provisioning separate servers for each domain, you can consolidate them onto a single server, resulting in significant savings in terms of infrastructure expenses.
Continue Reading...

Building Phone Apps with React Native and Amazon AWS Services

By My Ultimate Guide For Everything |  Jun 2, 2023  | react-native, aws, graphql, amplify
Building Phone Apps with React Native and Amazon AWS Services React Native, coupled with Amazon services such as GraphQL and Amplify, provides a powerful combination for developing cross-platform phone apps efficiently. In this blog post, we’ll explore how you can leverage these technologies to create robust and feature-rich applications. This blog post is intentionally kept high level and you can dive deeper into each area by following the provided links under each section.
Continue Reading...