Boto3
- This is aws sdk for python
- In aws boto3 we have two ways to interact with services
- client:
- low level api calls
- resource:
- High level wrapper around boto3 clients
- client:
- AWS boto3 documentation: Refer Here for boto3 documentation and Refer Here for api resources
- Lets try to create a python sample to stop all the ec2 instance which have tag ENV = DEV or ENV = QA Refer