AWS EC2 Tutorial For Beginners | What Is AWS EC2? | AWS EC2 Tutorial | AWS Training | Simplilearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2024

ความคิดเห็น • 145

  • @SimplilearnOfficial
    @SimplilearnOfficial  ปีที่แล้ว +4

    "🔥AWS Cloud Architect Masters Program (Discount Code - YTBE15) - www.simplilearn.com/aws-cloud-architect-certification-training-course?TlukLu11Yo&Comments&TH-cam
    🔥IITK - Professional Certificate Program in Cloud Computing and DevOps (India Only) - www.simplilearn.com/cloud-computing-devops-course?TlukLu11Yo&Comments&TH-cam
    🔥Caltech - Post Graduate Program in Cloud Computing - www.simplilearn.com/pgp-cloud-computing-certification-training-course?TlukLu11Yo&Comments&TH-cam"

  • @uppuluriharshavardhan5580
    @uppuluriharshavardhan5580 ปีที่แล้ว +4

    Extraordinary teaching brother . The way you prepared the content and the way you arranged it in a very easy and understanding way even for a beginner is marvelous . And the terminology you used is very simple and easy understandable . Thank you brother Keep going on ...

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!

  • @sampadakhot6397
    @sampadakhot6397 2 ปีที่แล้ว +11

    Love the way you put things and make them so easy to understand. Awesome 👍EC2 was never so easy..Thanks a ton

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      You're very welcome!

    • @ishanksubudhi939
      @ishanksubudhi939 2 ปีที่แล้ว

      ---
      - name: provisioning EC2 instances using Ansible
      hosts: ansible_host
      connection: local
      gather_facts: False
      tags: provisioning
      vars:
      keypair: ansiblekey
      instance_type: t2.micro
      image: ami-0e472ba40eb589f49
      wait: yes
      #group: webserver
      count: 1
      region: us-east-1
      security_group: ansible_sec_grp
      tasks:
      - name: Task # 1 - Create my security group
      local_action:
      module: ec2_group
      name: "{{ security_group }}"
      description: Security Group for webserver Servers
      region: "{{ region }}"
      rules:
      - proto: tcp
      from_port: 22
      to_port: 22
      cidr_ip: 0.0.0.0/0
      - proto: tcp
      from_port: 443
      to_port: 443
      cidr_ip: 0.0.0.0/0
      - proto: tcp
      from_port: 80
      to_port: 80
      cidr_ip: 0.0.0.0/0
      rules_egress:
      - proto: all
      cidr_ip: 0.0.0.0/0
      register: basic_firewall
      - name: Task
      local_action: ec2
      volumes:
      - device_name: /dev/sda1
      volume_type: gp2
      volume_size: 20
      - name: Task # 2 Launch the new EC2 Instance
      local_action: ec2
      group={{ security_group }}
      instance_type={{ instance_type}}
      image={{ image }}
      wait=true
      region={{ region }}
      keypair={{ keypair }}
      count={{count}}
      register: ec2
      - name: Task # 3 Add Tagging to EC2 instance
      local_action: ec2_tag resource={{ item.id }} region={{ region }} state=present
      with_items: "{{ ec2.instances }}"
      args:
      tags:
      Name: ansibleec2instance

  • @nageshkumarvs1348
    @nageshkumarvs1348 5 ปีที่แล้ว +6

    This AWS EC2 training Video is awesome.
    Very neatly explained in simple language.
    No need to have prior knowledge on AWS EC2.
    Anybody from Software can easily understand it and grasp it without sleeping.
    You just need to have some patience for the length of the video of 22 minutes.
    If this video timeline is broken into 5mins video parts, that would be great.
    A 5-minute video will help us understand and keep our focus on learning without any distractions.
    Pictorial representation is very good.
    The training approach is very good.
    The presentation is very good.
    Very neatly broken down the learning parts.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!

    • @kuntalnr
      @kuntalnr 2 ปีที่แล้ว

      I agree. This was my first time learning about EC2. And this video is so neat. breaking down into individual steps. I love it. It would be nice to have some more case studies like building a real world example.

  • @mfaraday4044
    @mfaraday4044 4 ปีที่แล้ว +2

    Your explaination with awesome slides and use case make it special so that any one can understand it

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hey Faraday, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @atifsid_melb
    @atifsid_melb 3 ปีที่แล้ว +2

    had no idea of AWS EC2. now, i feel like expert:). you guys are gem. keep up the good and easy to understand work.

  • @debabratabhowmik4782
    @debabratabhowmik4782 5 ปีที่แล้ว +13

    this is exactly what I needed..Thank you

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Bhowmik, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @yashgaur9619
    @yashgaur9619 4 ปีที่แล้ว +12

    Damn, you guys reply to everyone. I like the effort and hard work. Good video, thanks a lot. :)

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @rajvishah1877
    @rajvishah1877 ปีที่แล้ว +1

    Your explanation is awesome and very clear❤

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      Thank you for choosing us as your learning partner. We are thrilled to hear that you enjoyed your experience with us! If you are looking to expand your knowledge further, we invite you to explore our other courses in the description box.

  • @vaibhavkotiyal7975
    @vaibhavkotiyal7975 4 ปีที่แล้ว +1

    It's really very helpful in order to learn detailed infrastructure and functionality of AWS compute features.
    Thank you alot

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +1

      Hey Vaibhav, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

    • @vaibhavkotiyal7975
      @vaibhavkotiyal7975 4 ปีที่แล้ว +1

      @@SimplilearnOfficial already I have subscribed

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Thanks for subscribing to our channel. Stay tuned for more interesting videos.

  • @RichardHema
    @RichardHema 5 ปีที่แล้ว +7

    Thank you, appreciated your tutorial and easy to understand.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Rick, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @sayalishinde1909
    @sayalishinde1909 4 ปีที่แล้ว +2

    Thanks ...From India

  • @natashasamuel9346
    @natashasamuel9346 3 ปีที่แล้ว +1

    Great class.
    Keep up the good work.
    Thank You,
    Natasha Samuel

  • @AK-kz3hd
    @AK-kz3hd 4 ปีที่แล้ว +2

    Great explanation thanks

  • @rajuls6101
    @rajuls6101 2 ปีที่แล้ว +1

    Awesome video.👍👍..just one support is possible if you demo use case in AWS practically so will be hands-on on the🙂

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.

  • @merlinmarrystephen6899
    @merlinmarrystephen6899 5 ปีที่แล้ว +2

    This is exactly what i needed. thank you sir......

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Merlin, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @shuaibsalie5093
    @shuaibsalie5093 3 ปีที่แล้ว +1

    Thanks so much.
    Just what i needed!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @riadusa
    @riadusa 4 ปีที่แล้ว +1

    Great job explaining in simple way.

  • @siddharthgupta9876
    @siddharthgupta9876 3 ปีที่แล้ว +13

    People watching this after 2020 know what's it like to work from home.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @adamstapleton5256
    @adamstapleton5256 2 ปีที่แล้ว +1

    Really helpful video, thank you!

  • @nikhilkal
    @nikhilkal 6 ปีที่แล้ว +2

    Thank you your explanation is excellent as per the topic, the only missing part is practical because in AWS without labs this is like a blind men.

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hi Nikhil, thanks for checking out our tutorial and for sharing the information. We will definitely look into this. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  • @tulasik4514
    @tulasik4514 4 ปีที่แล้ว +1

    clear explanation. Thank you

  • @letsmakeit8342
    @letsmakeit8342 3 ปีที่แล้ว +1

    really wondaful thanks dude

  • @hamidapremani6151
    @hamidapremani6151 4 ปีที่แล้ว +2

    very well- explained. Thank you so much.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @big-bang-movies
    @big-bang-movies 4 ปีที่แล้ว +1

    Nice fundamental level video. Good for beginners.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hey Ryan, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @turquoiseharmony
    @turquoiseharmony 3 ปีที่แล้ว +2

    Thank you! Great video and explanation. The audio quality is poor, additionally the microphone seems too close to the mouth and it picks up popping noise. That would be my suggestion for an improvement! :)

  • @inrvista
    @inrvista 5 ปีที่แล้ว +4

    There are certain things here that any teacher doesn't explain. First, what is an "instance" in the AWS? Everyone keeps on saying the word but there are many people including me who have no idea what is meant by "instance" here. Then no teacher gives an example of an approximate basic cost for some example websites. E.g. How much would it approximately cost to host a static website which only takes in user comments, of 10 articles of 3000 words each, with an average 1000 visits per month? How much would be the approximate cost to host a website of 10k words that gets 5000 visits per month?
    Why does everyone start explaining only what is readily available on AWS website?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Thanks you for your feedback. Do subscribe to our channel and stay tuned!

    • @crickettopshorts8221
      @crickettopshorts8221 5 ปีที่แล้ว +1

      I agree on that. I asked my own professors and they clearly avoid the use cases but rather focus on terminology. In the video. He explained, instance is basically the hardware for your compute usage. For example: on your PC/Laptop the motherboard, memory, CPU (speed of your computer) are all examples of hardware

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Thanks for sharing your input. Do subscribe to our channel and stay tuned for more. Cheers!

  • @shubhashreepkschoolofbusin6819
    @shubhashreepkschoolofbusin6819 4 ปีที่แล้ว +1

    A very easy to understand video. I donot have any idea about EC2 and am forced to use for my PhD. Is this applicable for the trial account on AWS that I created?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Yes, everything we have covered here can be used with AWS' free account!

  • @SimplilearnOfficial
    @SimplilearnOfficial  6 ปีที่แล้ว +5

    Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you.
    Thanks for watching the video. Cheers!

    • @ambikan7366
      @ambikan7366 6 ปีที่แล้ว +3

      what are the difference between ec2 and cloudfront? Which among them are better in case of its price?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Amazon CloudFront is a web service that speeds up distribution of your static and dynamic web content, such as .html, .css, .js, and image files, to your users while Amazon Elastic Compute Cloud provides scalable computing capacity in the AWS cloud. Hope that helps!

    • @srilakshmi8226
      @srilakshmi8226 5 ปีที่แล้ว

      I have a question. What happens if I misplace the .pem file. Could I create a new key pair or would my access be blocked permanently?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Lakshmi, you can check this out: aws.amazon.com/premiumsupport/knowledge-center/recover-access-lost-key-pair/
      Do reach out to us if this doesn't work out.

    • @kmakprotv5679
      @kmakprotv5679 4 ปีที่แล้ว

      How many different device can run on same instance in ec2 like mobile and computer etc on SAME INSTANCE

  • @ride_it_
    @ride_it_ 3 ปีที่แล้ว +1

    This was really helpful

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

    • @amoltofi1
      @amoltofi1 3 ปีที่แล้ว

      Can we talk on technology, I wish to learn more from you, please reach me at messenger id- amoltofi
      Insta I'd - amoldhaygude

  • @venugopaliyengar3150
    @venugopaliyengar3150 6 ปีที่แล้ว +1

    Good Fundamentals - No hands on

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hey Dean, thank you for appreciating our work. We are glad to have helped. Do check out our paid courses for Hands-on and certifications: www.simplilearn.com/cloud-solutions-architect-masters-program-training. Happy learning!

  • @fagbamigbekehinde8944
    @fagbamigbekehinde8944 5 ปีที่แล้ว +2

    Really nice, Thanks

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      We are glad you liked the video Fagbamigbe:) If you are thinking of signing up for the course, please click on the link for more information: www.simplilearn.com/courses/cloud-computing/aws-solution-architect-associate-training.

  • @maheshsomapangu6665
    @maheshsomapangu6665 3 ปีที่แล้ว

    very very very good explanation

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @sivareddyvenkata560
    @sivareddyvenkata560 5 ปีที่แล้ว

    This tutorialsand easy to understand.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Sivareddy, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @richajain9461
    @richajain9461 4 ปีที่แล้ว

    Very good explaination and it makes simple to understand amzon EC2. I want to know about computing capacity(MIPS) of an instance. suppose I am taking General Purpose instance t3.small then please tell me what is the way to calculate its capacity in MIPS

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @vamsikrishna2241
    @vamsikrishna2241 3 ปีที่แล้ว +1

    Is it possible to know, how many users can able access my application which is configured with t2.large instance in aws ?

  • @crickettopshorts8221
    @crickettopshorts8221 5 ปีที่แล้ว +1

    I learned more than my 7 units of College

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Shaun, Thanks for the feedback. We shall share your concerns with the concerned department.

  • @louerleseigneur4532
    @louerleseigneur4532 4 ปีที่แล้ว

    thanks

  • @parthsavyasachi9348
    @parthsavyasachi9348 5 ปีที่แล้ว

    I would thank you for the video. very well done.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Mark, we're glad you enjoyed this video! If you want to learn more, you can check out this playlist: th-cam.com/video/r4YIdn2eTm4/w-d-xo.html
      And don't forget to like, share and subscribe to our channel! :)

  • @DJABOU-SUCCESS-MOTIVATION-TV
    @DJABOU-SUCCESS-MOTIVATION-TV 5 ปีที่แล้ว +1

    Thank you from Europe !!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Greetings! Spread the word by liking, sharing and subscribing to our channel! Cheers :).

  • @sjksr_bui8467
    @sjksr_bui8467 5 ปีที่แล้ว +10

    Thank you for taking the time to explain this. However, the first 5 minutes are useless. Just get to the point. EXPLAIN what an EC2 is. Don't use wrong terminology. For. eg. "My users need to know when new products are launched". Its not users, its customers. You are going to confuse your viewers.
    My understand of an instance is this: I have an application that I want my employees to use. So I would order a computer/server from Dell. I am going to provide my specifications (OS, HW, CPU, Memory, etc). Once the server is delivered, I would get my IT team to build it and install the application and get it ready for the employees to use this server. All this can take 1-5 weeks or more. On a Cloud, you do all the above steps.....but VIRTUALLY. So the physical server you build (without utilizing Cloud), is actually an EC2 instance. You specify OS, storage, memory, etc. All this can be done in a matter of minutes, as opposed to 1-5 weeks. This is an EC2 instance.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +2

      Thanks for sharing your honest feedback and sharing your knowledge as well. We appreciate it. Do show your love by subscribing our channel using this link: th-cam.com/users/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @felixboateng
      @felixboateng 4 ปีที่แล้ว +3

      @SJK SR_BUI you are always going that one person that will find issues with everything. It's a free lesson, just move on if it's not for you or create your own class and don't discredit other people's as useless.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Thanks for your support and love! Do subscribe to our channel and stay tuned.

  • @sibasankarsamal557
    @sibasankarsamal557 5 ปีที่แล้ว +1

    Whn we are launching default ec2 why public iP is not. Showing ???

  • @laymanstechworld3224
    @laymanstechworld3224 4 ปีที่แล้ว

    nice explanation.

  • @paulligatto8476
    @paulligatto8476 6 ปีที่แล้ว +1

    This is quite good.

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      It is our pleasure! Check out www.simplilearn.com/cloud-computing/aws-solution-architect-associate-training for more in-depth tutorials and for certification! Happy learning!

  • @Johnsmith-yv8tx
    @Johnsmith-yv8tx 4 ปีที่แล้ว +1

    if you want to test simple website with a couple of other pages pictures EC2 is enough to do that no need for S3 unless its a bigger job and more traffic? right?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Certainly! You can do a lot with the services you get access to with the free tier. You can use EC2 as long as you don't exceed the allowed limit.

  • @mantamizhan4305
    @mantamizhan4305 3 ปีที่แล้ว +2

    Work from home , now its came as mandatory..😁😂

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @victormelothemaster
    @victormelothemaster 6 ปีที่แล้ว

    The tutorial was good and you took you time to show some locic graphics , but we would like to see real amazon web sites for that explanation..on othe hand, you speed up the whole process after explaining 'SNS and create topic"...Please understand that amazon have a LOT ofoption where to go...Anyway..thank you very much for your time explaining! Please add some screen shoots where to find those different options in Amazon!

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hi Victor, thanks for checking out our tutorial and for sharing the feedback. We shall share your concerns with the concerned department. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  • @ffatheranderson
    @ffatheranderson 5 ปีที่แล้ว +2

    Yep there is nothing as exciting in the world as to work from home in addition to work in the office... Yeeeii...

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      It is only "Exciting" if you actually work from home.😃

  • @aimanamri
    @aimanamri 4 ปีที่แล้ว +2

    Hi , is AWS EC2 same as Google Cloud Platform :VM Instance ?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +1

      Hello Aiman, you're right. Both these services basically perform the same function.

    • @amoltofi1
      @amoltofi1 3 ปีที่แล้ว

      Can we talk on technology, I wish to learn more from you, please reach me at messenger id- amoltofi
      Insta I'd - amoldhaygude

  • @satvirsingh9262
    @satvirsingh9262 4 ปีที่แล้ว

    Brother i am intrested to learn cloud computing in aws platform currently i am doing b.tech in CSE so plzzz tell me which learning path is better for getting a job in india also tell about system requirements for learning a cloud computing

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Yes, any graduate can make career in AWS Who has great interest towards the subject. You are expected to have more patience and hardwork. Before taking the AWS course it is recommended to have a overview of the course curriculum, types of AWS courses, Opportunities in the market for AWS certified candidates.
      T, please refer to this link: th-cam.com/video/r4YIdn2eTm4/w-d-xo.html. If you are interested to take up a more structured and formal course, you can find the details here: www.simplilearn.com/cloud-computing/aws-solution-architect-associate-training. Cheers!

  • @meejaan3883
    @meejaan3883 5 ปีที่แล้ว

    Amazing

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @The_Pradip_Official
    @The_Pradip_Official 6 ปีที่แล้ว

    good explanation

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hey Pradip, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @siddharthjames7096
    @siddharthjames7096 2 หลายเดือนก่อน

    I'm learning it now in end of July 2024 am I too late

  • @kulvindersingh2738
    @kulvindersingh2738 4 ปีที่แล้ว

    Thanks , this helped a lot . But sometimes I receive file not found error on a running page. When I remove cache , history and run the page again by typing the page address manually in browser’s address bar and add www with url it fixes the issue and page is up again . Can anybody suggest anything to about this issue and what steps should it take to resolve it. Thanks

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +1

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @umair-ali
    @umair-ali 4 ปีที่แล้ว

    Great i have digitalocean server how i can transfer everything to aws ec2

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @allenharris3291
    @allenharris3291 3 ปีที่แล้ว

    Not a bad try, I'm not too disappointed an American English speaking presenter wasn't working

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, Thanks for the feedback. We shall share your concerns with the concerned department.

  • @Praveenkumar-kk6ge
    @Praveenkumar-kk6ge 6 ปีที่แล้ว

    Its a good video

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hey Praveen, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @vanikareti6659
    @vanikareti6659 6 ปีที่แล้ว

    Super brooo

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 ปีที่แล้ว

      Hey Vani, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @aslusvlog8326
    @aslusvlog8326 5 ปีที่แล้ว

    Can you please explain how to perform windows domain joining using ws server instance.i mean remote domain joining?is it possible to load windows/linux client based instances on aws?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      "For domain joining, you can check this link out: docs.aws.amazon.com/directoryservice/latest/admin-guide/join_windows_instance.html
      Also, yes! Just like how regular instances are created, Linux instances work the same way. "

  • @DopamineMVWM
    @DopamineMVWM 4 ปีที่แล้ว

    What on earth is an 'instance'? Is that when someone uses your website?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      An EC2 instance is nothing but a virtual server in Amazon Web services terminology. It stands for Elastic Compute Cloud. It is a web service where an AWS subscriber can request and provision a compute server in AWS cloud.

  • @hos7012
    @hos7012 5 ปีที่แล้ว

    What is the program used to make such animated presentation

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +2

      Hi, we use Adobe Premiere and Aftereffects to make such videos. Thanks.

  • @ayeshivlogs09
    @ayeshivlogs09 4 ปีที่แล้ว +1

    i want know theses service are free ?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Amazon EC2 is free to try. There are five ways to pay for Amazon EC2 instances: On-Demand, Savings Plans, Reserved Instances, and Spot Instances. You can also pay for Dedicated Hosts which provide you with EC2 instance capacity on physical servers dedicated for your use.

  • @adityamahna3514
    @adityamahna3514 4 ปีที่แล้ว

    Can I get a link to this slideshow?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi Aditya, you can check out the slides from this link: www.slideshare.net/Simplilearn/aws-ec2-tutorial-for-beginners-what-is-aws-ec2-aws-ec2-tutorial-aws-training-simplilearn

  • @Tyonne
    @Tyonne 10 หลายเดือนก่อน

    Bruh this is hard

    • @SimplilearnOfficial
      @SimplilearnOfficial  10 หลายเดือนก่อน

      We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!

  • @iNuchalHead
    @iNuchalHead 2 ปีที่แล้ว

    2:24 lol in 2022

  • @chaplainpaul5326
    @chaplainpaul5326 5 ปีที่แล้ว +1

    Drop all the stories and cartoons and get to the point

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      We are sorry about that Paul, we will share the feedback with the relevant department