AWS AppConfig Tutorial for Beginners

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

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

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

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

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

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

  • @scwewywabbit
    @scwewywabbit Год назад +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.

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

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

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

    Great explanation! thank you!

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

    Thanks a lot for the wonderful tutorial.

  • @lehung-up8jv
    @lehung-up8jv 11 месяцев назад

    Well structured video ❤

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

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

    Great video. Tnx!

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

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

    Could please share policy to access parameter store

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

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

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

    good video

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

    Thanks a million

  • @kavinduvindikasomadasa352
    @kavinduvindikasomadasa352 9 месяцев назад +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 10 месяцев назад +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