ablog

不器用で落着きのない技術者のメモ

2024-11-12から1日間の記事一覧

Redshift のユーザー名にハイフンとドットを使えるか

AWS

Redshift のユーザー名にハイフンとドットを使えることを確認したログをメモ。 [ec2-user@ip-172-31-0-101 ~]$ psql "host=redshift-cluster-poc-central.********.ap-northeast-1.redshift.amazonaws.com user=awsuser dbname=dev port=5439" Timing is on.…

AWS CLI でRedshift の設定を確認する

AWS CLI でRedshift の設定を確認する aws redshift describe-clusters --cluster-identifier <cluster id> aws redshift describe-logging-status --cluster-identifier <cluster id> 参考 describe-clusters — AWS CLI 1.35.24 Command Reference</cluster></cluster>