On the current AWS server, there is an application that runs on a shared core and
uses a symbolic link for domain separation.
2. It is necessary:
○ To create four new separate AWS instances for the new application:
■ Prod instance for the Maria App.
Repo Back Branch - main
Repo Front Branch - master
■ Test instance for the Maria App.
Repo Back Branch - main
Repo Front Branch - master
○ To deploy and configure the applications on the new instances, ensuring
full autonomy and abandoning the current symbolic links.
○ To migrate two existing applications from the current
production instance AWS to separate instances, ensuring proper
functionality and independence.
Repo Back Branch master (currently the master is running on prod, but
there have been many releases accumulated and it needs to be organized and
set up for auto-deploy with git)
Requirements:
● The applications must operate independently, without using symbolic
links.
● Set up DNS records and SSL certificates for each domain.
● Ensure seamless migration with minimal downtime.
● Provide monitoring and backup for current and new instances.
The project needs to be supported, so new tasks will arise on a regular basis.