Day-25 | AWS Config | Identify Compliant and Non Compliant AWS resources |

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 96

  • @samikshasharma3544
    @samikshasharma3544 Год назад +8

    It can be easily observed that you put in lot of your efforts to create a single video to make us understand the concept thoroughly. ❤

  • @Martswitch
    @Martswitch Год назад +1

    Thanks for this explanation @abhishek. You just further gave light to modern day's FinOps practices. You are doing a great job and making the learn curve very short and easy.

  • @shravanigattu
    @shravanigattu Год назад +2

    "🌟 Kudos to you for consistently sharing valuable content for free of cost. Your dedication to spreading knowledge is truly inspiring. Your videos have been a guiding light on my learning journey. Thank you for making complex topics so accessible and engaging. Keep up the fantastic work! 👏🎉"

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe 3 месяца назад +1

    Thank you Abhishek for the wonderful explanation 🎉

  • @anilsree06
    @anilsree06 7 месяцев назад

    Thanks, Abhishek, able to implement with one of the instances enabled and the other disabled (monitoring). Config rule was able to detect one is compliance and the other is non-compliance. Thanks for helping with your boto3 code.

  • @faiqkhan9724
    @faiqkhan9724 7 месяцев назад +2

    Kudos for another great video. I have seen many a tutorial on AWS Config that just explained the theory behind it which made me think that the services like AWS Config and AWS GuardDuty are useless. A question: in an organizational setup do the devOps engineers use the console or the CLI to set the Config rules and Lambda functions?

  • @ankitasood8589
    @ankitasood8589 Год назад

    Hi Abhishek, thankyou for making things so easy and understandable. Hope to see new videos coming for other aws services. Cheers 🎉

  • @RamKumar-kq5ef
    @RamKumar-kq5ef Год назад +4

    Sir i am fresher 2023 passout civil engineering student..... after applying many more off campus job but unfortunately i didn't get any job.....sir what should i do ..? Can i become Devops engineer at the end of this year..... after completing your Devops zero to hero series... please reply sir🙏 because i have no any guidance ..and sir please suggest me what is the right way to enter in IT industry.please reply 🙏

    • @Karan-zk9ke
      @Karan-zk9ke 7 месяцев назад

      Maybe you should try out in civil engineering jobs

  • @kushirocks010
    @kushirocks010 Год назад +1

    Hi Abhishek,
    Can you also include some videos on how AWS cloud will be used by a SRE as a separate section? Focussing more on observablity, telemetry,monitoring etc?
    This will be very useful i believe thanks in Advance...
    Thanks for giving such wonderful vidoes

  • @nishanthakula
    @nishanthakula Год назад +2

    Hi Abhishek,
    am holding BCOM degree and doing job in MNC from 4years into Investment Banking.
    Can i learn this Course and get job on AWS Devops Engineer?
    It will be helpful if you reply as soon as possible

  • @chandrasekhar7147
    @chandrasekhar7147 Год назад +1

    Everyday I learn good content from you abhishek, thank you,
    Make a video about route53

  • @ChandraReddy-w2y
    @ChandraReddy-w2y Год назад +1

    Thak you for informative video abhishek, please make a video about route53

  • @BharathKumarReddy2103
    @BharathKumarReddy2103 Год назад +2

    ❤❤❤

  • @vimalpatel5770
    @vimalpatel5770 9 месяцев назад

    This is excellent! It is observing compliance of an EC2 for a perticular configuration. Can you please make a video of covering the verification of compliance/non-compliance of all running AWS service, resource and not just EC2? Thanks

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

      Hi!
      Are you got any solution on this. I have also find out those resources which are untagged in account.

  • @ganeshg4105
    @ganeshg4105 Год назад +1

    Nice explanation and thank you

  • @lakshmik7902
    @lakshmik7902 Год назад +3

    Hi Anna,next month i have DevOps professional exam,so any Tips and Tricks

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

    whenver i tried to create rule at last review and create stage it shows Before you add this rule, update your IAM permissions to allow the lambda:AddPermission action.
    i added all the permission u said in lambda functions................ can someone help me im stuck here

  • @cupnoodle2897
    @cupnoodle2897 11 месяцев назад

    Wonderful explanation ❤. But nowadays, teams are using AWS RDK to write custom configuration rules on AWS Config. So, is it possible to make video on that, please?
    I've also been asked in the DevOps interview for the same. Wasn't able to give a proper answer due to lack of knowlege on AWS RDK.

  • @asifkuntoji7412
    @asifkuntoji7412 4 месяца назад

    Dude you are amazing...

  • @ShrinuRao-cs8kl
    @ShrinuRao-cs8kl Год назад +1

    Please make separate video on route53 and it's records, policies

  • @Joe-tk8cx
    @Joe-tk8cx 7 месяцев назад +1

    Thank you for the awesome video this was very useful. I have one question, how would one know what json data is being injected from config to the lambda function ? Thanks again.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 месяцев назад

      You can check that by printing the json data for the first time. Once u understand that, u can write the logic and remove the print statement.

  • @kallinux7154
    @kallinux7154 Год назад +2

    Hi Anna , i cleared aws certified cloud practitioner examination should i go for aws solutions architect associate certification. Please guide me

  • @sonalimohapatra880
    @sonalimohapatra880 Год назад

    Our fav brother ❤

  • @user-pz2fu8ih4h
    @user-pz2fu8ih4h 7 месяцев назад

    Abhishek , Is this AWS Config Service can continually monitor/ audits the configurations and relationships of our resources on other clouds also ? Because this is an AWS Service & restricts to only AWS I think. Can u plz give clarity .

  • @rameshmydam6877
    @rameshmydam6877 Год назад +1

    Great bro

  • @fhdhejeh63
    @fhdhejeh63 22 дня назад

    Bro is this series enough to pass the AWS cloud practitioner exam?

  • @MrDestroyer58
    @MrDestroyer58 8 месяцев назад +1

    Hi Abhishek while I was executing this AWS Config in lambda function I couldn't fetch instanceid value as the configuration_item['configuration'] is None in json so couldn't able to fetch instanceid from it.
    What might have been wrong..could you pls help me.
    Thank you

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  8 месяцев назад +1

      Hi 👋, something might have changed in the Json structure. Print the json and try to see the structure, if anything is changed, modify the code accordingly

    • @MrDestroyer58
      @MrDestroyer58 8 месяцев назад

      @@AbhishekVeeramalla your immediate response is appreciated alot Abhishek.
      Actually I want to add one more point here actually I have 2 EC2 instances one is in stopped and other is in running and when I inspect the JSON I see the configurationItemStatus as Resource deleted is that might be the reason ??? Because of this it is not checking the other EC2 resource??

  • @pavankumarsuddala1118
    @pavankumarsuddala1118 6 месяцев назад

    With the learning of this AWS course what job titles can I put on my resume?

  • @pandudamera7211
    @pandudamera7211 Год назад +1

    Can you make video ECR ? How do push container to ECR? After pushing container to ECR how do write manifest file by using ECR

  • @VinothKumar-ik1fc
    @VinothKumar-ik1fc Год назад

    Hi Abhishek, I like to ask this question. Can you please tell me which is the best security strategy used in AWS resource 1. Security Hub with AWS CONFIG 2. Security Hub with GUARD DUTY. please reply
    Thanks

  • @mallikarjunkonemane6908
    @mallikarjunkonemane6908 Год назад +1

    ♾️🌟

  • @sohamkasar7218
    @sohamkasar7218 Год назад +1

    Nicely explained but I have a question
    If i want to check what changes has been done in my database in few days how can I check it?

  • @Anilpolagoni
    @Anilpolagoni Год назад

    Hi Abhishek could you please do video on AWS CMF and MGN services for lift and shift migration from on-premise

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

    Unable to do practical for this session, because the complete UI is changed. Any help would be appreciated

    • @harshnegi200
      @harshnegi200 12 дней назад

      yes Abhishek same issue with me

  • @shripad-kl6wn
    @shripad-kl6wn Год назад +1

    first like

  • @aboli_r_shinde
    @aboli_r_shinde Год назад

    Hello sir. From last 3 months I'm applying so many MNC company, but no one replied. So, can you please provide opening requirements link of any MNC company whenever MNS start hiring for freshers.
    Please suggest something to get job in AWS Solutions Architect-Associate 🙏🙏🙏

  • @shadowhunter7271
    @shadowhunter7271 3 месяца назад

    when iam adding policy to the created role and creating aws config in the end it pops out update iam permissions lambda:fullaction any solution

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

      @shadowhunter7271. I'm facing same error; do you have any fix for it ?

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

      @@gobikrishna5760 not yet brother

  • @vijay176us
    @vijay176us Год назад

    Thank you Abhishek for making such a knowledgeable videos for us😊 i ve one question. What if config changes happens on multiple instances at the same time, Do we have to include FOR loop in lambda in order to parse the json first?
    Thanks!

  • @aboli_r_shinde
    @aboli_r_shinde Год назад

    Thank you for today's lecture. Can make vedio on shell scripting???

  • @ganeshg4105
    @ganeshg4105 Год назад +1

    Hii Aana please provide notes for healpin exam's.

  • @brijalsingh13
    @brijalsingh13 Год назад +1

    hie sir mak video on load balancer autoscaling and ebs and efs

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

    whenver i tried to create rule at last review and create stage it shows Before you add this rule, update your IAM permissions to allow the lambda:AddPermission action.
    i added all the permission u said in lambda functions

  • @ravipanavi
    @ravipanavi 11 месяцев назад

    @Abhi, please start the Python Boto 3 sessions

  • @ashwinichivate3905
    @ashwinichivate3905 Год назад

    Excellent explanation as always.
    Plz make a video on route 53, transit gateway, athena, vpc endpoint, vpc peering. Thanks a lot.

  • @harshnegi200
    @harshnegi200 12 дней назад

    Hi Abhishek ,
    UI is Completely changed ,Unable to do practical for this session, please make another Aws Config video with new UI.

    • @harshnegi200
      @harshnegi200 12 дней назад

      ok so you can just click on Get started in new UI ,then we'll get same UI as Abhishek is getting ,but facing another issue with Lambda function i.e, Error
      Before you add this rule, update your IAM permissions to allow the lambda:AddPermission action.
      although I had added AWSLambda_FullAccess Policy but still getting same issue ,please help

    • @harshnegi200
      @harshnegi200 12 дней назад

      i have created all the policies also you mentioned at 24:34

  • @thousimsyed543
    @thousimsyed543 Год назад

    As a fresher is there more opportunities in devops brother

  • @tejasvlog09
    @tejasvlog09 Год назад

    😮

  • @sparker1170
    @sparker1170 Год назад +1

    1st view

  • @gouravchhabra6142
    @gouravchhabra6142 Год назад +1

    Service name as "AWS Config" seems little irrelevant to the purpose of that service, Azure has better naming which is Azure Policies for similar kind of service.

  • @hellojs9256
    @hellojs9256 9 месяцев назад +1

    Response
    {
    "errorMessage": "'invokingEvent'",
    "errorType": "KeyError",
    "requestId": "7ca705fb-475d-486c-bafe-db5f283141a6",
    "stackTrace": [
    " File \"/var/task/lambda_function.py\", line 13, in lambda_handler
    config = json.loads(event['invokingEvent'])
    "
    ]
    }
    sir @Abhishek i am getting this error plz... help i tried many way but i still getting this at line number 13

    • @Vishwask22
      @Vishwask22 7 месяцев назад

      Have you solved this error?

    • @hitmanbond5648
      @hitmanbond5648 6 месяцев назад

      same error i am facing... any solution?

    • @sachinyeshwanth8572
      @sachinyeshwanth8572 5 месяцев назад +1

      looks like there is an extra character
      in ur code, remove that nd try
      "config = json.loads(event['invokingEvent'])"

  • @mandabathram2491
    @mandabathram2491 3 месяца назад

    whenver i tried to create rule at last review and create stage it shows Before you add this rule, update your IAM permissions to allow the lambda:AddPermission action.
    i added all the permission u said in lambda functions................ can someone help me im stuck here

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

      I'm facing same error; do you have any fix for it ?

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

      even im facing the same error dnt know whats the solution