AWS AppConfig Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 21

  • @caleb_sousa
    @caleb_sousa 11 місяців тому +1

    Excellent video, this helped me a lot. Thank you.

  • @vaibhav3322
    @vaibhav3322 10 місяців тому

    Great demo! Thanks a lot for the detailed explanations :D

  • @krishmpa
    @krishmpa 8 місяців тому

    Thanks a lot for the wonderful tutorial.

  • @idanqwe1
    @idanqwe1 7 місяців тому

    Great explanation! thank you!

  • @lehung-up8jv
    @lehung-up8jv Рік тому

    Well structured video ❤

  • @scwewywabbit
    @scwewywabbit 2 роки тому +4

    You should setup an account alias in IAM so that the console shows users as user @ alias on the top right instead of it making your entire AWS account number public.

  • @ronenbarenboim7823
    @ronenbarenboim7823 Рік тому

    Great video. Tnx!

  • @dsthakur_10
    @dsthakur_10 4 місяці тому

    Could you please demonstrate how to integrate AppConfig into your application using APIs ?

  • @dobeerman
    @dobeerman Рік тому

    Thank for the tutorial! Really enjoy each of your video.
    One question here. Is there any way to figure out what config version currently in play?

  • @kousheralam8657
    @kousheralam8657 Рік тому

    Could please share policy to access parameter store

  • @rishiraj2548
    @rishiraj2548 2 роки тому

    Thanks a million

  • @mihai6564
    @mihai6564 Рік тому

    good video

  • @madrag
    @madrag Рік тому

    @Be A Better Dev can you please use dark mode in AWS console ?

  • @ahdon3
    @ahdon3 Рік тому +1

    Wow. So you have to build that url inside lamda? Shouldn't AWS provide/ generate that url for each Config? Just like I am role arn..
    Thanks for detailed video though

    • @yuniverse11
      @yuniverse11 Рік тому

      When using iac you have all the information to build the url and set it as an environment variable in your lambda… this should be the best practise

  • @spaghety
    @spaghety Рік тому +2

    Not having codecommit as a source is such a weird miss -- one of the glaring feature gaps is change approvals and linking to a codecommit repo would be such an easy way to handle that since it can enforce code review requirements. Having to set up a bespoke codepipeine with cc as a source to publish a simple config file is obnoxious

  • @kavinduvindikasomadasa352
    @kavinduvindikasomadasa352 Рік тому +1

    Seems bit of an unnecessary service since the resources need to poll for any change which ends up with billing.

  • @rishabhrastogi6076
    @rishabhrastogi6076 Рік тому

    Can someone please help me understand AWS AppConfig's pricing model?

    • @rishabhrastogi6076
      @rishabhrastogi6076 Рік тому

      What is the difference between the 'Frequency of configuration requests vs the Frequency of configurations received' ? I mean both the frequencies wouldn't be the same always?

    • @abhijaysaraswat2833
      @abhijaysaraswat2833 Рік тому +1

      @@rishabhrastogi6076 Because everytime it polls for new config doesnt mean it will get the new config so if no one has made any changes inside app config the frequency of received will be less.Frequency of requests will remain same according to the value set in env variable but freq. of received will vary