Server for Web application

0

Hi everybody

We want to install a web app on an Amazon server. Can anybody help me determine if these requirements are met on AWS?As an amateur, I don't have much knowledge about this. The developer asked me for this information.

Hosting Service (Host/Server) Connection details for: FTP/SFTP SSH SMTP Email Sending Service Installation prerequisites: PHP 8.2 with default extensions and Ctype, iconv, PCRE, Session, SimpleXML, Tokenizer DBMS: MariaDB v10.9 | Postgres v14 Dependency Manager: Composer v2.5 Web Server: Apache HTTP Server v2.4 Additionally, it is necessary that the required DNS records for the root domain be configured (parked) on the hosting service.

Thanks

ImanBo
asked 8 months ago202 views
2 Answers
0

Yes, absolutely. This is a very simple setup and its rare there is a scenario AWS cannot accommodate as the world's most advanced cloud platform.

That said, you will need someone to setup and administer the environment and services on AWS. So it will either need to be someone you hire, your developer, or yourself. If you are just getting started, one option would be to checkout Lightsail (https://aws.amazon.com/lightsail/). Otherwise, you will want to familiarize yourself with services like Amazon SES, EC2, RDS, and Route53, using SSH, and basic Linux commands, to meet these needs.

profile picture
answered 8 months ago
profile picture
EXPERT
reviewed 8 months ago
0

Hi, to minimize your effort, LighSail with PHP is the way to go. See https://aws.amazon.com/getting-started/guides/deploy-lamp-lightsail/ for a tuto on how to install the LAMP stack.

Re. FTP/SFTP, I also strongly suggest to use AWS Transfer Family: https://aws.amazon.com/aws-transfer-family/ It is also a managed service.

Why managed services? Because it relieves you from the non-differentiating heavy-weight lifting done for you by AWS: patching, scaling, high availability, etc. are executed by AWS service teams. You developers can focus only on application code.

Hope it helps!

Didier

profile pictureAWS
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions