Unus AWS
Unus AWS
  • 82
  • 71 783
Create IAM Policy in simple steps
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
zhlédnutí: 41

Video

AWS certification paths in 2024 based on roles
zhlédnutí 343Před dnem
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
zhlédnutí 119Před 14 dny
⛳ 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
zhlédnutí 90Před 21 dnem
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: czcams.com/pl...
Ansible Hands-on for beginners
zhlédnutí 88Před měsícem
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
zhlédnutí 80Před měsícem
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
zhlédnutí 80Před měsícem
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
zhlédnutí 1,2KPřed měsícem
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
zhlédnutí 110Před 2 měsíci
This video includes explanation of Step Functions, its advantages and use cases. It includes a simple hands on exercise which you can try. The cheatsheet provides the steps to execute the hands-on exercise. CheatSheet: github.com/unuste37/YTResources/blob/main/Step Functions CheatSheet.txt
Terraform for AWS Infra Management - Beginners HandsOn
zhlédnutí 96Před 2 měsíci
This is a beginners hands on exercise where we write a terraform config file to launch an EC2 instance. Terraform hands on Lab cheatsheet: github.com/unuste37/YTResources/blob/main/Terraform CheatSheet.txt About Terraform: Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently. This includes low-level components like compute in...
NoSQL WorkBench for DynamoDB
zhlédnutí 316Před 3 měsíci
This video shows how to use NoSQL WorkBench for designing and updating DynamoDB tables. CheatSheet: github.com/unuste37/YTResources/blob/main/NoSQL WorkBench Cheatsheet.txt NoSQL WorkBench: docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html Installation of workbench: docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.settingup.install.html NoSQL WorkBench: N...
CodePipeline Definitions file - Download and Use it to recreate the code pipeline
zhlédnutí 37Před 3 měsíci
CodePipeline Definitions file - Download and Use it to recreate the code pipeline
Migrate GitHb Repo to CodeCommit - 5 minute guide
zhlédnutí 82Před 3 měsíci
Migrate GitHb Repo to CodeCommit - 5 minute guide
AWS DevOps: Use AWS CodeBuild with Jenkins
zhlédnutí 255Před 3 měsíci
AWS DevOps: Use AWS CodeBuild with Jenkins
CodePipeline with CodeCommit as Source Repository
zhlédnutí 164Před 4 měsíci
CodePipeline with CodeCommit as Source Repository
AWS DevOps CICD - CodePipeline triggered by Git tag
zhlédnutí 256Před 4 měsíci
AWS DevOps CICD - CodePipeline triggered by Git tag
AWS DevOps: Deploy WordPress on EC2 with CodeDeploy.
zhlédnutí 297Před 4 měsíci
AWS DevOps: Deploy WordPress on EC2 with CodeDeploy.
Whats DevOps? DevOps basics for absolute beginners
zhlédnutí 71Před 4 měsíci
Whats DevOps? DevOps basics for absolute beginners
Jenkins CICD project using Jenkins agent server
zhlédnutí 140Před 5 měsíci
Jenkins CICD project using Jenkins agent server
Jenkinsfile: Setup end to end CICD Pipeline
zhlédnutí 175Před 5 měsíci
Jenkinsfile: Setup end to end CICD Pipeline
Jenkinsfile - CICD Pipeline as code - Basic Handson Exercise
zhlédnutí 104Před 5 měsíci
Jenkinsfile - CICD Pipeline as code - Basic Handson Exercise
Implement CI/CD Pipeline with Jenkins
zhlédnutí 352Před 5 měsíci
Implement CI/CD Pipeline with Jenkins
AWS Glue Data Catalog Creation for a JSON file - Hands on practice
zhlédnutí 815Před 6 měsíci
AWS Glue Data Catalog Creation for a JSON file - Hands on practice
S3 Delete Marker - How a deleted S3 object can be recovered
zhlédnutí 167Před 6 měsíci
S3 Delete Marker - How a deleted S3 object can be recovered
How to setup AWS CLI and configure your credentials on an EC2.
zhlédnutí 187Před 6 měsíci
How to setup AWS CLI and configure your credentials on an EC2.
AWS Glue Data Catalog Creation - Hands on practice
zhlédnutí 164Před 6 měsíci
AWS Glue Data Catalog Creation - Hands on practice
Jenkins installation and Project Setup
zhlédnutí 188Před 6 měsíci
Jenkins installation and Project Setup
How to prepare for AWS Data Analytics Certification in 3 Weeks
zhlédnutí 1,1KPřed 7 měsíci
How to prepare for AWS Data Analytics Certification in 3 Weeks
CICD with AWS CodePipeline - Easy Setup of a Simple Use case.
zhlédnutí 242Před 7 měsíci
CICD with AWS CodePipeline - Easy Setup of a Simple Use case.
AWS DevOps - CodeBuild and CodeDeploy HandsOn Exercise
zhlédnutí 357Před 7 měsíci
AWS DevOps - CodeBuild and CodeDeploy HandsOn Exercise

