-
## AWS CLI のversion確認ができない
```
# == AWS CLIをインストール ==
$ pip install awscli --upgrade --user
```
この後、
```
$ aws --version
```
を実行すると
```
zsh: command not found: aws
```
を返される
-
https://github.com/matsumoto-ops/menta/issues/9
のソースを使ってFargate化する。
-
いい感じのテーブルのプラグイン?を導入してみたい。
-
### Version
3.0.0-rc.3
### Reproduction link
[https://would-not-be-useful.com](https://would-not-be-useful.com) could not find a good way to do this - I think it must be related to some other set…
-
チーム開発でherokuデプロイして以来でした。
苦労したところ
①ログインできない
ターミナル上のエラー文
Error: Invalid credentials provided.
›
› Error ID: unauthorized
パスワードを忘れてしまい、webでは記録してあるパスワード自動入力でログインできたのですが、
webでのデプロイ完了するもエラーで表示でき…
-
```
/usr/local/bundle/gems/sexp_processor-4.10.0/lib/sexp.rb:223:in `inject': stack level too deep (SystemStackError)
from /usr/local/bundle/gems/sexp_processor-4.10.0/lib/sexp.rb:223:in `mass'
…
-
hi. I'm having a bit of trouble, so let me share.
To load the json-schema, I wrote the following in .meshrc.yaml
```
sources:
- name: qiita
handler:
json-schema:
source:…
-
とりあえず CloudFront の Invalidate 権限を持つ IAM ユーザーを作りました。
今は deploy には CircleCI を使っているんですかね。
どのように deploy されているのかよくわからないのですが、どうするのが良いでしょうか。
aws CLI を CircleCI の VM から実行できれば、シェルスクリプト作って Makefile から実行すれば良さ…
halsk updated
4 years ago
-
中身の変更に伴いなドキュメントの編集
-
## 課題
aliceのCI/CD環境を構築する。
利用する想定のサービスは以下のとおり。
- CodePipeline
- CodeBuild
- ElasticContainerService
- ElasticContainerRegistry
- AWS Forgate
- CloudWatch
## 受入条件
- [ ] 利用するサービスについて理解していること
…