Deploying WordPress Site Using AWS EKS, Fargate, EFS and RDS | by Frank Ye | Jan, 2021 | Medium medium.com
I recently migrated a dockerized WordPress site into AWS. The process was not as easy as I had expected. Although the AWS Documentation provides a lot of detailed information and great examples about each individual service AWS offers, they are not written in a way to facilitate the deployment of a full solution. Moreover, some documentation and examples only work for EC2 nodes but fail on Fargate, and there is no mentioning of this in the documents. I had to overcome a significant learning curve to finally be able to connect all the required pieces. Every time I solve a challenge, I write a blog to document it. Here we go…
Report Story