DEV Community

Discussion on: Headless Wordpress CMS on AWS

Collapse
 
teaglebuilt profile image
dillan teagle

I am in the process of trying to deploy a blog with wordpress and react. As of now I am using terraform for creating an ec2 instance and then an s3 instance for the react front end. Now, I am using docker-compose to launch the application locally.

Looking at your approach, what would you suggest? You are also planning on hosting your front end through s3, obviously reduce cost, but how will you map this to where you can retrieve your data from your api in your frontend/s3?

I am considering your approach, although I do not have enough experience to suggest anything different.