AWS Tutorial For Beginners | AWS Full Course In 11 Hours | AWS Training For Beginners | Simplilearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

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

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

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

      var str1 = "codeKata challenge";
      var freq1 = {};
      var output = [];
      for (let i in str1){
      var char = str1[i]
      if(freq1[char]){
      freq1[char].occ +=1;
      }else{
      freq1[char] = {
      char,
      index:i,
      occ:1
      };
      }
      };
      var freqArr = [];
      for (let key in freq1){
      freqArr.push(freq1[key]);
      };
      freqArr.sort((objA, objB)=>{
      return objA.index - objB.index;
      });
      freqArr.forEach(obj=>{
      if(obj.occ === 1 && obj.char !== " "){
      output.push(obj.char);
      }
      })
      console.log(output.join(''));

  • @neverhomepnw
    @neverhomepnw 3 ปีที่แล้ว +16

    Mad respect to the creator of this. Im not a IT guy and I was struggling to grasp the concepts. This most deff helped a lot especially when its free. Thanks.

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

      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!

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

    OMG this is a dream!!!!!! Thank you so much!!! I couldn't believe it!! this is so amazing an generous from you guys! thank you so much

  • @arjunpandava7640
    @arjunpandava7640 3 ปีที่แล้ว +5

    Thank you to the team at Simplilearn. This was very helpful; and more Importantly I did Not find the almost 11 hours of instruction Boring. I am not new to IT, though I have been out of the field fo 4+ years now, mostly due to burnout early 2017. Decided to get back into the field to earn more money [thank you Covid]. I am new to AWS and anything to do with Cloud computing. I will very likely watch this again before taking AWS practitioner test. Good job and thanks again.

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

      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!

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

    Got a Question on this topic? Let us know in the comment section below 👇 and we'll have our experts answer it for you.

    • @RinkuKumar-rt6bi
      @RinkuKumar-rt6bi 3 ปีที่แล้ว

      I am a python developer, now I wanna learn aws. Is it course perfect for python developer?

    • @AnilKumar-yb8tk
      @AnilKumar-yb8tk 3 ปีที่แล้ว

      Option 1: RDS isn't networking service.

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

      Does this help you pass certification!?

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

    1.Compute-EC2, storage-s3, networking-amazon rds

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    1. Compute - EC2, Storage - S3, Networking - Amazon RDS

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

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

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

    It is very useful and Good for AWS Beginneers.....

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

    This is awsome ..ur explanation.. for a layman

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

    I was waiting for this tutorial for long time. Thank You!

    • @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!

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

    1st comment
    Quiz
    Answer : 3. Storage - file storage networking is wrong match

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

      "Sorry, you got the wrong answer. The correct answer with explanation is given below below:
      The correct answer is option A. Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    For the 1st quiz on compute: number 1-4 are incorrectly matched. For comput the Correct match is :EC2, AWS Lambda, Amazon light sail and Elastic Beanstalk.

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

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

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

    the answer for "Which of these services were incorrectly matched", the answer is
    1. Compute - EC2, Storage - S3, Networking Amazon RDS

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

  • @pradip318
    @pradip318 3 ปีที่แล้ว +5

    Thank you for this course.

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

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

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

    Thank you for sharing the content, it is very helpful to me.

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

    I was eagerly waiting for that thank you guys for making such important course..

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

    Answer for first quiz ...Option 1 .
    RDS is a database service not a network service.

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

  • @sarbeswarbarik8296
    @sarbeswarbarik8296 6 หลายเดือนก่อน

    1. Compute - EC2, Storage - S3, Networking - Amazon RDS

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

    Yes sir. Ok i like very good info. Thankyou very2 to you all compeny

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

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

  • @ZakirHussain-jf5xy
    @ZakirHussain-jf5xy 4 ปีที่แล้ว +4

    Answer
    3. Compute - Lightsail - Elastic File Storage Networking - Elastic Load Balancing

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

      "Sorry, you got the wrong answer. The correct answer with explanation is given below below:
      The correct answer is option A. Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Quiz 1 ... Az RDS is a fully managed relational database service and is not related to networking

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    thank you simpli learn, you are god sent to all the beginers

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

      Great to hear that Simplilearn is helping you learn better .

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

    Great training course

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

    Option A is wrongly matched
    Amazon RDS Is a database domain not a Networking domain

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

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

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

    Well illustrated 👌👍

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

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

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

    Quiz answer : 1 (since amazon RDS is database service and doesn't come under networking)

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    no. 1 is the miss match:
    Amazon RDS is not a Networking service, it is a Storage one.

    • @FaizanKhan-ds9zr
      @FaizanKhan-ds9zr 3 ปีที่แล้ว

      RDS is Database.

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

  • @AKhan-nu9mw
    @AKhan-nu9mw 3 ปีที่แล้ว +1

    Thanx you, Sir.

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

    Thank you so much

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

    QUESTION :
    in s3 , we can just set a replication rule for replicate a object from source to destination bucket , then why do we need to use the lambda for replication .

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

    Found the policy kind of confusing... Why were getObject and putObject granted permission in the policy, but were never used in the lambda function?
    I looked at the available actions and there is a copyAction. Maybe you should be using this instead of the putObject?

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

    Is this video covers all topics..?
    I mean is it enough to become professional.?

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

      Hi, Simplilearn provides online training across the world. We would be happy to help you regarding this. Please visit us at www.simplilearn.com and drop us a query and we will get back to you! Thanks!

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

    1- Compute-EC2, Storage-S3, Networking-Amazon RDS -- this option is the wrong match.

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

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

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

    Very nice thanks
    For full aws course keep it👍👍..

    • @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!

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

    something similar for gcp would be appreciated.

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

      they did just that a week ago

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

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

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

    Can you share the link of the materials as the NodeJS_appli, the slide, ... ?

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

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

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

    Is this enough to learn as a beginner and get a job?

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

      Hi, Simplilearn provides online training across the world. We would be happy to help you regarding this. Please visit us at www.simplilearn.com and drop us a query and we will get back to you! Thanks!

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

    It is good

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

      We are glad that you have enjoyed your learning experience with us : )

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

    Hi sir. I m new to AWS. Very much interested. Plzz tell me the pre requisite we need to have in laptop for smooth learning of this course.

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

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

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

    Nice video..

    • @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!

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

    Cool

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

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

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

    Answer for the first quiz i think is number 2

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

      "Sorry, you got the wrong answer. The correct answer with explanation is given below below:
      The correct answer is option A. Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    2:06:03

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

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

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

    how do we gain access to the notes that have the code that we would use for the labs? like the code you used on the s3 buckets with a source and destination that was using Lambda to replicate the data.

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

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @1998Alan
    @1998Alan 3 ปีที่แล้ว

    Quiz 1, Option 1 is incorrectly matched. Amazon RDS is a Database service not a Networking service . Also Amazon Redshift is an Analytics tool not a Database tool.

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Option 1 - is the answer to the quiz

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Option 1

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

    S3 overview

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

      "Sorry, you got the wrong answer. The correct answer with explanation is given below below:
      The correct answer is option A. Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    1st Question's answer
    (1) - here RDS is for database

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Hi, Quiz-1 option 1 is incorrect

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Wow

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

    Quiz Ans: 2

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

      "Sorry, you got the wrong answer. The correct answer with explanation is given below below:
      The correct answer is option A. Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Quiz Ans: 1

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Nice

  • @Rocky-he7zy
    @Rocky-he7zy 3 ปีที่แล้ว +1

    Is this video good enough to pass Solution Architect exam?? Please answer.

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

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

    • @Rocky-he7zy
      @Rocky-he7zy 3 ปีที่แล้ว +1

      @@SimplilearnOfficial answer the question please.

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

      @@Rocky-he7zy
      He can't.. i don't know why but..

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

      The ans is a big No

    • @Rocky-he7zy
      @Rocky-he7zy 3 ปีที่แล้ว

      @@raj258877 what more should i study for certification?

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

    All are incorrectly matched

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

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

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

    do we need any programming language understanding before starting this course ?

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

      no there's no coding in aws

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

      This course seems to target "AWS Cloud Practitioner Essentials" certification, and doesn't require programming language understanding. But IT basic to medium knowledge is essential.

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

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

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

    answer A

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    1 is incorrect

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

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

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

    Ist option

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

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

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

    Option 1 is incorrect. Amazon RDS belongs to Database service not Networking

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    Number 2

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

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

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

    1 is Incorrect

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

      "Hi, you got the correct answer. Kudos.
      Although the services EC2 and S3 belong to the compute and storage domains respectively, Amazon RDS does not belong to the networking domain, but the database domain"

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

    1. Compute - EC2, Storage - S3, Networking - Amazon RDS

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

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

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

    1:49:40

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

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

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

    nice