SlideShare a Scribd company logo
Pixlogix info@pixlogix.com www.pixlogix.com
Pixlogix info@pixlogix.com www.pixlogix.com
WordPress on AE Beanstalk: The One-Stop Guide.
WordPress is an open-source content management system (CMS). It is a very famous platform amongst users
around the globe. And the primary reason behind its popularity is that WordPress can be used by even
individuals who have no coding experience at all. Being widely used for the development of blogs and
websites, WordPress is the easiest CMS which can be installed and used for free. It is based on PHP & MySQL.
But, the question arises as to how to deploy and host WordPress.
In this article, we will teach you how to do the same. We will share the entire process required to host
WordPress with minimal hard work at your end. You will learn how to upload WordPress on AWS Elastic
Beanstalk while managing time-consuming database tasks.
Pixlogix info@pixlogix.com www.pixlogix.com
WordPress on AE Beanstalk:
AWS Elastic Beanstalk: A beginner’s guide.
WordPress was released in 2003 for users/bloggers worldwide. However, it wasn’t made available with scalability
present nowadays. With due time, WordPress has witnessed a variety of advancement in cloud-based infrastructure
as well as overall functionality. In today’s time, it is also possible to create WordPress architecture with numerous
benefits of the AWS platform.
Now, what is the AWS platform? AWS or Amazon Web Services is a public cloud service which provides a
number of multi-purpose computing and web solutions. One such service is known as AWS Elastic
Beanstalk. AWS Beanstalk is rapidly changing the world of computing by deploying applications in the AWS
Cloud in absolutely no time!
Pixlogix info@pixlogix.com www.pixlogix.com
AWS Elastic Beanstalk minimizes complexity by automatically managing various crucial tasks’ details such as
load balance, capacity provision, scaling, application health monitoring, etc. AWS Elastic Beanstalk offers
greater convenience with more scalability and less restrictions.
It lets the application run efficiently and without any interruptions. It also automates the application monitoring
process seamlessly.
At AWS Elastic Beanstalk, the user can choose from a range of platforms for code installation while creating an
app. The platforms that can be picked are: Go, Java, .NET, Node.js, PHP, Python, and Ruby. Other than AWS
Management Console, the user can also install an application using the AWS Command Line Interface (AWS
CLI), or eb, especially designed for Elastic Beanstalk.
info@pixlogix.com www.pixlogix.com
Benefits of AWS Elastic Beanstalk
Amazon Web Services act as a boon in the computing world.
•It offers a plethora of application management services both for developers and administrators.
•No extra charges are incurred for the services.
•AWS Elastic Beanstalk, AWS OpsWorks, and AWS CloudFormation help in the easy management of AWS
cloud applications.
•Offers greater control.
•Apps like WordPress could be easily uploaded.
•It facilitates faster deployment and management of cloud applications.
Pixlogix info@pixlogix.com www.pixlogix.com
How to set-up or upload WordPress on AWS Elastic Beanstalk?
Deploying WordPress on AWS Beanstalk requires a structured process to follow. The step by step procedure
requires starting from scratch, including AWS Documentation. It is recommended to follow carefully the steps
mentioned below in order to successfully deploy a WordPress website on AWS.
Pixlogix info@pixlogix.com www.pixlogix.com
1. Sign up to AWS Elastic Beanstalk
Start with creating an account on the Amazon Web service if you don’t have any. If you already have an account
on AWS, then you may skip this step. New users get free first 12 months of basic Amazon AWS cloud tier. But,
while you sign-up, it is a mandate to have a credit card to complete the process.
Pixlogix info@pixlogix.com www.pixlogix.com
2. Build New Application on Elastic Beanstalk
Users can create a new application for WordPress using this link Elastic Beanstalk page (link) . AWS Elastic
Beanstalk supports two different types of web applications: First- Web server environment, which is meant to
install standard web applications processing HTTP requests. Second- the Worker environment, which performs
particular scheduled tasks or manages long-running workloads.
Pixlogix info@pixlogix.com www.pixlogix.com
3. Build the Environment
After clicking on the link for a new application, a section appears wherein the user can create the application for
WordPress. You may name the application and domain name for subdomain initials on elasticbeanstalk.com.
Post naming, you can scroll down to the section called Basic Configuration.
After clicking on the drop-down box, select the PHP option for preconfigured platform.
Lastly, click on the Review and Launch button.
Pixlogix info@pixlogix.com www.pixlogix.com
4. WordPress Settings for AWS Elastic Beanstalk
After selecting the Review and Launch option, a new configuration page appears. Herein the user gets the
flexibility to configure database, network, storage, security, monitoring etc., for the WordPress site.
Users may go to the sections required to set up and install WordPress. He can also click on Modify (link)to
customize them through various configuration verticals.
Pixlogix info@pixlogix.com www.pixlogix.com
a. Software details:
Document root: If your root document is in your project, you can leave this set to /. If your root document is
stored in a child directory (e.g. /public), then you have to set this value to match the child directory.
Example: www.example.com/wordpress then
Set Document root directory to /wordpress. If you want WordPress or any other project into a root directory, then
type / only. Turn on the Zlib output compression.
Now, you may click on the Save button
b. Instances Section:
Here the user can modify the instance type as per traffic or workload on the WordPress site. You can click
on the default security group checkbox and save the configuration.
Pixlogix info@pixlogix.com www.pixlogix.com
c. Security:
The Elastic Beanstalk can be accessed from SSH once a private SSH key has been assigned to it. A user can
achieve the same by clicking on this link.
The user, further, will have to click on the ‘Key pair’ available in Network and Security section.
•Click on the ‘Create Key Pair’ option and name the Key pair.
•After creating a private key on AWS elastic, it downloads automatically.
•Once the download is complete, you may save it for later use.
•Go to the Elastic Beanstalk configuration page and click on ‘Modify’ in the Security Card.
•Click on the drop-down box available in front of EC2 key pair under Virtual machine permissions and
select created SSH private key to attach it with the Elastic Beanstalk Virtual instance.
•Click on the ‘Save’ button.
Pixlogix info@pixlogix.com www.pixlogix.com
d. Notifications:
Modify the ‘Notifications’ setting card and enter the email ID you want to assign. Click the Save button.
This way, you will receive notifications for instance, applications or updates.
e. Network Settings:
When the user opts for changing network settings, it offers a pre-defined Virtual private cloud (VPC) adapter and
subnets. The user will have to select all the subnets and an option to assign a ‘Public IP’ to the installed Elastic
Beanstalk instance. Once done then click on ‘Save’.
Pixlogix info@pixlogix.com www.pixlogix.com
f. Create WordPress Database
Reach out to the Database card to modify it. You will see the available Amazon RDS SQL databases available for
configuration.
•Choose the Database you want.
•Engine Version: Select the version you want from the multiple options available.
•Instance Class: Select the resource for your Database. If the database has to store heavy data or likewise then
you will have to choose accordingly.
•Storage: Select the amount of space you want to assign to the database.
•Username: Create a Database username.
•Password: Create a strong password.
•Click on the ‘Save’ button.
Pixlogix info@pixlogix.com www.pixlogix.com
Pixlogix info@pixlogix.com www.pixlogix.com
g. Create App
Once done with all the steps successfully, click on ‘Create App’ button.
Access created PHP for WordPress
After the successful creation of a PHP app, the user may go ahead and click on it for further setup.
Uploading WordPress
When it comes to uploading and deploying WordPress on AWS Elastic Beanstalk, the users may click on this link
to download the latest WordPress version.
After downloading the version, click on ‘Upload & Deploy’ in the App’s section.
Pixlogix info@pixlogix.com www.pixlogix.com
7. Accessing the Deployed WordPress
Now when WordPress has been successfully uploaded, the user can access it by following the below mentioned
process.
•Click on the subdomain URL for installed WordPress, available above the Overview of the Beanstalk
Environment.
•The link opens automatically in new browser. An error appears of no access to the root directory. In such case
you will have to move the files to the main root directory to access the same.
•And, if /WordPress is mentioned at the end of the URL, the user can access WordPress.
8. Setting-up Deployed WordPress
Open the ‘Environmental URL’ as mentioned previously. A setup screen for WordPress will appear.
•The user will connect Amazon MySQL Database with WordPress.
•The default database name will be ‘edbd’.
•Enter your username (which was created previously in the process above).
•Enter the same password created above.
Pixlogix info@pixlogix.com www.pixlogix.com
Database Hostname:
The user can find their database hostname or URL from the Environment configuration created for WordPress.
Towards the bottom of the page, users can find ‘Endpoint’ from where they have to copy the link without the port
number. Modify the prefix of Database if needed, and finally click ‘Submit’.
Pixlogix info@pixlogix.com www.pixlogix.com
Conclusion
WordPress can be easily uploaded and deployed on AWS Elastic Beanstalk by following the accurate
methodology as per requirement. We hope this article will help you with the right direction in your future needs
for installing and setting up WordPress hosting platforms on AE Beanstalk.
“An Award Winning Digital Web Agency”
facebook.com/pixlogix
pinterest.com/pixlogix
in.linkedin.com/company/pixlogix
twitter.com/pixlogix
Pixlogix info@pixlogix.com www.pixlogix.com
Social
Profiles
THANKS
FOR WATCHING US
Pixlogix info@pixlogix.com www.pixlogix.com
S o u r c e L i n k
Pixlogix info@pixlogix.com www.pixlogix.com

