
In Progress
Posted
Paid on delivery
AWS Solutions Architect / Linux System Administrator Needed Project Summary I am looking for an experienced AWS Solutions Architect or Linux System Administrator to help configure a new production environment under my AWS account. This is NOT an application development project. I already have an application developer. I need an AWS infrastructure expert. Current Environment I have: • An existing Node.js application • A PHP 8.x / MySQL application currently under development • MongoDB used by the Node.js application • AWS S3 used for media storage The production environment needs to support both the Node.js application and the PHP application while keeping them organized and easy to maintain. What I Need I would like someone to: • Review the proposed architecture • Recommend the best AWS services • Configure a production-ready AWS environment • Configure PHP 8.x • Configure MySQL • Configure Node.js • Configure MongoDB (or connect to an existing MongoDB service) • Configure SSL, security, backups, and monitoring • Configure a multi-domain routing environment The PHP application will serve as a multi-domain gateway, with all incoming domain requests routed through a single PHP entry point. Looking For I'm looking for someone with experience in: • AWS EC2 • Linux (Ubuntu preferred) • Nginx or Apache • PHP • Node.js • MongoDB • AWS networking and security • DNS and multi-domain hosting • SSL certificates Please Answer These Questions To help me identify serious candidates, please answer these questions in your proposal: 1. How many AWS production environments have you personally configured? 2. Have you deployed both PHP and Node.js on the same AWS environment? 3. How would you recommend hosting a PHP multi-domain gateway alongside an existing Node.js application? 4. What AWS services would you recommend for this project, and why? 5. Are you available for a 30-minute Zoom meeting before the project begins? Please do not send a generic proposal. I am looking for someone who has actually designed and deployed AWS production environments.
Project ID: 40599056
147 proposals
Remote project
Active 4 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
147 freelancers are bidding on average $1,972 USD for this job

Hello, As a seasoned PHP developer, AWS Solutions Architect, and Linux System Administrator, I strongly believe that I am the perfect fit for this project. My profound experience in configuring AWS production environments, including both PHP and Node.js applications, allows me to bring invaluable insights to your infrastructure setup. In fact, my team at Our Software has successfully deployed an array of complex multi-domain environments while handling large-scale data traffic and ensuring high availability. Moreover, we are well-versed in using AWS EC2 and Ubuntu Linux, which aligns perfectly with your project requirements. We have extensive knowledge of deploying and maintaining Nginx/Apache servers and their configurations, PHP 8.x and MongoDB connections as well. Our expertise extends towards AWS networking and security aspects like SSL certificates, DNS and multi-domain hosting, critical components that ensure secure data transmission across all your applications. Lastly, we prioritize good communication as much as you do. Having managed diverse projects in international markets, we understand the value of efficient coordination and timely updates. In line with that, I can definitely make myself available for a 30-minute Zoom meeting before the project commencement to address any clarifications or outline my blueprint based on your specific case. Let's turn your vision into reality! Thanks!
$2,220 USD in 8 days
8.6
8.6

Interesting project, Hi, I will set up your production environment on AWS with EC2 (Ubuntu), Nginx as a reverse proxy handling multi-domain routing to your PHP 8.x gateway, and a separate upstream for your Node.js app. SSL, automated backups, CloudWatch monitoring, and security groups will all be configured and documented. On a recent dual-stack setup (PHP plus Node.js behind Nginx on a single EC2 instance), separating the processes with PM2 for Node and PHP-FPM for PHP kept resource usage predictable and deployments independent of each other. To your questions: yes, I have deployed PHP and Node.js together on the same AWS environment. For hosting the multi-domain PHP gateway alongside Node.js, I will configure Nginx server blocks that route all domain requests to your PHP entry point while proxying API traffic to Node. Ready to start whenever you are. Kamran
$1,142 USD in 25 days
8.6
8.6

Hi — Elias here from Miami. I understand you're looking to set up a robust production environment on AWS, focusing on Linux systems. This setup is crucial for ensuring smooth application performance and scalability. What usually matters most here is maintainability and reliability. A common issue in environments like this is ensuring configurations are consistent and that the system can handle growth without significant rework. The tricky part is managing interactions between services while maintaining security best practices. My approach would involve using Infrastructure as Code (IaC) with tools like Terraform, ensuring deployments are repeatable and manageable. I would also integrate monitoring and logging solutions to proactively address issues before they impact users. I have worked on similar setups, optimizing AWS resources for performance and cost efficiency while ensuring scalability for future needs. A few questions to better understand the scope: Q1 – What specific user roles and permissions do you envision for the production environment? Q2 – Are there existing applications or services that need integration? Q3 – What are your expectations regarding scalability and future expansion? Happy to go through the details and suggest the best technical approach. Looking forward to hearing from you.
$2,000 USD in 10 days
8.3
8.3

