ablog

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

2023-09-26から1日間の記事一覧

Amazon KeySpaces で VPC エンドポイントを使用した場合の system.peers のエントリの違い

AWS

結論 VPC エンドポイントを使用すると、system.peers は AZ の数に依存する。 パブリックエンドポイントの場合の 9 から VPCエンドポイントを使用すると 2-5 に減るが、CQL のスループット(QPS)限界が小さくなるわけではない。ただし、VPC エンドポイント…

Linux で設定可能な仮想IPアドレスの最大数

Linux 2.2 Linux 2.2 Issue How many network interfaces aliases does Red Hat Enterprise Linux support? What is the maximum number of interface aliases I can use on Red Hat Enterprise Linux? Resolution There is no practical limit. Root Cause …

cqlsh から Amazon KeySpaces に接続しようとすると "Can't authenticate without a region name" と怒られる

AWS

事象 cqlsh から Amazon KeySpaces に接続しようとすると "Can't authenticate without a region name" と怒られる Connection error: ('Unable to connect to any servers', {'172.31.4.223:9142': ValueError("Can't authenticate without a region name")…