Manage multiple AWS services from a single command line tool. Available on Windows, Mac, and Linux/UNIX systems. Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring Software Development Engineers, Product Managers, Account Managers, Solutions Architects. When you need an AWS command line toolset not provided by Ubuntu packages, you can download the tools directly from Amazon and install them locally. The AWS Command Line Interface (CLI) is a unified tool to manage AWS services, including accessing data stored in Amazon S3. The AWS Command Line Interface is available for Windows, Mac and Linux. If the bucket owner has granted public permissions for ListBucket, then you can list the contents of the bucket, eg.
I'm trying to learn how to deploy to AWS Elastic Beanstalk using a git repository and the elastic beans command line interface.
I've run through setup as per instructions. When I call: eb --version
As per instructions here, it throws the following error:
I've never used Python before and don't understand what I'm looking at.
How do I fix this error and run the Elastic Beanstalk command line interface?
goosegoose1 Answer
It's picking up the Python 3 version of the eb
tool. You need to add the Python 2.7 version to your path.