Your requirement is a production AWS foundation—not application development—for an existing Node.js/MongoDB app plus the PHP 8.x/MySQL application, with S3 media storage and multi-domain requests reaching one PHP gateway entry point. I can design and configure this cleanly under your AWS account. I have personally configured 30+ AWS production environments, including deployments where PHP and Node.js run together behind Nginx. My recommendation is Ubuntu EC2 initially (or separate EC2 instances if workloads warrant isolation), Nginx as the TLS reverse proxy, PHP-FPM for the gateway, and Node.js managed by PM2/systemd on an internal port. Nginx will route each domain to the PHP front controller while forwarding the Node app’s hostname/path rules separately. I would use Route 53 for DNS, ACM certificates with automated renewal where applicable, S3 with least-privilege IAM access, RDS MySQL for managed backups/failover, and MongoDB Atlas or your existing MongoDB service rather than self-hosting unless there is a specific reason. Setup includes VPC/security groups, SSH hardening, secrets/configuration, automated backups, CloudWatch logs/alarms, monitoring, firewall rules, and deployment documentation. I am available for a 30-minute pre-project discussion through Freelancer. Is MongoDB already hosted through MongoDB Atlas or another existing service, or should it be included in the new AWS setup? Muhammad Saad
$1,800 USD in 14 days
7.9
7.9

Hi, Javier here. Im an experienced AWS Arquitect and DevOps, working with high concurrency sites. I have over 15 years of experience working with Cloud and On Premises deployments please allow me to validate your current proposal for infrastructure and lets start the project Regards Javier
$1,500 USD in 7 days
8.2
8.2

Hi, I’m an AWS Specialist and Senior DevOps/Full Stack Engineer with extensive experience designing and deploying production AWS environments for SaaS applications. I’ve configured numerous production environments involving EC2, VPC, IAM, Route53, S3, CloudWatch, SSL, Linux (Ubuntu), Nginx, PHP, Node.js, MySQL, MongoDB, backups, monitoring, and security hardening. I’ve deployed PHP and Node.js together on the same AWS infrastructure, typically isolating services behind Nginx reverse proxy while using PHP FPM for the multi-domain gateway and Node.js for application services. For your project, I’d recommend EC2, ALB (if needed), Route53, ACM, S3, IAM, CloudWatch, AWS Backup, and Systems Manager to ensure a secure, scalable, and maintainable production environment. I’m happy to review your proposed architecture before deployment and recommend improvements where appropriate. I’m also available for a 30 minute Zoom meeting before the project begins and can start immediately.
$2,000 USD in 7 days
7.9
7.9

Hi Sir, Greetings! I hope you are doing well We have designed and managed numerous AWS production environments for web applications and SaaS platforms. 1. AWS environments configured: 50+ production deployments. 2. PHP & Node.js together: Yes, we regularly host both behind Nginx with separate services and process management. 3. Recommendation: Ubuntu EC2, Nginx reverse proxy, PHP-FPM for the gateway, Node.js managed with PM2, MySQL/MongoDB, SSL, automated backups, monitoring, and Route 53 for multi-domain routing. 4. AWS Services: EC2, EBS, S3, Route 53, ACM, CloudWatch, IAM, AWS Backup, and Security Groups for a secure, scalable setup. 5. Zoom Meeting: Yes, happy to join a 30-minute call before we begin. At OMANGOM, we focus on building secure, production-ready AWS infrastructure with proper documentation and best practices. Warm Regards Karun / OMANGOM
$2,000 USD in 7 days
8.2
8.2

Hi, I've done exactly this on Freelancer already, an AWS setup for a PHP/MySQL app with S3 media and monitoring, and the client said they'd hire again. Amazon AWS / Web Programmer: 5-star Freelancer contract On your questions: I've configured many production environments and have deployed PHP and Node.js side by side on the same EC2 host. My recommendation is Nginx as the single entry point, with server blocks routing your multi-domain gateway to the PHP-FPM pool and reverse-proxying the Node.js app on its own port. Let's Encrypt for SSL, RDS for MySQL so backups and failover are managed, and either Atlas or a self-hosted MongoDB depending on your load. Yes, I'm available for a Zoom before we start. One thing to confirm: is MongoDB moving to this environment or staying where it is? I'd start with a milestone on the architecture review so you release only on delivered work. Adil
$2,016.67 USD in 21 days
7.4
7.4

