SSL/TLS Certificate Search – Discovery
crt.sh – Basic
crt.sh – Api JSON
https://crt.sh/?q=example.com&output=json
crt.sh – Postgresql
$ psql -h crt.sh -p 5432 -U guest certwatch
crt.sh – Show SQL
https://crt.sh/?q=example.com&showSQL=Y
References
Amazon EC2 Instance Types Matrix
https://aws.amazon.com/ec2/instance-types/#instance-type-matrix
- Instance Size
- vCPU
- Memory (GiB)
- Instance Storage (GiB)
- Network Bandwidth (Gbps)
- EBS Bandwidth (Mbps)
Jenkins e Caddy – Docker
- Official Jenkins Docker image
https://github.com/jenkinsci/docker
- Caddy Reverse Proxy Tutorial – #jenkins e #https
https://medium.com/bumps-from-a-little-front-end-programmer/caddy-reverse-proxy-tutorial-faa2ce22a9c6
- Jenkins Using Docker with Pipeline
https://jenkins.io/doc/book/pipeline/docker/
- Jenkins Pipeline Examples
https://jenkins.io/doc/pipeline/examples/
- Jenkins Continuous Integration and Delivery server
https://github.com/shazChaudhry/docker-jenkins/blob/ee0f386fd1706829b956cb2e723c0f2935496933/Dockerfile - Using Docker-in-Docker for your CI or testing environment?
http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/ - Parallel stages with Declarative Pipeline 1.2
https://jenkins.io/blog/2017/09/25/declarative-1/ - Jenkins – Plugin Job Cacher
https://plugins.jenkins.io/jobcacher
docker run -d --privileged --group-add 129 -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock -v $(which docker):/usr/bin/docker -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts
docker run -d --privileged --group-add $(getent group docker |awk -F ":" '{ -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock -v $(which docker):/usr/bin/docker -p 8080:8080 -p 50000:50000 jenkins/jenkins:ltsprint $3 }')
=-= pensar =-=
* auto apagar workspace
* job nao cancela
* cache compartilhado fora da workspace
Referencias Serverless
* Video aulas
https://www.youtube.com/playlist?list=PLzvRQMJ9HDiT5b4OsmIBiMbsPjfp4kfg3
* Amazon Lambda
https://aws.amazon.com/pt/lambda/
* Serverless intro guide
https://serverless.com/framework/docs/providers/aws/guide/intro/
* Terraform and Aws
https://www.terraform.io/docs/providers/aws/
* Node8 and mistakes in lambda
https://serverless.com/blog/common-node8-mistakes-in-lambda/
* Amazon Console Lambda
https://console.aws.amazon.com/lambda/