Install word press on AWS (Amazon Web services).

Open the EC2 instrument panel. Here, click Start instance to create and configure an EC2 instance. Step 3: install WordPress AWS marketplace on EC2 instance. There are many Amazon machine images (AMI), which can be used to quickly set up many general software. AMI is usually preconfigured as the ideal setting to run on AWS. Use these Amis to install word press. The
In the left menu, click AWS marketplace, search WordPress, find the bitnami based WordPress, and then click the blue selection button. Stage 4: display the detailed price page of instance fee confirmation. Don’t worry. The price of the software is US $0.00 regardless of the size of the instance used. Scroll to the bottom and select continue. In this self-study book, pretier is qualified T2. Use micro instances. T2 in the type column. Click micro, and then click Next: configure instance details. Loading may take several seconds. The
On the next screen, click Next: add storage, next: instance tab. Step 5: set the key and value pair to set the name of the instance. Type a name in the key box and word press in the value box. Click View and run to continue. Step 6: finally, you can check the instance configuration before clicking start here. This will start the Amazon EC2 instance running WordPress. Step 7: SSH key pair configuration key pair is the method to use SSH (secure shell) to connect EC2 instances through terminal programs. Even if you don’t know SSH at all, don’t worry. To log in to the terminal, you must have a key pair. Key pairs are not set here. The
Select proceed with key pair and select the checkbox to confirm that the key is required to access the EC2 instance. Click instance start to start the instance. It may take several minutes to start the instance. Step 8: is the word press instance running? Click instance view in the lower right corner (you may need to scroll down). Then select the WordPress instance and verify that the instance state is running. If the instance status shows that it is starting, AWS is still preparing the word press instance. The
Step 9: after running the website test instance, you can now test the WordPress website. At the bottom of this page, find the public IP of the instance. Male copy the public IP to the new tab of the web browser, and the familiar Hello world world press home page will be displayed (the topic may vary depending on the installation type). And then you go! Successfully installed the new installation of word press on the AWS EC2 instance. Step 10: the WordPress website configuration can now run the WordPress website and log in to the management page to customize the settings. However, you must first find the administrator password. The method is as follows: The
Return to the EC2 dashboard and select the WordPress instance. Then click the action button. Select instance Settings > import system log from the drop-down menu. Male scroll the system log pop-up menu to find the password of the word press administrator. Tip: you can find the content that contains the hash tag. Copy or write the password to an external file. Go to the word press website. Add \/admin at the end of the URL. 55.192.55.5555\/admin (example) and 55.192.55.5555\/admin merge
. Have fun. Navigate to the landing page of the WordPress site. The
To log in, enter the default user name (user) and the password you just copied. Congratulations! You can now manage, customize, and configure the word press site as needed. It is recommended that you change your user name and password immediately. Next, you can use the AWS instance connection public IP to work on the WordPress site to complete the design and development. However, once it is completed, you may want to point to the custom domain name so that users can access it directly from the browser. To do this, you must connect the DNS (domain name system) of the domain name to the EC2 instance (in this case, the WordPress site). Here is a simple guide to how Amazon can do this: If you have already registered a domain name, just follow step 1 of this guide. You can use instance monitoring and notification to set Amazon cloudwatch to collect indicators and logs of EC2 instances. If the resource usage of the instance exceeds, you can also set notification. This will resolve the problem before it becomes a vulnerability in the wallet. Here is Amazon’s quick guide on how to set up instance monitoring and notification. Deploy an extensible WordPress site on AWS. If you want to build a WordPress site, it is suitable for simple blogs or business websites with less traffic, but businesses with large traffic need further development. And this is not cheap. See the guide on how to deploy an extensible WordPress site on multiple AWS instances. Amazon also provides a page on how AWS deploys a WordPress site ready for production. Additional reading materials: This Amazon white paper details how to improve the cost efficiency and user experience of word press deployment. It also provides an overview of how to resolve common issues related to scalability and high availability requirements. Hosting WordPress sites on AWS with greater freedom and responsibility can achieve amazing performance and complete freedom of the server, but it is difficult to set up. And maintaining it is even more so. The software package on the server must be updated on the virtual machine and the security patch must be maintained. It is also responsible for ensuring that the server’s resources are appropriately expanded when needed. Also, the last time you look at the bill, be careful not to go bankrupt. All this is to ensure that your site is always in real time. There is a common joke in the system administrator community. \

Author:

Leave a Reply

Your email address will not be published. Required fields are marked *