Hi! This is something we can handle without issue. To your questions: 1. Our team has configured multiple AWS production environments across different stacks and scales. 2. Yes — running PHP and Node.js on the same instance (or separated) is a setup we've done before. 3. For a PHP multi-domain gateway alongside Node.js: Nginx as the front-facing reverse proxy handles all incoming traffic and routes by domain. PHP-FPM serves the PHP app, Node.js runs as a separate process (PM2), and Nginx proxies to each accordingly. Clean, maintainable, and easy to extend. 4. For this project: EC2 (Ubuntu) as the main host, RDS or a managed MySQL option if you want to offload DB ops, MongoDB Atlas or self-hosted on EC2 depending on your preference, S3 stays as-is, ACM for SSL, Route 53 for DNS if not already set, and CloudWatch for monitoring. We'd review what you already have before recommending changes. 5. Happy to do a Zoom call before we start — no problem there. One thing worth clarifying before we scope this fully: are you looking for a one-time setup with documentation handed off to your dev, or do you also want ongoing maintenance/monitoring support after the environment is live? That changes the scope a bit. Gustavo & the DoTheCode team
$2,500 USD in 5 days
7.8
7.8

Hi. I am AWS Solution Architect and Linux administrator. I have over 20 years real working experience (please look my profile and ask for CV). Here is answers to your questions: 1. How many AWS production environments have you personally configured? Over 20 2. Have you deployed both PHP and Node.js on the same AWS environment? Yes 3. How would you recommend hosting a PHP multi-domain gateway alongside an existing Node.js application? Docker (podman) for better security 4. What AWS services would you recommend for this project, and why? AWS Lightsail which is more affordable EC2 version 5. Are you available for a 30-minute Zoom meeting before the project begins? Ok if freelancer support allows me to use third party communicaty (they usually do on such cases) then zoom meeting is ok
$1,000 USD in 7 days
7.7
7.7

As someone who has spent years actively refining my expertise in precisely what you need—an AWS Solutions Architect and a Linux System Administrator—I believe I'm the ideal candidate for this project. To promptly address your questions, I've successfully configured multiple tailored AWS production environments throughout my career. More importantly, as Node.js and PHP are common choices for me, including hosting them together in an AWS environment poses no problem at all. Regarding hosting your PHP multi-domain gateway beside your existing Node.js application, an optimal strategy would be utilizing AWS EC2 instances with different Elastic IP addresses for each service. Additionally, deploying Nginx or Apache as reverse proxies for multiple domains on a single machine provides efficient segregation without compromise on performance. With respect to your request for recommendations, I would highly advise leveraging AWS EC2 instances with Ubuntu as the Linux distribution, along with Nginx or Apache as web servers. For a backup and recovery solution, incorporating Amazon S3 will be both cost-effective and robust. Furthermore, installing Let's Encrypt SSL certificates to ensure secure transactions is another crucial consideration we cannot afford to overlook.
$1,000 USD in 3 days
7.6
7.6

Hello!, I am a US-based senior software engineer(frontend, backend, ecommerce, etc) with 15+ years of hands-on experience in AWS, Linux, Nginx, MySQL, PHP, Node.js, and MongoDB. I read your AWS / Linux production setup description carefully, and the goal is clear: build a stable, secure, well-tuned environment that is ready for real traffic and easy to maintain. I’ve spent years setting up production servers, hardening Linux environments, optimizing web stacks, and fixing the kind of issues that only show up after go-live. My approach is practical: review your current setup, design the target AWS architecture, implement security and deployment structure, then validate performance, logging, backups, and failover so nothing is left fragile. Relevant work includes: - a multi-server SaaS platform on AWS with Nginx, PHP, and MySQL - a Node.js + MongoDB analytics app with load balancing and backups - a legacy PHP app migration into a hardened Linux/AWS environment - an e-commerce backend with performance tuning and monitoring Could you please clarify the following questions to help me better understand the project? 1) Are we starting from scratch, or do you already have an AWS account/VPC/EC2 setup in place? 2) Do you need Docker, CI/CD, or zero-downtime deployment support? 3) Are there any specific uptime, security, or scaling targets for this environment? If you want someone who pays attention to details and builds production systems the right way, I’m ready to help.
$2,200 USD in 7 days
6.5
6.5

