Managing AWS Instances Using Ansible

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

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

  • @KeithPawson
    @KeithPawson 3 года назад +1

    Thanks Andrew this is very interesting and something else I've learnt from you again, really appreciate your time in producing these for all to see. According to the lady at the end, I'm sadder :-)

    • @theurbanpenguin
      @theurbanpenguin  3 года назад

      LOL, thank you for getting to the end. ruclips.net/video/fF5GKdT134E/видео.html A new ansible video went up today

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

    Thanks Andrew this is very interesting! but what if I do not want to have my AWS cred in the playbook. i want to save it somewhere else. can I do "aws configure" on the control machine and then execute the playbook [without my aws cred in it]?

  • @kcoRwobniaR
    @kcoRwobniaR 3 года назад

    Nice to have separate env for test, dev etc. and keep them separate on one instance. So you always can start new from scratch without messing yours system environment. A knew it possible with python. But installing Ansible via pip in virtual env, that is something :) Thanks a lot sir !

  • @anisanis611
    @anisanis611 3 года назад

    Thank you for this video,
    Is there any difference between the modules ec2_instance and ec2 when it comes to creating an instance ??? coz i noticed when I use ec2 module when I run the playbook, a new instance is created each time whereas when I run it with ec2_instance idempotency is respected

    • @theurbanpenguin
      @theurbanpenguin  3 года назад

      the ec2 module I think ijs deprecated now and the community.aws.ec2_instance is the one to go for

    • @anisdhouieb9918
      @anisdhouieb9918 3 года назад

      @@theurbanpenguin thank you

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

    thanks mate

  • @Syntaxstic
    @Syntaxstic 3 года назад +1

    Second

  • @harishv6428
    @harishv6428 3 года назад

    first