2019年9月13日金曜日

EB CLIのインストール方法


elastic beanstalk用のコマンドの導入方法について記載を行う。


1)以下、手順でインストールを行う

./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer
echo'exportPATH="/Users/endo/.ebcli-virtual-env/executables:$PATH"' >> ~/.bash_profile && source ~/.bash_profile







0 件のコメント:

コメントを投稿

helm( kube-prometheus-stack)とlokiの連携

helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...