Mbitajeff / Building-Microservices-and-a-CI-CD-Pipeline-with-AWS

1 stars 0 forks source link

Phase 2: Analyzing the infrastructure of the monolithic application #2

Open Mbitajeff opened 3 months ago

Mbitajeff commented 3 months ago

Task 2.1: Verify that the monolithic application is available

Subtasks: -Access the Amazon EC2 console. -Locate and copy the Public IPv4 address of the MonolithicAppServer instance. -Verify web application accessibility.

Mbitajeff commented 3 months ago

Task 2.2: Test the monolithic web application

Subtasks: -Test the existing application functionality (list suppliers, add supplier, edit supplier). -Document the URL paths and functionality.

Mbitajeff commented 3 months ago

Task 2.3: Analyze how the monolithic application runs

Subtasks: -Use EC2 Instance Connect to access the MonolithicAppServer instance. -Analyze the application process and node daemon. -Investigate the application’s data storage using MySQL client. -Document the findings.