Hello , this is raza, i am senior system admin with more than 15 years experience. i am available for quick interview. 1. How many AWS production environments have you personally configured? i have deployed 100 + projects in aws, i am well aware of aws services. 2. Have you deployed both PHP and Node.js on the same AWS environment? yes 3. How would you recommend hosting a PHP multi-domain gateway alongside an existing Node.js application? its depends on application load and available resources , however both can work independently on same server. 4. What AWS services would you recommend for this project, and why? it depends on number of users and application resources requirements . however we can start with ec2 instance. 5. Are you available for a 30-minute Zoom meeting before the project begins? yes i am available.
$3,000 USD in 30 days
6.7
6.7

I've designed and deployed multiple production Linux server environments hosting PHP, Laravel, Node.js, MySQL, PostgreSQL, MongoDB, Redis, Docker, Nginx/Apache, SSL, backups, and monitoring on cloud VPSs and AWS-style infrastructures. I've also deployed PHP and Node.js applications on the same server, using Nginx as a reverse proxy to route traffic cleanly while keeping both applications isolated and easy to maintain. For your architecture, I would recommend using EC2 (Ubuntu), Nginx, RDS for MySQL, S3 for media, AWS Certificate Manager (or Let's Encrypt where appropriate), CloudWatch for monitoring, AWS Backup, and either MongoDB Atlas or a dedicated MongoDB instance depending on your operational preferences. Your PHP multi-domain gateway can act as the primary entry point, with Nginx forwarding requests to the Node.js application where required, providing a clean and scalable setup. I'm comfortable reviewing your proposed architecture, recommending improvements, hardening the environment, configuring SSL, DNS, backups, monitoring, and documenting everything for future maintenance. I'm also available for a 30-minute Zoom meeting before the project begins to review the architecture and answer any technical questions.
$1,000 USD in 7 days
6.3
6.3

Hi , Canada based developer here. I'm available for a 30-minute Zoom if you want to walk through the current architecture. I read this as an ops-focused job: make a single, maintainable production account host two runtimes (Node.js + PHP multi-domain gateway), MongoDB connectivity, and standard ops (SSL, backups, monitoring) with clear separation and security. The main challenges are clean traffic routing for the PHP gateway and keeping the Node app isolated/scaleable. Brief answers: 1) I've personally configured 6+ AWS production environments end-to-end. 2) Yes — I've deployed PHP (FPM) and Node.js on the same VPC/EC2 + autoscaling patterns and served them via Nginx reverse proxy. 3) Host PHP-FPM behind Nginx as the primary vhost handling multi-domain routing; proxy specific API or realtime routes to the Node service. Use separate systemd units/containers for isolation. 4) Recommend EC2 (or ECS for containerized apps), ALB, Route 53, ACM for SSL, RDS MySQL (managed), and either DocumentDB or Atlas MongoDB depending on your preference for managed vs self-hosted. 5) Yes — available for a 30-minute Zoom before starting. A couple quick questions: 1) Do you prefer managed MongoDB (Atlas/DocumentDB) or self-managed on EC2? 2) Expected baseline traffic and peak concurrency (rough numbers) so I can size instances and autoscaling appropriately. Thanks, Paul
$3,000 USD in 3 days
6.5
6.5

I’ve set up several AWS production environments where Node.js and PHP apps run smoothly side by side. Managing multiple platforms in one environment is doable and common—I usually separate services using Docker containers on EC2 instances or leverage AWS ECS for easier management and scaling. For hosting the PHP multi-domain gateway with the Node.js app, I recommend using Nginx as a reverse proxy to route requests appropriately, keeping both apps organized and isolated yet accessible. Using Route 53 for DNS management makes handling multi-domain hosting straightforward. I’d suggest EC2 instances with separate security groups for each service, along with RDS for MySQL and either a managed MongoDB service like Atlas or your existing MongoDB if it’s accessible securely. S3 stays for media, and I’d implement AWS Certificate Manager for SSL certs, plus CloudWatch for monitoring and automated backups with AWS Backup or EBS snapshots. I’m happy to dive deeper during a 30-minute Zoom call before starting to ensure the architecture fits your needs perfectly. How soon do you want the production environment live, and do you have any specific uptime or performance targets? Ready to get this set up for you.
$1,000 USD in 7 days
5.9
5.9

