2023-04-01から1日間の記事一覧

{Python}エクセル操作

https://gammasoft.jp/support/openpyxl-iter-rows/#:~:text=%E7%A9%BA%E8%A1%8C%E3%81%AE%E5%88%A4%E5%AE%9A%E3%81%AF,%E3%81%AA%E3%82%8B%E3%81%8B%E3%81%A7%E8%A6%8B%E5%88%86%E3%81%91%E3%81%BE%E3%81%99%E3%80%82 OS: Windows10バージョン: 3.7.9 想定…

ポートフォワーディング

https://www.wakuwakubank.com/posts/681-ssh-portforward-multistage/ Client -> EC2 -> Redshift リージョン: オレゴン us-west-2 -- 1. キーペア作成 aws ec2 create-key-pair \--key-name key123 \--query "KeyMaterial" \--output text > key123.pem ca…

{Redshift}システムテーブルとビュー

AWS

https://docs.aws.amazon.com/ja_jp/redshift/latest/dg/c_intro_system_tables.html https://dev.classmethod.jp/articles/20230310-amazon-redshift-rpu-8/ https://blog.serverworks.co.jp/amazon-redshift-serverless-overview#%E7%84%A1%E6%96%99%E5%88…

{Azure Event Grid}クイック スタート:Azure CLI を使用してストレージ イベントを Web エンドポイントにルーティングする

https://learn.microsoft.com/ja-jp/azure/storage/blobs/storage-blob-event-quickstart?toc=%2Fazure%2Fevent-grid%2Ftoc.json https://tech-lab.sios.jp/archives/22210 -- 1. 前作業 az login --use-device-codeaz account show az version az configure…