January 24, 2020 — The talk and demo will focus on how to deploy WordPress on Amazon Web Services. The talk is not very technical and will include what AWS is and the benefits of deploying on the cloud service.
October 25, 2019 — Una de las mayores ventajas de la nube es la escalabilidad. En esta sesión mostraremos consejos de cómo desplegar un WordPress usando los servicios disponibles en AWS como EC2, RDS, LoadBalancer, ElastiCache entre otros. Se mostrará cómo minimizar los costes desde un pequeño sitio a uno de alta disponibilidad en la nube de Amazon.
April 30, 2019 — Cloud Computing is one of those aspects of computing that seems shrouded in mystery.
Most Web Developers desire to control every aspect of their hosting environments but get scared at the prospect of learning Cloud Computing.
This session will teach absolute beginners how to signup for an AWS account, purchase a domain name, configure a WordPress cloud image and manage a WordPress website running on Amazon Web Services.
December 10, 2017 — WordPress at its heart is a blogging platform, designed to serve a site that’s largely read-only. Logging in isn’t necessary unless you’re an admin looking to write a blog post or adjust settings. This is a good thing! Scaling a site that’s predominantly read-only is very easy because you can place a CDN like CloudFront or a page cache like Varnish in front of a single server and serve many, many requests from hardware as cheap as $5 per month.
But what happens when you have a site that isn’t read-only? What happens when you have, for example, a WooCommerce site with a couple hundred transactions a day? Or perhaps you run a news site with millions of pageviews a month? All of a sudden, that poor $5 server is catching on fire and asking what it did to deserve this!
Running a single server like this is called a “Single Point of Failure” and that is a very big no-no to run in a production environment. Cloud servers are ephemeral in nature and aren’t guaranteed to stay up 100% of the time. Any number of things can go wrong, which is why designing your infrastructure to respond to bursts of traffic as well as be able to continue serving requests when servers go down is paramount to a reliable production environment.
This talk will give an overview of what is involved from moving from a single-server setup to a scalable, highly-available infrastructure on AWS.
August 9, 2017 — A case study of how the Harvard Chan School is leveraging Amazon Web Services to power a high performance, elastic and scalable hosting environment for 1900+ websites, on one WordPress Multisite installation.
This session will introduce how the ever-growing panel of Amazon Web Services can be used to perform load balancing, auto-scaling, content delivery, caching, backups, continuous integration and monitoring for WordPress.
June 28, 2017 — レンサバでWordPressを安定運用させるのって大変ですよね。AWS + WordPressでコーポレートサイトやブランドサイトを運用してしてきた経験をもとに、いかに頑張らずにWordPressを運用できるのかを説明します。
June 28, 2017 — AWSの何がいいの?なんで使われているの?
AWSのセキュリティってどうやって守るの?
従量課金だから請求が怖い
と言った疑問を解消するためのAWSについてお話します。
June 19, 2017 — How to use AWS (Amazon Web Services) to improve distribution of your self-hosted videos. You can easily deliver video to your WordPress website. This approach allows you to maintain analytics and keep your brand consistent. You’ll learn how to use AWS to distribute video content, setup JW Player and add your self-hosted videos to your WordPress site.
October 3, 2016 — To serve high traffic blogs, media websites, and e-commerce shops, it is vital to configure WordPress and server setting.
October 1, 2016 — Do you know Amazon Alexa? / What is Amazon Alexa?
Amazon Alexa is a speech recognition service provided by Amazon.
By combining various AWS applications, you can use it in many ways imaginable.
Our team developed the applications by combining Alexa and WP REST API to control WordPress without using any GUI.
In the session, we’ll introduce GUI-less application and how to combine speech recognition service + WP REST API and how to control WordPress without any GUI.