Modul 3 Activity 3 Troubleshooting Create Instance Using CLI
Modul 3 Activity 3 Troubleshooting Create Instance Using CLI
EN_US -
Activity overview
In this activity, you will use the AWS Command Line Interface (AWS CLI) to launch an
Amazon Elastic Compute Cloud (Amazon EC2) instance into the eu-west-2 (London)
Region.
When you create the instance, the user-data file you reference will configure the instance to
have an Apache web server, a MariaDB relational database (a fork of the MySQL relational
database), and PHP running on it. Together, these software packages installed on a single
machine are often referred to as a LAMP stack ( Linux, Apache web server, MySQL, and
PHP). LAMP stacks are a common way to create a website, which also has a database
backend deployment, on a single machine.
The same user-data file will deploy website files on the instance and run SQL scripts on the
instance. The result will be an instance that hosts an updated version of the Mom & Pop
Café website. The new version of the website will support online customer orders.
This diagram summarizes the activities that you will complete in this activity.