2021-08-16から1日間の記事一覧

{Redshiftクラスタ}Amazon Redshift イベント通知

AWS

-- 1. SNSトピック作成 aws sns list-topicsaws sns list-subscriptions aws sns create-topic --name topic01 aws sns subscribe --topic-arn arn:aws:sns:ap-northeast-1:999999999999:topic01 --protocol email --notification-endpoint test@example.com…

{Redshiftクラスタ}データベース監査ログ作成

AWS

https://siguniang.wordpress.com/2014/07/21/aws-redshift-auditing-backed-by-s3/ 接続ログ、ユーザーログ、およびユーザーアクティビティログユーザーアクティビティログについては、enable_user_activity_logging データベースパラメータも有効にする必…

{Redshiftクラスタ}Amazon Redshift スナップショット

AWS

-- 1. クラスターの作成 aws redshift create-cluster \--db-name test \--cluster-identifier redshift01 \--cluster-type single-node \--node-type dc2.large \--master-username test \--master-user-password 'password' \--no-allow-version-upgrade \…