I am excited to support the configuration of your AWS production environment. With extensive experience as an AWS Solutions Architect and Linux System Administrator, I can ensure your infrastructure is not only robust but also tailored to meet your application's specific requirements. My focus will be on providing a production-ready environment that seamlessly integrates both your Node.js and PHP applications while maintaining optimal organization and simplicity for future maintenance. I will undertake a thorough review of your proposed architecture, recommend the best AWS services suitable for your needs, and execute configurations that include SSL, security protocols, backups, and monitoring. Given your requirement for a multi-domain routing setup, I will craft a strategy that supports the PHP application as a gateway, ensuring all incoming requests are efficiently managed through a single entry point. Please feel free to insert your question here: Could you elaborate on your current architecture and any specific challenges you anticipate during the setup?. I’m keen to bring my comprehensive AWS expertise to your project. Thank you for considering my proposal! Best regards, Talha
$1,000 USD in 14 days
5.6
5.6

Hi, I have 10+ years of experience as an AWS Solutions Architect and have built 100+ production AWS environments for SaaS, healthcare, and high-traffic applications. Answers to your questions: AWS production environments: 100+ deployed and managed. PHP & Node.js together? Yes, multiple times using Nginx, PHP-FPM, PM2/Docker, and separate services. Recommended architecture: Ubuntu EC2 with Nginx reverse proxy routing requests to PHP and Node.js, RDS MySQL, MongoDB Atlas (or self-managed), S3, CloudFront, Route 53, ACM, CloudWatch, and automated backups. AWS Services: EC2, ALB, RDS, S3, CloudFront, Route 53, ACM, IAM, CloudWatch, AWS Backup, and Secrets Manager for a secure, scalable production setup. Zoom meeting: Yes, I'm available for a 30-minute call before we begin. Relevant projects: LinkMe (50M+ requests/day), MyLifeLine, and Crewfare, where I designed and managed production AWS infrastructure, CI/CD, security, and monitoring. I'd be happy to review your architecture and help build a secure, scalable production environment. Best regards,
$1,500 USD in 7 days
5.4
5.4

Hi, With 16+ years of experience in AWS, Linux, and DevOps, I've designed and managed production environments for SaaS, eCommerce, and enterprise applications. I specialize in AWS, EC2, Nginx, PHP, Node.js, MySQL, MongoDB, SSL, IAM, and cloud security. I can review your architecture and configure a secure, scalable production environment with multi-domain routing, SSL, monitoring, backups, IAM, and AWS best practices. Answers: • I've configured numerous production AWS environments across different industries. • Yes, I've successfully hosted PHP and Node.js applications in the same AWS environment. • I recommend using Nginx as a reverse proxy with virtual hosts to manage the PHP multi-domain gateway while routing Node.js services independently. • I recommend EC2, ALB, Route 53, ACM, S3, IAM, CloudWatch, AWS Backup, and RDS or your existing MongoDB service based on your requirements. • Yes, I'm available for a 30-minute discussion using Freelancer's chat/call option before we begin. I'm confident I can deliver a secure, production-ready AWS environment. We can discuss the budget once we connect. Best Regards, SaD
$2,000 USD in 7 days
5.3
5.3

This looks like a great fit, We will architect and configure your full AWS production environment: EC2 instances, Nginx, PHP 8.x, Node.js, MySQL, MongoDB, SSL, backups, and multi-domain routing. For the PHP multi-domain gateway, we will set up Nginx as a reverse proxy with server blocks routing all domain requests to your single PHP entry point, while proxying Node.js traffic to its own upstream. This keeps both stacks isolated yet manageable on one instance (or split across two, depending on load). A couple of quick things to confirm: 1) Do you prefer managed database services (RDS for MySQL, Atlas for MongoDB) or self-hosted instances on EC2? 2) How many domains will the PHP gateway handle at launch, and do you expect rapid growth in that number? The number quoted here is a starting estimate. Looking forward to talking through the details. Faizan
$1,124 USD in 25 days
5.3
5.3

Fort Myers Beach, United States
Payment method verified
Member since Oct 23, 2025
$250-750 USD
$750-1500 USD
$3000-5000 USD
$250-750 USD
₹1500-12500 INR
$1500-3000 USD
£10-20 GBP
$30-250 AUD
$2-8 USD / hour
$200-300 USD
$250-750 USD
₹2000-5000 INR
€18-36 EUR / hour
$30-250 NZD
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
$30-250 AUD
$10-30 USD
$250-750 AUD
₹12500-37500 INR
₹1500-12500 INR
$30-250 USD
$1000-3000 USD