More Related Content

PPTX
Word press site
PPTX
Cloud computing
PDF
McrUmbMeetup 22 May 14: Umbraco and Amazon
PPTX
Workspaces overview
PDF
Wordpress Tech Talk
PDF
Wordpress Tech Talk at Atlogys
PDF
Installing WordPress on AWS
PPTX
AWS Workspaces Overview v2
Word press site
Cloud computing
McrUmbMeetup 22 May 14: Umbraco and Amazon
Workspaces overview
Wordpress Tech Talk
Wordpress Tech Talk at Atlogys
Installing WordPress on AWS
AWS Workspaces Overview v2

Similar to WordPress on AE Beanstalk:The One-Stop Guide (20)

PPTX
Go…Running Kentico CMS on Windows Azure
PPTX
Azure App Service for Windows Container
PPTX
Drilett aws vpc_presentation_shared
PDF
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
PDF
Docker Java App with MariaDB – Deployment in Less than a Minute
PDF
Azure Web Apps: What it is and how to get started
PPTX
DRILETT_AWS_VPC_Presentation_2MB
PDF
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
PDF
AWS CodeDeploy
PDF
Advanced Programming Using Visual Basic. NET
PPT
Scaling drupal horizontally and in cloud
PPTX
Wordpress multisite
PPTX
PPTX
slides oif mlsa oigf fhdhd cgdgd gggd bdg.pptx
PDF
Hortonworks Setup & Configuration on Azure
PPTX
Spring boot-application
PPTX
Aws big picture_overview
PPTX
Java – azure integration
PDF
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
PDF
Microsoft Azure Overview Infographic
Go…Running Kentico CMS on Windows Azure
Azure App Service for Windows Container
Drilett aws vpc_presentation_shared
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
Docker Java App with MariaDB – Deployment in Less than a Minute
Azure Web Apps: What it is and how to get started
DRILETT_AWS_VPC_Presentation_2MB
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
AWS CodeDeploy
Advanced Programming Using Visual Basic. NET
Scaling drupal horizontally and in cloud
Wordpress multisite
slides oif mlsa oigf fhdhd cgdgd gggd bdg.pptx
Hortonworks Setup & Configuration on Azure
Spring boot-application
Aws big picture_overview
Java – azure integration
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Microsoft Azure Overview Infographic
Ad

