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

{Redshiftクラスタ}Managing clusters using the AWS CLI and Amazon Redshift API

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 \…

{Redis}ElastiCache イベントのモニタリング

AWS

-- 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 --…

{Redis}Backup 復元ElastiCache for Redis

AWS

Redis (クラスターモードが有効) は、クラスターレベル (API または CLI ではレプリケーショングループレベル) でのバックアップの作成のみをサポートしています。Redis (クラスターモードが有効) は、シャードレベル (API または CLI ではノードグループレ…

{Redis}にまたがるレプリケーションAWSグローバルデータストアを使用するリージョン

AWS

Global Datastore を使用するには、Redis エンジンバージョン 5.0.6 以降、および R5 または M5 ノードタイプ以上を使用します。 -- 1. グローバルデータストアの作成 aws elasticache create-replication-group \--replication-group-id redis01 \--replica…

{Redis}クラスターの管理

AWS

Redis (クラスターモードが無効)クラスターには、常に 1 個のシャード (API と CLI では 1 つのノードグループ) のみが含まれます。Redis シャードには、1 ~ 6 のノードが含まれます。シャードに複数のノードがある場合、シャードはレプリケーションをサポ…