AWS Automation: Tagging Resources with Lambda and Resource Explorer

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

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

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

    Thank you so much for those information, managed to modify lambda script base on my requirement. Really appreciate it from 🇲🇾

    • @avinashkumar-thelearningdest
      @avinashkumar-thelearningdest  2 месяца назад +1

      Thank you so much, Manimaran, for your kind words. It's made my day. Please help me to share my channel within your LinkedIn network and friends. Thank you so much.

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

    This is post creating the resource you are applying.. How can you ensure this tag is automatically coming up when the resource is created not the env like cert default cost center, projectcode

    • @avinashkumar-thelearningdest
      @avinashkumar-thelearningdest  21 день назад

      It's so simple,schedule the lambda job with the Event Bridge rule. Schedule the event at your decided timeline, and then it checks every day at a certain time with new resources.
      2nd way, but then the approach will be different. You need to check the Cloudtrail log event so that if any new resources are created, then this lambda function will trigger.