More from Pixlogix Infotech (20)

PPTX
Vue vs React In-Depth Comparison of 2 Leading JavaScript Frameworks
PDF
How to Fix Configurable Product Image in Magento 2 Cart (Simple Product Hack)
PDF
WordPress Security How to Secure Your Site from Hackers
PDF
Bespoke Application Development and Off-the-Shelf Solution What to Choose
PDF
Website Launch Checklist 20 Essential Steps for a Successful Launch
PDF
How Website Speed Directly Impacts Sales Boost Conversions with Faster Sites
PDF
How Website Speed Directly Impacts Sales Boost Conversions with Faster Sites
PDF
How to Hire the Best Web Design Company
PDF
Top 11 Reasons Why Shopify Plus Ideal For eCommerce Development
PDF
Node JS vs PHP Which Backend to Choose for Your Project.pdf
PDF
Ultimate Guide How to Perform a Successful SEO Audit for Your Website
PDF
Custom Web Design Vs Website Templates Which One Is Right
PDF
Custom Web Design Vs Website Templates Which One Is Right
PDF
Why Shopify is the Best Choice For eCommerce Website
PDF
How UIUX Design Boosts Website Conversions Key Insights
PDF
10 Reasons Why Website Maintenance is Necessary
PDF
What is UX Strategy and Why is It Important in 2024
PDF
How to Choose The Best Technology Stack for Your Website.pdf
PDF
Best 20 SEO Techniques To Improve Website Visibility In SERP
PDF
20 Comprehensive Checklist of Designing and Developing a Website
Vue vs React In-Depth Comparison of 2 Leading JavaScript Frameworks
How to Fix Configurable Product Image in Magento 2 Cart (Simple Product Hack)
WordPress Security How to Secure Your Site from Hackers
Bespoke Application Development and Off-the-Shelf Solution What to Choose
Website Launch Checklist 20 Essential Steps for a Successful Launch
How Website Speed Directly Impacts Sales Boost Conversions with Faster Sites
How Website Speed Directly Impacts Sales Boost Conversions with Faster Sites
How to Hire the Best Web Design Company
Top 11 Reasons Why Shopify Plus Ideal For eCommerce Development
Node JS vs PHP Which Backend to Choose for Your Project.pdf
Ultimate Guide How to Perform a Successful SEO Audit for Your Website
Custom Web Design Vs Website Templates Which One Is Right
Custom Web Design Vs Website Templates Which One Is Right
Why Shopify is the Best Choice For eCommerce Website
How UIUX Design Boosts Website Conversions Key Insights
10 Reasons Why Website Maintenance is Necessary
What is UX Strategy and Why is It Important in 2024
How to Choose The Best Technology Stack for Your Website.pdf
Best 20 SEO Techniques To Improve Website Visibility In SERP
20 Comprehensive Checklist of Designing and Developing a Website
Ad

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPT
Teaching material agriculture food technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Machine Learning_overview_presentation.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Approach and Philosophy of On baking technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
SOPHOS-XG Firewall Administrator PPT.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Assigned Numbers - 2025 - Bluetooth® Document
Teaching material agriculture food technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Machine Learning_overview_presentation.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Approach and Philosophy of On baking technology
Per capita expenditure prediction using model stacking based on satellite ima...
MIND Revenue Release Quarter 2 2025 Press Release
Unlocking AI with Model Context Protocol (MCP)
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Building Integrated photovoltaic BIPV_UPV.pdf
Getting Started with Data Integration: FME Form 101
Diabetes mellitus diagnosis method based random forest with bat algorithm

