Learn and Be Curious

EB CLI

Cloud/AWS2017. 6. 5. 03:29


https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-windows.html


C:\Users\myung>pip --version
pip 9.0.1 from c:\users\myung\appdata\local\programs\python\python36-32\lib\site-packages (python 3.6)

C:\Users\myung>
C:\Users\myung>
C:\Users\myung>
C:\Users\myung>
C:\Users\myung>
C:\Users\myung>pip install --upgrade --user awsebcli
Collecting awsebcli
  Downloading awsebcli-3.10.1.tar.gz (226kB)
    100% |████████████████████████████████| 235kB 679kB/s
Collecting pyyaml>=3.11 (from awsebcli)
  Downloading PyYAML-3.12.tar.gz (253kB)
    100% |████████████████████████████████| 256kB 2.0MB/s
Collecting botocore>=1.0.1 (from awsebcli)
  Downloading botocore-1.5.60-py2.py3-none-any.whl (3.5MB)
    100% |████████████████████████████████| 3.5MB 316kB/s
Collecting cement==2.8.2 (from awsebcli)
  Downloading cement-2.8.2.tar.gz (165kB)
    100% |████████████████████████████████| 174kB 3.4MB/s
Collecting colorama==0.3.7 (from awsebcli)
  Downloading colorama-0.3.7-py2.py3-none-any.whl
Collecting pathspec==0.5.0 (from awsebcli)
  Downloading pathspec-0.5.0.tar.gz
Collecting setuptools>=20.0 (from awsebcli)
  Downloading setuptools-36.0.1-py2.py3-none-any.whl (476kB)
    100% |████████████████████████████████| 481kB 1.9MB/s
Collecting docopt<0.7,>=0.6.1 (from awsebcli)
  Downloading docopt-0.6.2.tar.gz
Collecting requests<=2.9.1,>=2.6.1 (from awsebcli)
  Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
    100% |████████████████████████████████| 501kB 1.7MB/s
Collecting websocket-client<1.0,>=0.11.0 (from awsebcli)
  Downloading websocket_client-0.40.0.tar.gz (196kB)
    100% |████████████████████████████████| 204kB 2.8MB/s
Collecting docker-py<=1.7.2,>=1.1.0 (from awsebcli)
  Downloading docker-py-1.7.2.tar.gz (68kB)
    100% |████████████████████████████████| 71kB 4.0MB/s
Collecting dockerpty<=0.4.1,>=0.3.2 (from awsebcli)
  Downloading dockerpty-0.4.1.tar.gz
Collecting semantic_version==2.5.0 (from awsebcli)
  Downloading semantic_version-2.5.0-py3-none-any.whl
Collecting tabulate==0.7.5 (from awsebcli)
  Downloading tabulate-0.7.5.tar.gz
Collecting termcolor==1.1.0 (from awsebcli)
  Downloading termcolor-1.1.0.tar.gz
Collecting docutils>=0.10 (from botocore>=1.0.1->awsebcli)
  Downloading docutils-0.13.1-py3-none-any.whl (536kB)
    100% |████████████████████████████████| 542kB 1.7MB/s
Collecting python-dateutil<3.0.0,>=2.1 (from botocore>=1.0.1->awsebcli)
  Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
    100% |████████████████████████████████| 194kB 3.1MB/s
Collecting jmespath<1.0.0,>=0.7.1 (from botocore>=1.0.1->awsebcli)
  Downloading jmespath-0.9.3-py2.py3-none-any.whl
Collecting six (from websocket-client<1.0,>=0.11.0->awsebcli)
  Downloading six-1.10.0-py2.py3-none-any.whl
Installing collected packages: pyyaml, docutils, six, python-dateutil, jmespath, botocore, cement, colorama, pathspec, setuptools, docopt, requests, websocket-client, docker-py, dockerpty, semantic-version, tabulate, termcolor, awsebcli
  Running setup.py install for pyyaml ... done
  Running setup.py install for cement ... done
  Running setup.py install for pathspec ... done
  Running setup.py install for docopt ... done
  Running setup.py install for websocket-client ... done
  Running setup.py install for docker-py ... done
  Running setup.py install for dockerpty ... done
  Running setup.py install for tabulate ... done
  Running setup.py install for termcolor ... done
  Running setup.py install for awsebcli ... done
Successfully installed awsebcli-3.10.1 botocore-1.5.60 cement-2.8.2 colorama-0.3.7 docker-py-1.7.2 dockerpty-0.4.1 docopt-0.6.2 docutils-0.13.1 jmespath-0.9.3 pathspec-0.5.0 python-dateutil-2.6.0 pyyaml-3.12 requests-2.9.1 semantic-version-2.5.0 setuptools-36.0.1 six-1.10.0 tabulate-0.7.5 termcolor-1.1.0 websocket-client-0.40.0

C:\Users\myung>eb --version





http://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started_create-admin-group.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html
http://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started_create-admin-group.html









http://docs.aws.amazon.com/ko_kr/general/latest/gr/managing-aws-access-keys.html








http://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/UserGuide/CHAP_Troubleshooting.html




453166549273

super_myung
1324!

Access key ID    Secret access key
AKIAJMK3OFEHE5YXF2FA    SKI0/0op+cEBUunvQtFQMqGDNOMRZCjiZHbAFxGT

'Cloud > AWS' 카테고리의 다른 글

aws 정기 웨비나  (0) 2017.06.13
AWS 배포 3가지  (0) 2017.06.05
Using Auto Scaling with AWS Lambda  (0) 2017.06.02
Making Your Environment Highly Available  (0) 2017.06.02
Implementing a Serverless Architecture With Managed Services  (0) 2017.06.02