AWS Automation | Update EC2 Tagging with Lambda Python function | aws tutorial

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

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

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

    very good video. can we also do this to all services inside the instance?

  • @RA-ir8qd
    @RA-ir8qd 6 месяцев назад

    ec2.client? That refference should be :
    response = ec2.create_tags(Resources=[instance_id], Tags=tags)
    I dont know how your runtime allowed you to pass that value I tried python 3.11 and python 3.9 the ec2.client.create_tags didnt work