#query
Read more stories on Hashnode
Articles with this tag
AWS/Amazon Route 53 · outline If you enable DNS query log for route53, you can check it on CloudWatch...
etc/scripts · outline Script that checks status of Codepipeline stage. script #!/bin/bash echo "CodePipeline Deploy Status" for i in {0..2}; do ...
etc/PostgreSQL · - client access psql -h <postgresql-end-point> -U <user> -d <database> -W - database list SELECT datname FROM pg_database WHERE...