/aws_boto3_scripts

Repo contains the boto3 AWS resource creation scripts

Primary LanguagePythonApache License 2.0Apache-2.0

AWS Boto3 Scripts

Getting started with Installation

  1. Install python
  2. Install pip
  3. Add python and pip installation to PATH variable
  4. Install boto3: pip install boto3
  5. Install AWS-CLI: pip install awscli --upgrade --user
  6. Configure AWS-CLI for linking account using the command : aws configure
  7. Create boto3 script and save the file as <boto3_script_name>.py extension
  8. Run as python <boto3_script_name>.py

Script Details

TBA