Vigyata.AI
Is this your channel?

What is an Amazon EC2? From a Back End Engineer

2.3K views· 81 likes· 5:01· Oct 12, 2022

🛍️ Products Mentioned (10)

Learn what an EC2 is from a back-end engineer who works with AWS everyday. As the most basic Amazon Web Service you can use, it's really important to understand what it means, how it works, and how you can use it. Aimed at beginners, this will provide a brief overview of the what an EC2 is and how it fits into the Amazon Web Services ecosystem. We'll also talk about the alternatives to EC2 and why you might use it over another service in Amazon. What to learn how to code? Sign up for LinkedIn Learning! https://linkedin-learning.pxf.io/c/1435904/449670/8005 Learning Java course https://www.linkedin.com/learning/learning-java-4/welcome-to-learning-java?u=2125562 Courses on LinkedIn Learning! https://www.linkedin.com/learning/instructors/kathryn-hodge TikTok for programming tips on the go https://www.tiktok.com/@blondiebytes Amazon Storefront: https://www.amazon.com/shop/blondiebytes Also check out... Make a Google Action https://youtu.be/03i5LoO_neU What is a Framework? https://youtu.be/HXqBlAywTjU What is a JSON Object? https://youtu.be/nlYiOcMNzyQ What is an API? https://youtu.be/T74OdSCBJfw What are API Keys? https://youtu.be/1yFggyk--Zo Using APIs with Postman https://youtu.be/0LFKxiATLNQ Support me on Patreon! https://www.patreon.com/blondiebytes Check out my Python Basics course on Highbrow! https://gohighbrow.com/portfolio/python-basics/ Free HACKATHON MODE playlist: https://open.spotify.com/user/12124758083/playlist/6cuse5033woPHT2wf9NdDa?si=VFe9mYuGSP6SUoj8JBYuwg MY FAVORITE THINGS: Stitch Fix Invite Code: https://www.stitchfix.com/referral/10013108?sod=w&som=c FabFitFun Invite Code: http://xo.fff.me/h9-GH Uber Invite Code: kathrynh1277ue Postmates Invite Code: 7373F SoulCycle Invite Code: https://www.soul-cycle.com/r/WY3DlxF0/ Rent The Runway: https://rtr.app.link/e/rfHlXRUZuO Want to BINGE?? Check out these playlists... Quick Code Tutorials: https://www.youtube.com/watch?v=4K4QhIAfGKY&index=1&list=PLcLMSci1ZoPu9ryGJvDDuunVMjwKhDpkB Command Line: https://www.youtube.com/watch?v=Jm8-UFf8IMg&index=1&list=PLcLMSci1ZoPvbvAIn_tuSzMgF1c7VVJ6e 30 Days of Code: https://www.youtube.com/watch?v=K5WxmFfIWbo&index=2&list=PLcLMSci1ZoPs6jV0O3LBJwChjRon3lE1F Intermediate Web Dev Tutorials: https://www.youtube.com/watch?v=LFa9fnQGb3g&index=1&list=PLcLMSci1ZoPubx8doMzttR2ROIl4uzQbK GitHub | https://github.com/blondiebytes

About This Video

In this video I break down what an Amazon EC2 actually is, from the perspective of a back-end engineer who uses AWS every day. AWS is basically about renting resources—systems, machines, processes—so you can run your applications in the cloud without owning the hardware. The most fundamental thing you can rent is an EC2, which stands for Elastic Compute Cloud (yes, two C’s). At the end of the day, an EC2 is just a computer that Amazon owns that you can use to run your code or processes. I also unpack the acronym so it’s less intimidating: “elastic” means it’s flexible—you can change the specs and scale the number of machines up or down whenever you need. “compute” means it’s literally a machine that can compute things. And “cloud” means it lives in the Amazon Cloud. Then I put EC2 in context with the rest of AWS: a lot of services are built on top of EC2, but they abstract away the underlying machines (think Lambda, Fargate, DynamoDB), which is why you often don’t have to manage servers directly. EC2 gives you the most customization, but it also comes with the most setup and maintenance—so it’s one option, not the only way to run code on AWS.

Frequently Asked Questions

🎬 More from blondiebytes