How to get list of EC2 Instances and Its state using Resource and Client objects of boto3 ?

preview_player
Показать описание
It will explain about:
How to create Resource and Client objects for EC2 from boto3 ?
How to list EC2 Instances ?
How to get the status of EC2 instances ?
Рекомендации по теме
Комментарии
Автор

I had no idea. thank you! been doing EVERYTHINg the hardest way possible with the client object lol.

Sladeofdark
Автор

Simple Explanation but more helpful
Thank you for info

shankelly
Автор

Thank you! very helpful video and got a better understanding of sessions vs client. and you solved my issue. i further went ahead and got my instance names through TAGS. you were very clear and precise.. awesome job!!!

karimkazia
Автор

Very nice explanation. Thank you very much for sharing, deeply appreciated

najmehforoozani
Автор

Great video boss.. Just what I wanted! Thank you!

sasikanth
Автор

Great video and perfect explanation! Thank you!

samitkapadia
Автор

Sir upload more video it's humble request to you

amitvlog
Автор

might not see an answer on this since it's pretty old but how would you be able to get the Name Tags? It's a list of dictionaries and I keep getting the whole list printed out and can't seem to pull out the one I need
in my case, my instances have many tags so I need to filter somehow but now sure how to

DamienMalakay