Can someone explain like im 5 for EC2?
Is EC2, useful as a regular work machine !?
Do all EC2 instances now effectively have a $4/mo hidden fee?
Using an Amazon AWS EC2 instance for a personal computer
You wouldn't be able to do windows 10 on an ec2 instance (only windows server is available on ec2) but it would be certainly possible with AWS Workspaces. Take a look here for details and here for pricing
More on reddit.comDevelop for Apple platforms
Build, test, and sign on-demand macOS workloads. Access environments in minutes, dynamically scale capacity as needed, and benefit from AWS’s pay-as-you-go pricing.
Learn more about EC2 Mac instances
Run cloud-native and enterprise applications
Amazon EC2 delivers secure, reliable, high-performance, and cost-effective compute infrastructure to meet demanding business needs.
Migrate your business enterprise applications to AWS
Train and deploy ML applications
Amazon EC2 delivers the broadest choice of compute, networking (up to 400 Gbps), and storage services purpose-built to optimize price performance for ML projects.
Learn more about ML infrastructure
Videos
Hey guys so I would like to get into deeper development in regards to backend and I'm looking at EC2.
So I'm used to Heroku or Beanstalk where you choose Node.js and then deploy a node.js app from local machine through the terminal.
When it comes to EC2, I'm sort of confused on I suppose how it all works. I have to choose an operating system and then I install say node on it. If it's an operating system, how does it know to run a site and all.
For example locally, I have to start up my server. How's it work on the EC2?
Also with EC2, am I able to deploy a project from my local machine like beanstalk/heroku?