Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

june92's avatar
Level 1

Can I code a web application from these cloud frameworks? Google AWS Microsoft

If I choose one of these well-architecture frameworks

https://learn.microsoft.com/en-us/azure/well-architected/
https://aws.amazon.com/architecture/well-architected/
https://docs.cloud.google.com/architecture/fundamentals

Can I use them to create a web application like Blog, Social Network, CRM, and a web application of any type? And after the architecture implementation design from let's say the AWS Well Architecture framework, I start to code the entire web application using a something like Laravel/Nextjs/MySQL. Is this possible?

0 likes
12 replies
jlrdw's avatar

Follow what @tray2 mentioned and follow laravel conventions. Namely MVC.

cloud architecture and virtual infrastructure

Companies like throwing fancy names on things like "cloud".

It boils down to:

You have code on a server that runs. Cloud is a fancy name for a server.

1 like
june92's avatar

Yeah I know that. But I was wondering if I wanted to deploy on AWS. Could I use the aws well-architected framework to deploy a web application using Laravel?

1 like
jlrdw's avatar

The aws well-architected framework is just things you do and check concerning your app. Sort of a check list. But yes you can use AWS to deploy to (host) the app.

1 like
june92's avatar

So if I decide to follow the aws well-architected best practices and I can use the EC2 server that the aws well-architected step told me to setup then I will be able to deploy my Laravel/Nextjs to the EC2 server through SSH or through Github Actions?

1 like
jlrdw's avatar

I went ahead and ask AWS AI assistant this:

is AWS Well-Architected basically guidelines

The answer:

Quote

Yes, AWS Well-Architected is essentially a set of guidelines and best practices. It's a framework developed by AWS to help you build secure, high-performing, resilient, and efficient infrastructure for your applications. The framework is built around six pillars:

Operational Excellence - focuses on operational processes and continuous improvement
Security - prioritizes strong security measures and data protection
Reliability - ensures systems can recover from failures and meet demands
Performance Efficiency - optimizes resource usage for performance
Cost Optimization - manages costs effectively
Sustainability - minimizes environmental impact

AWS also provides the AWS Well-Architected Tool to help you review your workloads against these best practices and get recommendations for improvement.

Please let me know if you have any follow-up questions. I can also connect you with an AWS Sales Representative for further discussion.

Unquote

Bottom line if using AWS they can answer your AWS related questions.

june92's avatar

But I am sure I can deploy a web application once the AWS architecture is setup. Here it explains you can use Code Deploy and can use any backend framework like Laravel.

https://docs.aws.amazon.com/wellarchitected/latest/serverless-applications-lens/opex-deploying.html

This one is for Google well architected which I am sure you can deploy a Laravel backend framework.

https://docs.cloud.google.com/architecture/blueprints/security-foundations/deployment-methodology

There is this too for ECS

https://docs.aws.amazon.com/wellarchitected/latest/container-build-lens/prepare.html

june92's avatar

But what I have been trying to figure is Business Impact Analysis, Service Impact Analysis, and Risk Analysis apart of getting a KPI for a NFR? ->

jlrdw's avatar

I would suggest code an app first following MVC and laravel conventions which is usually all that is needed. Then do any evaluations on the app. You may be jumping ahead of yourself.

1 like
JussiMannisto's avatar

So if I decide to follow the aws well-architected best practices (...) I will be able to deploy my Laravel/Nextjs to the EC2 server through SSH or through Github Actions?

These questions make no sense. You can deploy apps through GitHub actions or over SSH. AWS guidelines, let alone KPIs, have nothing to do with it.

I don't think I've seen you (@june92 or @june23) ask a single programming-related question on this forum. But you keep bringing up terms and buzzwords in wrong contexts. Reading random articles without understanding the context isn't learning.

Have you ever finished a complete app with Laravel? You should start with that.

1 like

Please or to participate in this conversation.