Skip to Content
Hybrid Cloud for Developers
book

Hybrid Cloud for Developers

by Manoj Hirway
April 2018
Intermediate to advanced content levelIntermediate to advanced
280 pages
8h 37m
English
Packt Publishing
Content preview from Hybrid Cloud for Developers

Setting up a Unix development environment for Python

For Unix developers, the following prerequisites must be available for setting up the development environment:

  • Any Linux distribution 
  • Python 2.7 or above installed
  • An AWS account (access key and secret access key)
  • An internet connection

AWS provides Python packages for accessing various services. For example, a Python package called boto3 is provided by AWS for accessing all AWS services. 

Execute the following steps to set up your development environment on a Unix system:

  1. Install Python 2.7 or above
  2. Install Python package manager (pip)
  3. Using pip, install the Python packages boto3 and awscli:
pip install boto3pip install awscli
  1. Configure the AWS account by invoking the aws configure ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hybrid Cloud for Architects

Hybrid Cloud for Architects

Alok Shrivastwa
OpenStack: Building a Cloud Environment

OpenStack: Building a Cloud Environment

Alok Shrivastwa, Sunil Sarat, Kevin Jackson, Cody Bunch, Egle Sigler, Tony Campbell

Publisher Resources

ISBN: 9781788830874Supplemental Content