Forum Discussion
F5 Bigip LTM v14 AWS CLI
- Jan 23, 2019
We were able to execute by setting the following environment variables.
export AWS_HOME=/opt/aws/awscli-1.10.26
We were able to execute by setting the following environment variables.
export AWS_HOME=/opt/aws/awscli-1.10.26
export PATH=$PATH:$AWS_HOME/bin
export PYTHONPATH=$AWS_HOME/lib/python2.6/site-packages:/opt/aws/awscli- 1.10.26
- AWalden_185388Jan 23, 2019Nimbostratus
To add-on to your answer. There are two typos in the export PYTHONPATH at the awscli- and 1.10.26// Also a more permanent fix is to add what you suggested to the end of the ~/.bashrc file.
For the linux noobs
- vim ~/.bashrc
- hit i for insert
-
copy and paste the following three lines to the end of the file
export AWS_HOME=/opt/aws/awscli-1.10.26
export PATH=$PATH:$AWS_HOME/bin
export PYTHONPATH=$AWS_HOME/lib/python2.6/site-packages:/opt/aws/awscli-1.10.26/lib64/python2.6/site-packages
-
hit Esc and type :wq! then hit enter.
- source ~/.bashrc
- aws help
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com