AWS Classroom Series – 01/Mar/2021

Using Boto3

  • Boto3 is AWS SDK for python Preview
  • Now lets install and configure boto3
  • Create a new folder and in that folder create file called as requirements.txt
  • Refer Here for the changeset
  • Create an IAM User Refer Here
  • Install aws cli and configure iam user Refer Here
  • These iam credentials are used to connect to AWS account from the code
  • Its recommended to create virtual environments Refer Here
  • For writing sample code in boto3 Refer Here
  • A simple code to fetch all the s3 buckets and its creation date Refer Here for the changeset Preview
  • Now lets manually create an ec2 instance and fetch the details using boto3. Refer Here for the changeset Preview
  • Now lets write a boto3 code Which will get all the ec2 instances which have tag ENV=Dev and stops the ec2 instance Refer Here for the changeset
  • Now as a next step, we will write this code as lambda function where user describes the tags in lambda events and python boto3 code will stop the ec2 instancesa

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube