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

{Neptune}Amazon Neptune DB クラスターのバックアップと復元

AWS

手動 DB クラスタースナップショットを共有すると、暗号化されているかいないかに関係なく、権限のある DB クラスタースナップショットがAWSアカウントを使用して、DB クラスターをコピーしてそこから復元するのではなく、スナップショットから DB クラスタ…

{Neptune}Neptune イベント通知の使用

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 admin@example.co…

{Neptune}Amazon Neptune クラスターで監査ログを使用する

AWS

-- 1. クラスターパラメータグループの作成 aws neptune create-db-cluster-parameter-group \--db-cluster-parameter-group-name cpg01 \--db-parameter-group-family neptune1 \--description "cpg01" aws neptune describe-db-cluster-parameter-groups |…

{Neptune}Neptune ストリームを使用する

AWS

-- 前提: Gremlin コンソールインストール済み -- 1. クラスターパラメータグループの作成 aws neptune create-db-cluster-parameter-group \--db-cluster-parameter-group-name cpg01 \--db-parameter-group-family neptune1 \--description "cpg01" aws ne…

{Neptune}Neptune でのデータベースのクローン化

AWS

-- 1. DBクラスター作成 aws neptune create-db-cluster \--db-cluster-identifier cluster01 \--engine neptune \--engine-version 1.0.5.0 \--port 8182 \--no-storage-encrypted \--no-deletion-protection aws neptune create-db-instance \--db-cluster…