Category: Database

In this article I gonna launch wordpress on AWS by consider the secuirty meausre .This project has the following key points: Prerequisites-Configuring AWS: In order for Terraform to be able to make changes in your AWS account, you will need to configure the AWS credentials for the user you created earlier Run following terraform command to create vpc it ask to change Creating public Subnet for wordpress:In this public subnet, we will launch the WordPress site.

Security Group for MySQL instance: MySQL instance in a private subnet, we required that MySQL can only be accessed by the WordPress instance.

Here,you see wordpress has public IP by this public IP we can access wordpress dashboard.

Related Articles