Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 8, 2023 02:11 am GMT

AWS E-SEA-TWO?

I have been learning about AWS services and one of the key services to AWS is the EC2 instance! But you cannot learn EC2 without knowing about its other important friends EBS and EFS!

What is AWS EC2?

confused

Have you ever wanted to use a computer thats not in your house? Maybe youre on vacation and need to do some work, or maybe you want to play a game with your friends but your computer isnt fast enough. Thats where AWS EC2 can comes in!

AWS EC2 (Amazon Web Services Elastic Compute Cloud) is a service that lets you rent computers in the cloud. Its like renting a computer that you can access from anywhere in the world. You can use it to run your programs, play games or do anything else you would do on a regular computer. ( The elastic part of the name refers to the ability to easily scale up or down the number of virtual computers youre using based on your needs )

Its like renting a movie from Blockbuster back in the day, but instead of renting a movie you're renting a computer. It can get turned on pretty quickly and ready to use within minutes!
blockbuster

What is AWS EBS?

When you rent a computer with AWS EC2, you might want to save some files on it. Maybe youre working on a project and need to save your work, or maybe you want to download some music to listen to later. Thats where AWS EBS comes in!

AWS EBS (Elastic Block Store) is a service that provides storage for your EC2 instances. Its like a hard drive that you can attach to your rented computer to store your files. You can choose how much storage you need and only pay for what you use.

Another thing to consider is if your rented computer goes down for any reason, then you still have your storage separate from the EC2 instance computer. So it's as easy as setting up a new one and attaching this storage to the new one and you're good to go! - This decoupled way of managing these services is what makes AWS/cloud powerful!

What is AWS EFS?

Sometimes, you might want to share files between multiple EC2 instances. Maybe youre working on a group project and need to share your work with your teammates, or maybe you want to play a game with your friends and need to share the game files. Thats where AWS EFS comes in!

AWS EFS (Elastic File System) is another storage service that lets you share files between multiple EC2 instances. Its like having a shared folder that all your rented computers can access. You can use it to store and share files with others easily.

The following video is a good rundown of EC2! Its a bit of a tutorial but with explanations throughout the walkthrough!
https://www.youtube.com/watch?v=V2eh-m5naOY

Thanks for reading and follow for more Cloud and Linux articles!

nodding in agreement


Original Link: https://dev.to/mike_in_tech/aws-e-sea-two-pkb

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To