certbotで使い捨てSSL証明書を発行する
参考: https://qiita.com/ysogabe/items/1ffc1d381b5770ab57a8 $ docker run -it --rm --entrypoint /bin/...
36 search resultsShowing 1~20 results
You need to log-in
参考: https://qiita.com/ysogabe/items/1ffc1d381b5770ab57a8 $ docker run -it --rm --entrypoint /bin/...
terraform-provider-awsを改造してbuildして手元で使う を参考に書き換えた terraform-provider-aws をローカルで利用しようとした時の補足的なメモ t...
Kubernetes2 Advent Calendar 2017 16日目です(10日遅れました..) https://qiita.com/advent-calendar/2017/kubern...
こんな感じにしたい VPC を作成 aws ec2 create-vpc --cidr-block 10.0.0.0/16 aws ec2 create-tags --resources vpc...
概要 AWS の VPC 環境の内部DNSに Route53 を利用するように設定して、Codenize.tools の roadworker を使って EC2 インスタンスの tag.Name...
Pingdom のシナリオテストを試してみたのでメモ pingdom にログイン後 https://my.pingdom.com/newchecks/transactions#check=new...
http://qiita.com/bells17/items/5326d11edc6acc4feea2 の EC2 版です 注意点として OS を Linux、 tenancy を Shared...
http://qiita.com/bells17/items/5326d11edc6acc4feea2 の RDS 版です 注意点として取得するデータのエンジンを Aurora に絞ってます r...
ちょっと古い CentOS (5.4) で古い MySQL をインストールする必要があったのでメモ MySQL インストール 参考: http://myknowledge.seesaa.net/...
virt-install \ --name=centos5-4 \ --location=http://archive.kernel.org/centos-vault/5.4/os/x86_64...
https://seleck.cc/614 を参考に構築してみた 今回は AWS の東京リージョンでの構築だったので上記の記事にある https://redash.io/help-onpremi...
AWS CLI から ELB ~ Auto Scaling グループの作成を行ってみた時のメモ ELB の作成 以下のコマンドを実行する (aws cli の region が ap-north...
require 'gmail' gmail = Gmail.connect(:xoauth2, "gmailアカウント", "oauth2 のトークン") gmail.inbox.find()....
今までリザーブド購入のために料金をいちいち AWS の料金ページまでアクセスして料金を確認してたんだけど AWS Price List API (http://docs.aws.amazon.c...
http://qiita.com/bells17/items/5326d11edc6acc4feea2 の Elasticache 編です script は以下のような感じ elasticach...
http://blog.recurity-labs.com/2017-08-10/scm-vulns の対策のメモ https://github.com/greymd/CVE-2017-1000...
メモ ip show addr とかでもいいけど hostname -I だと IP だけが出るのでパイプとかする時楽 参考: https://www.linuxtrainingacademy....
AWS S3 に保存している tar.gz 形式で保存している json のログデータを加工する必要があった時以下のような shellscript で対応したというメモ COPY_FROM=/p...
↓のコマンドで (echo 'stats'; echo quit; sleep 1) | telnet memcache-server-host 11211 ホストの応答が遅い場合は sleep...
ref: http://docs.aws.amazon.com/cli/latest/reference/iam/index.html 以下のコマンドでユーザーの作成が行える $ aws iam...
36 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.