Software Alternatives & Reviews

Migrating Wordpress from GCP to AWS

MariaDB Google Compute Engine Google Cloud Platform CloudFlare Amazon VPC Amazon S3 Amazon Route 53 Amazon RDS Amazon Lightsail Amazon EKS
  1. An enhanced, drop-in replacement for MySQL
    Pricing:
    • Open Source
    The first step of the migration was to export the database, which was running locally in the GCP Compute Instance on MariaDB. To refresh my memory on the database details, I checked the wp-config.php file located in /var/www/html/wordpress, which had the following sections with the database name, username, and password:.

    #Databases #Relational Databases #NoSQL Databases 33 social mentions

  2. Google Compute Engine is not just fast. It’s Google fast.
    You may have noticed some changes to this site. Along with some style and color changes, I've updated the domain, and focused the pages on my technical blog. Originally this site started as an administrative page for the Minecraft servers I am hosting. I built the first Minecraft server in Google Cloud on a general Compute Engine instance, and was running this web page on a separate smaller instance. As the player count increased, I had to increase the resources on the VM to keep performance stable, but this quickly used up the free credits. I did a blog post about the cost and the steps I took to optimize things. Eventually I moved the Minecraft servers to my homelab, where I had more compute resources available that wouldn't incur a monthly cost. I did a detailed post about this as well.

    #Cloud Computing #Cloud Infrastructure #VPS 15 social mentions

  3. Google Cloud provides flexible infrastructure, end-to-security, modern productivity, and intelligent insights engineered to help your business thrive.
    You may have noticed some changes to this site. Along with some style and color changes, I've updated the domain, and focused the pages on my technical blog. Originally this site started as an administrative page for the Minecraft servers I am hosting. I built the first Minecraft server in Google Cloud on a general Compute Engine instance, and was running this web page on a separate smaller instance. As the player count increased, I had to increase the resources on the VM to keep performance stable, but this quickly used up the free credits. I did a blog post about the cost and the steps I took to optimize things. Eventually I moved the Minecraft servers to my homelab, where I had more compute resources available that wouldn't incur a monthly cost. I did a detailed post about this as well.

    #Cloud Computing #Backend As A Service #Cloud Infrastructure 168 social mentions

  4. Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.
    I use CloudFlare for some of my DNS services, which also provides some caching and DDOS protection. If using Amazon Route 53, or another DNS provider, the domain names and IPs would need to be updated in your provider so they would resolve properly.

    #CDN #Cloud Computing #Content Distribution 94 social mentions

  5. Open Source Cloud
    Deciding how to set up the AWS Wordpress instance took quite a bit of thought. I had thought about using a more complex setup including an EC2 (Elastic Compute Cloud) instance, a VPC (Virtual Private Cloud), and serverless components like RDS (Relational Database Service) for the database, and S3 (Simple Storage Service) for file storage. Another way I had read about that could be challenging, was to set up Wordpress on EKS (Elastic Kubernetes Service). I could also automate a lot of the setup using Terraform.

    #Cloud Computing #Cloud Infrastructure #VPS 19 social mentions

  6. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    Deciding how to set up the AWS Wordpress instance took quite a bit of thought. I had thought about using a more complex setup including an EC2 (Elastic Compute Cloud) instance, a VPC (Virtual Private Cloud), and serverless components like RDS (Relational Database Service) for the database, and S3 (Simple Storage Service) for file storage. Another way I had read about that could be challenging, was to set up Wordpress on EKS (Elastic Kubernetes Service). I could also automate a lot of the setup using Terraform.

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  7. Amazon Route 53 is a highly available and scalable DNS web service.
    I use CloudFlare for some of my DNS services, which also provides some caching and DDOS protection. If using Amazon Route 53, or another DNS provider, the domain names and IPs would need to be updated in your provider so they would resolve properly.

    #Domain Name Registrar #Cloud Computing #Domain Names 45 social mentions

  8. Easy to manage relational databases optimized for total cost of ownership.
    Deciding how to set up the AWS Wordpress instance took quite a bit of thought. I had thought about using a more complex setup including an EC2 (Elastic Compute Cloud) instance, a VPC (Virtual Private Cloud), and serverless components like RDS (Relational Database Service) for the database, and S3 (Simple Storage Service) for file storage. Another way I had read about that could be challenging, was to set up Wordpress on EKS (Elastic Kubernetes Service). I could also automate a lot of the setup using Terraform.

    #Databases #NoSQL Databases #Relational Databases 68 social mentions

  9. Simple Virtual Private Servers on AWS
    I ended up going with the AWS Lightsail platform for a number of reasons:.

    #VPS #Cloud Computing #Databases 50 social mentions

  10. Amazon EKS makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes clusters.
    Deciding how to set up the AWS Wordpress instance took quite a bit of thought. I had thought about using a more complex setup including an EC2 (Elastic Compute Cloud) instance, a VPC (Virtual Private Cloud), and serverless components like RDS (Relational Database Service) for the database, and S3 (Simple Storage Service) for file storage. Another way I had read about that could be challenging, was to set up Wordpress on EKS (Elastic Kubernetes Service). I could also automate a lot of the setup using Terraform.

    #Cloud Computing #Developer Tools #Cloud Infrastructure 55 social mentions

  11. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    Pricing:
    • Open Source
    Deciding how to set up the AWS Wordpress instance took quite a bit of thought. I had thought about using a more complex setup including an EC2 (Elastic Compute Cloud) instance, a VPC (Virtual Private Cloud), and serverless components like RDS (Relational Database Service) for the database, and S3 (Simple Storage Service) for file storage. Another way I had read about that could be challenging, was to set up Wordpress on EKS (Elastic Kubernetes Service). I could also automate a lot of the setup using Terraform.

    #Cloud Computing #Cloud Infrastructure #VPS 63 social mentions

  12. Amazon CloudFront is a content delivery web service.
    Lightsail has additional features such as CDN (Content Delivery Network) Distribution similar to Amazon CloudFront, and the option for Load Balancers or a managed database if needed. For the low traffic of my site, this will probably not be necessary for a long time.

    #CDN #Cloud Computing #Content Distribution 67 social mentions

  13. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    I've been focusing more on Amazon Web Services instead of Google Cloud Platform for my cloud experience recently, and last month was selected to join the AWS Community Builders program. One of the perks of the program is some additional free AWS credits, so I decided to take the opportunity to move this site to AWS to take advantage of using those up, as I seem to have an excess of them at this time. I'm sure most of the AWS credits will go towards experimentation and learning, but this is a consistent cost that they can be put towards as well.

    #Cloud Computing #Cloud Infrastructure #IaaS 362 social mentions

Discuss: Migrating Wordpress from GCP to AWS

Log in or Post with