Unus AWS
Unus AWS
  • Видео 85
  • Просмотров 81 340
AWS Transit Gateway - How to set up VPC peering connections with Transit Gateway
This video shows how to set up VPC peering connections with Transit Gateway.
Transit Gateway FAQ: aws.amazon.com/transit-gateway/faqs/
Transit Gateway User Guide: docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html
Transit Gateway Tutorial: docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/tutorial-using-own-network-transit-gateway.html
Transit Gateway Workshop: tgw.networking-workshop.com/#/
Просмотров: 91

Видео

Use IAM Identity Center for User management in Multi Account Scenarios
Просмотров 8721 день назад
This video explains what is IAM Identity Center. It also shows a hands on exercise on how to create a user id, assign permissions to it and assign the user to multiple accounts. It will show how a user can login to multiple accounts with different levels of permissions. IAM Identity Center is truly the entry point into AWS. IAM Identity Center FAQ: aws.amazon.com/iam/identity-center/faqs/ IAM I...
Global Accelerator - Explanation and Speed Test Simulation
Просмотров 56Месяц назад
In this video, I explain what is Global Accelerator, how it works, what is multicast ip address, and what are edge locations. I will end this video with a simulation of Global Accelerator speed test. It will show us how much improvement we can get if we use Global Accelerator in front of our applications. Speed Test Link: speedtest.globalaccelerator.aws/#/ Global Accelerator FAQ: aws.amazon.com...
Create IAM Policy in simple steps
Просмотров 66Месяц назад
This video shows how we can create an IAM policy and adhere to the principle of least privilege. IAM Policies User Guide: docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html How to create IAM Policies: docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html
AWS certification paths in 2024 based on roles
Просмотров 398Месяц назад
In this video, I explain how to choose your AWS certification path. AWS Certification Path: d1.awsstatic.com/training-and-certification/docs/AWS_certification_paths.pdf AWS Certification Page: aws.amazon.com/certification/ 00:52: Certification Path for Beginners 01:50: Certification Path for Business Roles (Sales/Marketing) 02:49: Certification Path in Tech Roles 03:30: Solution Architect Certi...
How to SSH from one EC2 to another - Create key pair in Origin EC2 and copy public key to target EC2
Просмотров 2142 месяца назад
⛳ This video shows How to SSH from one EC2 to another. In this method, a new key pair is created in origin server using ssh-keygen and the public key is copied into target EC2's authorised key file. ⛳ Procedures Followed In origin EC2: 1. Generate key ssh-keygen -f .ssh/new-key-file 2. View the public key cat .ssh/new-key-file.pub ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCchVxtsJhCqLhSfLS595ycUgFm...
Lambda Pricing Explained in 5 minutes
Просмотров 1482 месяца назад
Lets understand how Lambda pricing is done. Lets also see how much free usage is allowed on Lambda. AWS Lambda FAQ: aws.amazon.com/lambda/faqs/ Lambda Pricing: aws.amazon.com/lambda/pricing/ Lambda Developer Guide: docs.aws.amazon.com/lambda/latest/dg/welcome.html Lambda Best Practices: docs.aws.amazon.com/lambda/latest/dg/best-practices.html PlayLists: AWS Hands-on for Beginners: ruclips.net/p...
Ansible Hands-on for beginners
Просмотров 972 месяца назад
This video includes an ansible hands-on exercise which can be leveraged by those who are starting with ansible learning. Ansible Ansible is an open-source automation tool used for configuration management, application deployment, task automation, and IT orchestration. It simplifies complex tasks and processes, making them repeatable and reliable. Ansible uses a simple, human-readable language (...
Run Lambda on recurring schedule using amazon EventBridge
Просмотров 932 месяца назад
This video shows a hands-on exercise wherein we invoke a Lambda function based on a schedule set in EventBridge CheatSheet: github.com/unuste37/YTResources/blob/main/EventBridge with Lambda cheatsheet.txt EventBridge User Doc: docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html EventBridge FAQs: aws.amazon.com/eventbridge/faqs/ About EventBridge: EventBridge is a serverless service...
Amazon EventBridge - Setup a CronJob using EventBridge
Просмотров 1052 месяца назад
This video includes a hands on exercise to set up a cronjob using amazon EventBridge. Lab Steps 1. Create an SNS topic - ex: notify-1 2. Subscribe your email with the SNS topic. 3. Confirm subscription by accessing your email 4. Go to event bridge. Select Schedules. Create a new schedule for 2 minute recurrence. Add SNS publish message as the target. Specify the SNS topic. 5. Observe that every...
AWS Machine Learning Certification - How I cleared the exam
Просмотров 2,5 тыс.3 месяца назад
This video talks about how I cleared AWS Machine Learning Certification. It includes my learnings and useful tips. I have included the key topics & services from where I got questions in the exam. 03:30 Exam Preparation Plan 07:55 Practice Tests Used 10:08 My Practice Test scores 11:30 Exam Day and Strategy 13:40 Key Question Areas 13:43 Data Preparation (SubTopics from where I got questions) 1...
AWS Step Functions Hands On
Просмотров 2453 месяца назад
AWS Step Functions Hands On
Terraform for AWS Infra Management - Beginners HandsOn
Просмотров 1124 месяца назад
Terraform for AWS Infra Management - Beginners HandsOn
NoSQL WorkBench for DynamoDB
Просмотров 4944 месяца назад
NoSQL WorkBench for DynamoDB
CodePipeline Definitions file - Download and Use it to recreate the code pipeline
Просмотров 404 месяца назад
CodePipeline Definitions file - Download and Use it to recreate the code pipeline
Migrate GitHb Repo to CodeCommit - 5 minute guide
Просмотров 1134 месяца назад
Migrate GitHb Repo to CodeCommit - 5 minute guide
AWS DevOps: Use AWS CodeBuild with Jenkins
Просмотров 3305 месяцев назад
AWS DevOps: Use AWS CodeBuild with Jenkins
CodePipeline with CodeCommit as Source Repository
Просмотров 2425 месяцев назад
CodePipeline with CodeCommit as Source Repository
AWS DevOps CICD - CodePipeline triggered by Git tag
Просмотров 3105 месяцев назад
AWS DevOps CICD - CodePipeline triggered by Git tag
AWS DevOps: Deploy WordPress on EC2 with CodeDeploy.
Просмотров 3825 месяцев назад
AWS DevOps: Deploy WordPress on EC2 with CodeDeploy.
Whats DevOps? DevOps basics for absolute beginners
Просмотров 736 месяцев назад
Whats DevOps? DevOps basics for absolute beginners
Jenkins CICD project using Jenkins agent server
Просмотров 1546 месяцев назад
Jenkins CICD project using Jenkins agent server
Jenkinsfile: Setup end to end CICD Pipeline
Просмотров 1806 месяцев назад
Jenkinsfile: Setup end to end CICD Pipeline
Jenkinsfile - CICD Pipeline as code - Basic Handson Exercise
Просмотров 1166 месяцев назад
Jenkinsfile - CICD Pipeline as code - Basic Handson Exercise
Implement CI/CD Pipeline with Jenkins
Просмотров 3647 месяцев назад
Implement CI/CD Pipeline with Jenkins
AWS Glue Data Catalog Creation for a JSON file - Hands on practice
Просмотров 9857 месяцев назад
AWS Glue Data Catalog Creation for a JSON file - Hands on practice
S3 Delete Marker - How a deleted S3 object can be recovered
Просмотров 2137 месяцев назад
S3 Delete Marker - How a deleted S3 object can be recovered
How to setup AWS CLI and configure your credentials on an EC2.
Просмотров 2397 месяцев назад
How to setup AWS CLI and configure your credentials on an EC2.
AWS Glue Data Catalog Creation - Hands on practice
Просмотров 1988 месяцев назад
AWS Glue Data Catalog Creation - Hands on practice
Jenkins installation and Project Setup
Просмотров 2018 месяцев назад
Jenkins installation and Project Setup

Комментарии

  • @chidozieuzoegwu4056
    @chidozieuzoegwu4056 День назад

    Thanks for the great content. Please keep making them. ❤

  • @rf4433
    @rf4433 День назад

    Thanks you. How i can sync files in local client windows to ec2 Linux instance

    • @UnusAWS
      @UnusAWS 17 часов назад

      For syncing files (ie, copy multiple files) from your local windows machine to Linux EC2, you can use this method which I have mentioned in the video. The below command will work for group of files. scp -i "path/to/your-key.pem" C:\path\to\your\files\* ec2-user@<EC2-IP-ADDRESS>:/path/to/destination/directory

    • @rf4433
      @rf4433 17 часов назад

      Thanks a lot, and for automate that ,I execute that command in batch file and schedule it?

  • @Althafshaik-AA
    @Althafshaik-AA День назад

    good info

  • @chidozieuzoegwu4056
    @chidozieuzoegwu4056 2 дня назад

    Good content

  • @bonker27125
    @bonker27125 4 дня назад

    thanks but s3 standard retrieval fee is "NONE" : as per documentation , so why you are in your calculation charging for it ?

    • @UnusAWS
      @UnusAWS 4 дня назад

      Actually there is a very small 'request cost' even for standard storage class. Please refer to the S3 pricing documentation here aws.amazon.com/s3/pricing/. Check under 'Storage & Requests'. Specifically under Requests & Data retrievals. You pay for requests made against your S3 buckets and objects. S3 request costs are based on the request type, and are charged on the quantity of requests. Note that the 'request cost' and 'retrieval cost' are separate.

    • @bonker27125
      @bonker27125 4 дня назад

      @@UnusAWS thnx rhis is clear

  • @anandpradeep3719
    @anandpradeep3719 5 дней назад

    hi Sir, Iam still getting permission denied (public key ) error anyway to resolve this

    • @UnusAWS
      @UnusAWS 4 дня назад

      Based on the steps I have mentioned in the description, can you tell me at what step you are getting the error?

  • @sanjeetgaud7422
    @sanjeetgaud7422 6 дней назад

    In your company you have vacancy? I have 3 years experience in AWS.

  • @abhinandanpatil6278
    @abhinandanpatil6278 7 дней назад

    One of the best video ❤

  • @tejasgholap8636
    @tejasgholap8636 10 дней назад

    The question will be all mcq??

    • @UnusAWS
      @UnusAWS 10 дней назад

      Yes. All questions are MCQ

  • @feliks3441
    @feliks3441 11 дней назад

    Hi i am having this error An error occurred (UnrecognizedClientException) when calling the CreateApplication operation: The security token included in the request is invalid.

  • @DANZU1000
    @DANZU1000 16 дней назад

    Gracias, saludo desde Perú.

  • @UnusAWS
    @UnusAWS 20 дней назад

    This video discusses the topic of 'AWS Transit Gateway'. It talks about transit gateway use cases, transit gateway attachments and route propagation. The hands on exercise shows how to peer two VPCs using transit gateway. It would a good learning for AWS beginners as well as those who are preparing for certification exams.

  • @sromankov6102
    @sromankov6102 24 дня назад

    Couldn`t access AWS course(( maybe link is incorrect ?

    • @UnusAWS
      @UnusAWS 24 дня назад

      I checked all the links given in video description. They are working. Please specify the link which is not working for you.

  • @letsgetcool
    @letsgetcool 25 дней назад

    Good explanation. Thank you

  • @aamodkrishnatiwari127
    @aamodkrishnatiwari127 26 дней назад

    You've explained things well. I better get to work.

  • @reggieAttah-mr4sf
    @reggieAttah-mr4sf 27 дней назад

    this doesnt work

    • @UnusAWS
      @UnusAWS 27 дней назад

      @reggieAttah-mr4sf, I executed it again. It works. Please redo it by following all the steps again. let me know what error you are getting. When I prepared this I was using the AMI 'Ubuntu Server 22.04LTS' for EC2. Right now, latest is 24.04 LTS. But that should not have any impact on this. But you can try with 22.04 when you try next time.

  • @ShubhumRanjan-hi3yu
    @ShubhumRanjan-hi3yu 27 дней назад

    Plz Make a Video on AWS Developer Associate Exam(Syllabus)

    • @UnusAWS
      @UnusAWS 27 дней назад

      I have posted a video on Developer Associate exam. Link is here: ruclips.net/video/cuBCPLj8DV4/видео.html

  • @UnusAWS
    @UnusAWS 27 дней назад

    This video explains IAM Identity Center and showcases a hands-on exercise for beginners to understand how to use Identity Center to manage users for multiple accounts.

  • @sromankov6102
    @sromankov6102 27 дней назад

    Thanks for the video, do you see demand on thiese skills on the market now?

    • @UnusAWS
      @UnusAWS 27 дней назад

      There are a lot of demand in generative AI space. Overall understanding of Machine Learning concepts and relevant ML tools will be a good starting point.

  • @SilentAI69
    @SilentAI69 Месяц назад

    Absolutely Wow Sir 🎉

  • @satyabratmahali792
    @satyabratmahali792 Месяц назад

    Really cleared my doubts

  • @XuanKyAutomation
    @XuanKyAutomation Месяц назад

    thanks for your good video

  • @PraveenN-fp5jy
    @PraveenN-fp5jy Месяц назад

    Hi Sir Please Tell me I am gonna take my Exam Through ONVUE , Does AWS will provide calculator on screen for mathematical calculations like precision , recal etc... please tell me sir

    • @PraveenN-fp5jy
      @PraveenN-fp5jy Месяц назад

      Waiting for your response 😇

    • @UnusAWS
      @UnusAWS Месяц назад

      No calculator as such. But I think the OnVUE platform provides a digital whiteboard tool that you can use to write notes, draw diagrams, and perform calculations. Calculations will be simple anyways. I don't think you need to worry about this.

    • @PraveenN-fp5jy
      @PraveenN-fp5jy 27 дней назад

      @@UnusAWS Thank you for your response

  • @samuelopoku-acheampong5601
    @samuelopoku-acheampong5601 Месяц назад

    Very great video, thank you

  • @cdexzswzaqME
    @cdexzswzaqME Месяц назад

    why am I not able to connect to local dynamodb at port 8000 do I need to download it separately or just toggling the button in the bottom-left corner should work

  • @DanSky.M
    @DanSky.M Месяц назад

    Great video!

  • @abhayhongekar07
    @abhayhongekar07 Месяц назад

    I need to complete forcefully because company want a certificate can you please share any shortcut for this

    • @UnusAWS
      @UnusAWS Месяц назад

      You can follow the steps explained in my video and you will be able to clear the certification within a month. I believe that will help you to align with the timeline given by the company.

    • @abhayhongekar07
      @abhayhongekar07 Месяц назад

      @@UnusAWS ok sir will try

  • @UnusAWS
    @UnusAWS Месяц назад

    In this video, I explain what is Global Accelerator, how it works, what is multicast IP address, and what are edge locations. We also have a simulation of Global Accelerator speed test at the end. It will show us how much improvement we can get if we use Global Accelerator in front of our applications.

  • @samuelopoku-acheampong5601
    @samuelopoku-acheampong5601 Месяц назад

    Wow, this was so educational! You explained everything so clearly, and it really helped me grasp the concept. Thanks for sharing your knowledge!

  • @samuelopoku-acheampong5601
    @samuelopoku-acheampong5601 Месяц назад

    God bless you. Had issues connecting to my API from powershell earlier

  • @ChrisDaniel-vl6ym
    @ChrisDaniel-vl6ym Месяц назад

    Can we arrange the attributes in Dynamo DB while creating a item in Dynamo DB? Because it always collapse the order once we click create item. Thanks a lot for these videos.

    • @UnusAWS
      @UnusAWS Месяц назад

      When you display the table items from the management console, it shows attributes in alphabetical order. It does not maintain the order in which you added the attributes while creating the item. If the order is very important while displaying, you can give attribute names like ’01. City, 02. Address, 03. Age’ etc.. You can handle the ordering in your application code, but while processing the data within your application, I don’t think the order matters much.

  • @SALVERULAXMIVIVEK
    @SALVERULAXMIVIVEK Месяц назад

    if i am beginner toaws where should i start toget this certificate

    • @UnusAWS
      @UnusAWS Месяц назад

      If you are a beginner, my suggestion is to get 'AWS Cloud Practitioner' Certification before ML Specialty certification. For AWS Cloud Practitioner related information, please refer to aws.amazon.com/certification/certified-cloud-practitioner . When you prepare for Cloud Practitioner exam (which is not very difficult), you will learn about the basic AWS architecture and services which will be helpful when you prepare for ML certification.

    • @salverulaxmivivek3438
      @salverulaxmivivek3438 Месяц назад

      @@UnusAWS​​⁠ thank you i have AI knowledge but when I am going through course videos I observed 😮 AWS services are interconnected . Aws basics are needed to understand questions 😮.thank you for suggesting 👍

  • @mohdnazim7908
    @mohdnazim7908 Месяц назад

    hi sir, kindly teach us about azure.

    • @UnusAWS
      @UnusAWS Месяц назад

      Unfortunately I am just a beginner in Azure. May not be able to do it right away, but in future, I will try creating videos in Azure.

  • @UnusAWS
    @UnusAWS Месяц назад

    This video shows how we can create an IAM policy and adhere to the principle of least previlege.

  • @UnusAWS
    @UnusAWS Месяц назад

    In this video, I have explained how to choose your AWS certification path. There are 12 different certifications available in AWS including the two AI/ML certifications that will be launched by August. You may choose your certification path based on your role and the career path you want to take.

  • @tiny_mystery
    @tiny_mystery Месяц назад

    I have to exam for AWS Developer Associate along with my job on 10th August. I have to start. How much time it will take sir ?

    • @UnusAWS
      @UnusAWS Месяц назад

      You have to start now. Since you are busy at work too, it will take close to a month. You can take practice tests at regular intervals which will give you accurate assessment of your preparation level.

    • @tiny_mystery
      @tiny_mystery Месяц назад

      @@UnusAWSok sir. I will try. Although, I have 3 weeks.

  • @UnusAWS
    @UnusAWS Месяц назад

    In this video, I explain one more method on 'How to SSH from one EC2 to another'. In this method, a new key pair is created in origin server using ssh-keygen and the public key is copied into target EC2's authorised key file.

  • @ancientpast
    @ancientpast Месяц назад

    sir pods are created in launched instance

  • @user-zq6mv2nl3w
    @user-zq6mv2nl3w Месяц назад

    Very good and detailed explanation!!!

  • @aakibkureshi2631
    @aakibkureshi2631 2 месяца назад

    How to get a cluster for free learning perpose

  • @yash_pandey_yp
    @yash_pandey_yp 2 месяца назад

    I have cleared SAA-C03 and DVA-C02 now wants to prepare for Solutions Architect Professional and little bit confused. Please guide me the roadmap or path for the exam......

  • @southmoviesltd
    @southmoviesltd 2 месяца назад

    it really helped me , thanks a lot

  • @vipulsingh2846
    @vipulsingh2846 2 месяца назад

    nice explanation really helpful.

  • @jeenapp6673
    @jeenapp6673 2 месяца назад

    Thanks for this. Is this preparation method applicable for people who are new to Machine learning but already working in aws? Or do we need to have ML experience already?

    • @UnusAWS
      @UnusAWS 2 месяца назад

      Yes. This is applicable to someone new to ML. If you are new to ML, you may end up spending more time in analyzing the answers after each practice test. Remember to take notes based on the analysis and read them before next practice test. The test scores will give you clear indication of your preparedness. Based on that you can decide to spend more time reading about some of the concepts (where you are consistently going wrong).

    • @jeenapp6673
      @jeenapp6673 2 месяца назад

      @@UnusAWS Understood. Thank you so much for the swift response. I will let you know how it goes once the exam is complete. Appreciate you sharing your experience that is benefitting many.

    • @jeenapp6673
      @jeenapp6673 Месяц назад

      Hi, I have got 64% in both Frank and Bonso full length practise exam and got 10 out of 20 correct in the official practise test. Do you suggest me to go ahead for the real exam or revisit for few more weeks and try?

    • @UnusAWS
      @UnusAWS Месяц назад

      I would say, you are on the border. My suggestion is to analyze the wrong answers for at least one of the full length practice exams again and then take the official practice test again. Since this is the second time, you should target 75%+. Once you are able to get that, go ahead and book the exam.

  • @kamaalazar1499
    @kamaalazar1499 2 месяца назад

    Best Explanition eassy to undestand...

  • @UnusAWS
    @UnusAWS 2 месяца назад

    In this video, I am sharing my experience of taking SA Professional exam. I talk about the suggested preparation methods, practice tests, key topic areas and exam strategies.

  • @AdityaMoray-y9w
    @AdityaMoray-y9w 2 месяца назад

    Hi sir can't we directly ssh by changing settings in /etc/ssh/sshd_config and then use ssh-keygen and ssh-copy-id to login without password?

    • @UnusAWS
      @UnusAWS 2 месяца назад

      Thanks @AdityaMoray-y9w for bringing up this point. I will update this method as well in Video description.

  • @UnusAWS
    @UnusAWS 2 месяца назад

    This video explains how Lambda pricing is done.

  • @sanatani_abhishek_108
    @sanatani_abhishek_108 2 месяца назад

    Very helpful sir

  • @mrhacker7844
    @mrhacker7844 2 месяца назад

    Just cleared my certification. The topics you have provided have helped me revisit the important ones.

    • @UnusAWS
      @UnusAWS 2 месяца назад

      Congrats! It is great to hear that the video helped!

    • @PraveenN-fp5jy
      @PraveenN-fp5jy Месяц назад

      HAVE YOU TAKEN EXAM THROUGH ONLINE RIGHT ?

    • @UnusAWS
      @UnusAWS Месяц назад

      In my case, I had taken the exam in test center

    • @abhayhongekar07
      @abhayhongekar07 Месяц назад

      How?? Can you please explain??​@@UnusAWS

    • @UnusAWS
      @UnusAWS Месяц назад

      You can refer this page which gives the details about the exam and how to book the exam. aws.amazon.com/certification/certified-machine-learning-specialty/