Komentáře

  • @ChrisDaniel-vl6ym
    @ChrisDaniel-vl6ym Před 3 dny

    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 Před dnem

      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 Před 4 dny

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

    • @UnusAWS
      @UnusAWS Před 3 dny

      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 Před 3 dny

      @@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 Před 4 dny

    hi sir, kindly teach us about azure.

    • @UnusAWS
      @UnusAWS Před 4 dny

      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 Před 4 dny

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

  • @UnusAWS
    @UnusAWS Před 10 dny

    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 Před 10 dny

    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 Před 10 dny

      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 Před 10 dny

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

  • @UnusAWS
    @UnusAWS Před 11 dny

    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 Před 14 dny

    sir pods are created in launched instance

  • @user-zq6mv2nl3w
    @user-zq6mv2nl3w Před 15 dny

    Very good and detailed explanation!!!

  • @aakibkureshi2631
    @aakibkureshi2631 Před 16 dny

    How to get a cluster for free learning perpose

  • @yash_pandey_yp
    @yash_pandey_yp Před 18 dny

    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 Před 20 dny

    it really helped me , thanks a lot

  • @vipulsingh2846
    @vipulsingh2846 Před 22 dny

    nice explanation really helpful.

  • @jeenapp6673
    @jeenapp6673 Před 23 dny

    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 Před 23 dny

      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 Před 23 dny

      @@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.

  • @kamaalazar1499
    @kamaalazar1499 Před 24 dny

    Best Explanition eassy to undestand...

  • @UnusAWS
    @UnusAWS Před 25 dny

    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 Před 25 dny

    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 Před 25 dny

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

  • @UnusAWS
    @UnusAWS Před 25 dny

    This video explains how Lambda pricing is done.

  • @sanatani_abhishek_108

    Very helpful sir

  • @mrhacker7844
    @mrhacker7844 Před 27 dny

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

    • @UnusAWS
      @UnusAWS Před 27 dny

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

  • @devops_jaswanth
    @devops_jaswanth Před měsícem

    Dedication 🎉

  • @anand-nb4bb
    @anand-nb4bb Před měsícem

    Hi Bro. Can you please make a video explaining the structure/syntax of Ansible step by step in layman terms how to write a playbook for Ansible, most people explain in a very high level they have experience in devops or coding I am new to it & don't have experience in coding or programming its confusing how the indentation is used when writing a playbook these Spacings, Hyphens, Commas, Curly brackets, Variables, loops etc. how & when they are applied. Please its a request if possible

  • @shyamprasad1363
    @shyamprasad1363 Před měsícem

    Awesome.. Thanks for sharing...

  • @UnusAWS
    @UnusAWS Před měsícem

    Details of AI Practitioner Exam: aws.amazon.com/certification/certified-ai-practitioner/ AI Practitioner Prep Course: explore.skillbuilder.aws/learn/lp/2193/standard-exam-prep-plan-aws-certified-ai-practitioner-aif-c01 Certified ML Engineering Associate exam: aws.amazon.com/certification/certified-machine-learning-engineer-associate/ ML Associate Exam Prep Course: aws.amazon.com/certification/certified-machine-learning-engineer-associate/?ch=sec&sec=rmg&d=1

  • @UnusAWS
    @UnusAWS Před měsícem

    How can we invoke a Lambda function based on a schedule set in EventBridge. This video shows the steps.

  • @ajinkyayeole5574
    @ajinkyayeole5574 Před měsícem

    Hi unus i need help about this I using office laptop for practice of aws. As I am using office laptop I not able to use cmd of laptop. But i can access Awa console through browser. How can i ssh to my rhel server from ubuntu with using cmd???

    • @UnusAWS
      @UnusAWS Před měsícem

      You can try the below from cloudshell. You can access cloudshell from the AWS console mainpage. Issue below commands to create keypair and launch EC2 # Create keypair aws ec2 create-key-pair --key-name MyKeyPair --query 'KeyMaterial' --output text > MyKeyPair.pem # It creates the keypair MyKeyPair.pem in your cloudshell home directory. # change permissions chmod 400 MyKeyPair.pem #Find a Ubuntu or RHEL image from EC2 launch page. ex: ami-0583d8c7a9c35822c # Create EC2 with the above AMI + above keypair. aws ec2 run-instances --image-id ami-0583d8c7a9c35822c --count 1 --instance-type t2.micro --key-name MyKeyPair --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=MyRHELInstance}]' # Now, you can SSH from cloudshell to your EC2. Use the connection string under EC2 console > Select instance > Click on Connect > SSH client > connection string under 'Example'

  • @ajinkyayeole5574
    @ajinkyayeole5574 Před měsícem

    Can we do this without CMD...

  • @joey19491
    @joey19491 Před měsícem

    Hi - how do I get this to work with HTTPS?

    • @UnusAWS
      @UnusAWS Před měsícem

      You may refer to some of the CZcams Videos / Other docs which deals with this topic. Some examples given below: CZcams Video: czcams.com/video/8WL0Tw7Tpzo/video.html Documents: How to Move WordPress from HTTP to HTTPS (Beginner’s Guide) - www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/ aws.amazon.com/getting-started/hands-on/launch-a-wordpress-website/ docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-enabling-https-on-wordpress.html

  • @humeidussenejocordasse791

    When i saw a video in thios channel, i know i'll have the answers i'm looking for

  • @UnusAWS
    @UnusAWS Před měsícem

    This video gives tips about the steps you could follow for clearing any of the AWS certification exams

  • @jagrutishah1318
    @jagrutishah1318 Před měsícem

    Informative

  • @UnusAWS
    @UnusAWS Před měsícem

    This short video discusses the point - is it mandatory to have AWS working experience before you take solution architect certification exam?

  • @UnusAWS
    @UnusAWS Před měsícem

    This short video discusses the key topics which are covered in the AWS Machine Learning Specialty Certification exam (as of May'2024)

  • @GiriDharan-db5qn
    @GiriDharan-db5qn Před měsícem

    Thanks for this video. Just randomly i checked this a day before my exam and revised the topics you have mentioned and I have cleared my certification today 🙏🏻

    • @UnusAWS
      @UnusAWS Před měsícem

      Congrats @GiriDharan-db5qn on your achievement! And it is great to hear that the video was useful.

    • @hyderabadisettler6678
      @hyderabadisettler6678 Před 19 dny

      Can you provide me the sources you followed to clear d exam apart from this video

  • @UnusAWS
    @UnusAWS Před měsícem

    This video includes a hands on exercise to set up a cronjob using amazon EventBridge.

  • @ajayg9077
    @ajayg9077 Před měsícem

    This is great content with step by step prep, thank you

  • @UnusAWS
    @UnusAWS Před měsícem

    This video talks about how I cleared AWS Machine Learning Certification. I talk about the preparation steps along with useful tips. I have included the key topics & services from where I got questions in the exam.

  • @humeidussenejocordasse791

    This is best explanation i could, and im coming from aws documentation, props from Mozambique

  • @SrikarPurna
    @SrikarPurna Před měsícem

    Congrats, thanks for sharing valuable info...

  • @carlavirhuez4785
    @carlavirhuez4785 Před měsícem

    Thanks a lot Unus! I finally understood why is faster!

  • @HemantKumar-yk2jk
    @HemantKumar-yk2jk Před měsícem

    How to check how the traffice is flowing from ec2 to vpc endpoint .. where we can check the logs

    • @UnusAWS
      @UnusAWS Před měsícem

      You can use VPC flowlogs to check traffic between any ENIs (network interfaces) in your VPC.

  • @muhammadsaqib2961
    @muhammadsaqib2961 Před 2 měsíci

    Much appreciated video comparatively any other videos

  • @ayencoscolfield3312
    @ayencoscolfield3312 Před 2 měsíci

    Amazing video on k8s cluster deployment of app😄, thanks with🧡

  • @jagrutishah1318
    @jagrutishah1318 Před 2 měsíci

    Informative

  • @UnusAWS
    @UnusAWS Před 2 měsíci

    This video includes explanation of AWS Step Functions, its advantages and use cases. It includes a simple hands on exercise which you can try.

  • @user-xf6qy8mm2o
    @user-xf6qy8mm2o Před 2 měsíci

    It was very informative.Thank you.

  • @neamulkabiremon
    @neamulkabiremon Před 2 měsíci

    Hey, Unus:) I would love to connect with you on Linkedin - would you please give me your linkedin ID or URL :)

  • @neamulkabiremon
    @neamulkabiremon Před 2 měsíci

    Thank you dear, for your efforts to make such a valuable resource for us.

  • @zahraelhaddi6980
    @zahraelhaddi6980 Před 2 měsíci

    thank you so much its great that you included the error and its dolution as well.

  • @francelitavargass.5514
    @francelitavargass.5514 Před 2 měsíci

    Quick question, I am running a crawler on a folder that has the following structure: annotations/consolidated-annotation/consolidation-request/iteration-1/ with in iteration-1 there are .json files more than 100 and each has more than one jobdi in it. However, from each file it only shows for the table the first object id not second one. The json file has the following content [ { "Name": "datasetobjectid", "Type": "string" }, { "Name": "dataobject", "Type": "struct<s3Uri:string>" }, { "Name": "annotations", "Type": "array<struct<workerId:string,annotationData:struct<content:string>>>" }, { "Name": "datasetobjectid", "Type": "string" }, { "Name": "dataobject", "Type": "struct<s3Uri:string>" }, { "Name": "annotations", "Type": "array<struct<workerId:string,annotationData:struct<content:string>>>" } ] How can i get the crawler to run on all the content within 1 jason file so that each job id is placed as a row