WordPress on AE Beanstalk:The One-Stop Guide

  • 2. Pixlogix info@pixlogix.com www.pixlogix.com WordPress on AE Beanstalk: The One-Stop Guide. WordPress is an open-source content management system (CMS). It is a very famous platform amongst users around the globe. And the primary reason behind its popularity is that WordPress can be used by even individuals who have no coding experience at all. Being widely used for the development of blogs and websites, WordPress is the easiest CMS which can be installed and used for free. It is based on PHP & MySQL. But, the question arises as to how to deploy and host WordPress. In this article, we will teach you how to do the same. We will share the entire process required to host WordPress with minimal hard work at your end. You will learn how to upload WordPress on AWS Elastic Beanstalk while managing time-consuming database tasks.
  • 3. Pixlogix info@pixlogix.com www.pixlogix.com WordPress on AE Beanstalk: AWS Elastic Beanstalk: A beginner’s guide. WordPress was released in 2003 for users/bloggers worldwide. However, it wasn’t made available with scalability present nowadays. With due time, WordPress has witnessed a variety of advancement in cloud-based infrastructure as well as overall functionality. In today’s time, it is also possible to create WordPress architecture with numerous benefits of the AWS platform. Now, what is the AWS platform? AWS or Amazon Web Services is a public cloud service which provides a number of multi-purpose computing and web solutions. One such service is known as AWS Elastic Beanstalk. AWS Beanstalk is rapidly changing the world of computing by deploying applications in the AWS Cloud in absolutely no time!
  • 4. Pixlogix info@pixlogix.com www.pixlogix.com AWS Elastic Beanstalk minimizes complexity by automatically managing various crucial tasks’ details such as load balance, capacity provision, scaling, application health monitoring, etc. AWS Elastic Beanstalk offers greater convenience with more scalability and less restrictions. It lets the application run efficiently and without any interruptions. It also automates the application monitoring process seamlessly. At AWS Elastic Beanstalk, the user can choose from a range of platforms for code installation while creating an app. The platforms that can be picked are: Go, Java, .NET, Node.js, PHP, Python, and Ruby. Other than AWS Management Console, the user can also install an application using the AWS Command Line Interface (AWS CLI), or eb, especially designed for Elastic Beanstalk.
  • 5. info@pixlogix.com www.pixlogix.com Benefits of AWS Elastic Beanstalk Amazon Web Services act as a boon in the computing world. •It offers a plethora of application management services both for developers and administrators. •No extra charges are incurred for the services. •AWS Elastic Beanstalk, AWS OpsWorks, and AWS CloudFormation help in the easy management of AWS cloud applications. •Offers greater control. •Apps like WordPress could be easily uploaded. •It facilitates faster deployment and management of cloud applications.
  • 6. Pixlogix info@pixlogix.com www.pixlogix.com How to set-up or upload WordPress on AWS Elastic Beanstalk? Deploying WordPress on AWS Beanstalk requires a structured process to follow. The step by step procedure requires starting from scratch, including AWS Documentation. It is recommended to follow carefully the steps mentioned below in order to successfully deploy a WordPress website on AWS.
  • 7. Pixlogix info@pixlogix.com www.pixlogix.com 1. Sign up to AWS Elastic Beanstalk Start with creating an account on the Amazon Web service if you don’t have any. If you already have an account on AWS, then you may skip this step. New users get free first 12 months of basic Amazon AWS cloud tier. But, while you sign-up, it is a mandate to have a credit card to complete the process.
  • 8. Pixlogix info@pixlogix.com www.pixlogix.com 2. Build New Application on Elastic Beanstalk Users can create a new application for WordPress using this link Elastic Beanstalk page (link) . AWS Elastic Beanstalk supports two different types of web applications: First- Web server environment, which is meant to install standard web applications processing HTTP requests. Second- the Worker environment, which performs particular scheduled tasks or manages long-running workloads.
  • 9. Pixlogix info@pixlogix.com www.pixlogix.com 3. Build the Environment After clicking on the link for a new application, a section appears wherein the user can create the application for WordPress. You may name the application and domain name for subdomain initials on elasticbeanstalk.com. Post naming, you can scroll down to the section called Basic Configuration. After clicking on the drop-down box, select the PHP option for preconfigured platform. Lastly, click on the Review and Launch button.
  • 10. Pixlogix info@pixlogix.com www.pixlogix.com 4. WordPress Settings for AWS Elastic Beanstalk After selecting the Review and Launch option, a new configuration page appears. Herein the user gets the flexibility to configure database, network, storage, security, monitoring etc., for the WordPress site. Users may go to the sections required to set up and install WordPress. He can also click on Modify (link)to customize them through various configuration verticals.
  • 11. Pixlogix info@pixlogix.com www.pixlogix.com a. Software details: Document root: If your root document is in your project, you can leave this set to /. If your root document is stored in a child directory (e.g. /public), then you have to set this value to match the child directory. Example: www.example.com/wordpress then Set Document root directory to /wordpress. If you want WordPress or any other project into a root directory, then type / only. Turn on the Zlib output compression. Now, you may click on the Save button b. Instances Section: Here the user can modify the instance type as per traffic or workload on the WordPress site. You can click on the default security group checkbox and save the configuration.
  • 12. Pixlogix info@pixlogix.com www.pixlogix.com c. Security: The Elastic Beanstalk can be accessed from SSH once a private SSH key has been assigned to it. A user can achieve the same by clicking on this link. The user, further, will have to click on the ‘Key pair’ available in Network and Security section. •Click on the ‘Create Key Pair’ option and name the Key pair. •After creating a private key on AWS elastic, it downloads automatically. •Once the download is complete, you may save it for later use. •Go to the Elastic Beanstalk configuration page and click on ‘Modify’ in the Security Card. •Click on the drop-down box available in front of EC2 key pair under Virtual machine permissions and select created SSH private key to attach it with the Elastic Beanstalk Virtual instance. •Click on the ‘Save’ button.
  • 13. Pixlogix info@pixlogix.com www.pixlogix.com d. Notifications: Modify the ‘Notifications’ setting card and enter the email ID you want to assign. Click the Save button. This way, you will receive notifications for instance, applications or updates. e. Network Settings: When the user opts for changing network settings, it offers a pre-defined Virtual private cloud (VPC) adapter and subnets. The user will have to select all the subnets and an option to assign a ‘Public IP’ to the installed Elastic Beanstalk instance. Once done then click on ‘Save’.
  • 14. Pixlogix info@pixlogix.com www.pixlogix.com f. Create WordPress Database Reach out to the Database card to modify it. You will see the available Amazon RDS SQL databases available for configuration. •Choose the Database you want. •Engine Version: Select the version you want from the multiple options available. •Instance Class: Select the resource for your Database. If the database has to store heavy data or likewise then you will have to choose accordingly. •Storage: Select the amount of space you want to assign to the database. •Username: Create a Database username. •Password: Create a strong password. •Click on the ‘Save’ button.
  • 16. Pixlogix info@pixlogix.com www.pixlogix.com g. Create App Once done with all the steps successfully, click on ‘Create App’ button. Access created PHP for WordPress After the successful creation of a PHP app, the user may go ahead and click on it for further setup. Uploading WordPress When it comes to uploading and deploying WordPress on AWS Elastic Beanstalk, the users may click on this link to download the latest WordPress version. After downloading the version, click on ‘Upload & Deploy’ in the App’s section.
  • 17. Pixlogix info@pixlogix.com www.pixlogix.com 7. Accessing the Deployed WordPress Now when WordPress has been successfully uploaded, the user can access it by following the below mentioned process. •Click on the subdomain URL for installed WordPress, available above the Overview of the Beanstalk Environment. •The link opens automatically in new browser. An error appears of no access to the root directory. In such case you will have to move the files to the main root directory to access the same. •And, if /WordPress is mentioned at the end of the URL, the user can access WordPress. 8. Setting-up Deployed WordPress Open the ‘Environmental URL’ as mentioned previously. A setup screen for WordPress will appear. •The user will connect Amazon MySQL Database with WordPress. •The default database name will be ‘edbd’. •Enter your username (which was created previously in the process above). •Enter the same password created above.
  • 18. Pixlogix info@pixlogix.com www.pixlogix.com Database Hostname: The user can find their database hostname or URL from the Environment configuration created for WordPress. Towards the bottom of the page, users can find ‘Endpoint’ from where they have to copy the link without the port number. Modify the prefix of Database if needed, and finally click ‘Submit’.
  • 19. Pixlogix info@pixlogix.com www.pixlogix.com Conclusion WordPress can be easily uploaded and deployed on AWS Elastic Beanstalk by following the accurate methodology as per requirement. We hope this article will help you with the right direction in your future needs for installing and setting up WordPress hosting platforms on AE Beanstalk.
  • 20. “An Award Winning Digital Web Agency” facebook.com/pixlogix pinterest.com/pixlogix in.linkedin.com/company/pixlogix twitter.com/pixlogix Pixlogix info@pixlogix.com www.pixlogix.com Social Profiles
  • 21. THANKS FOR WATCHING US Pixlogix info@pixlogix.com www.pixlogix.com S o u r c e L i n k