Skip to content

shujaatsscripts/AWS_Python_Automation_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AWS_Python_Automation_Scripts

  1. Intall AWS Cli on your machine for respective OS from here

     https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
    

    Open Cmd line/ Terminal and run

         aws configure
    

    Enter Access Key ,Secret Key and Region

  2. Install Python 3 for your OS form here

     https://www.python.org/downloads/
    
  3. Open CMD line/ Termainal and run

     pip install boto3
    
  4. Install any other modules for python requied by script form pip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages