Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JAWS-UG主催 週刊AWSキャッチアップ(2024/02/12週)

ShigeruOda
February 23, 2024

JAWS-UG主催 週刊AWSキャッチアップ(2024/02/12週)

ShigeruOda

February 23, 2024
Tweet

More Decks by ShigeruOda

Other Decks in Technology

Transcript

  1. データ格納 db.test.insertMany([ {"_id":1, "star_rating":4, "comments":"リンゴは赤い"},{"_id":2, "star_rating":5, "comments":"pie is delicious"}, {"_id":3,

    "star_rating": 3, "comments": "パイはおいしい:3, "comments": "りんご、オレンジはヘルシー:"apples, oranges - healthy fruit"}, {"_id":4, "star_rating":2, "comments": "アップルパイを焼く:"bake the apple pie in the oven"}, {"_id":5, "star_rating": 5, "comments": "アップルパイをオーブンで焼く:5, "comments": "面白いソファ":"interesting couch"}, {"_id":6, "star_rating":5、"コメント":"2022年に販売されるカウチに興味がある"}]) Amazon DocumentDB (with MongoDB compatibility) now supports text search
  2. 検索 db.test.find({$text:{$search: " apple pie "}}) 結果 { "_id" :

    1, "star_rating" : 4, "comments" : "apple is red" } { "_id" : 2, "star_rating" : 5, "comments" : "pie is delicious" } { "_id" : 3, "star_rating" : 3, "comments" : "apples, oranges - healthy fruit" } { "_id" : 4, "star_rating" : 2, "comments" : "bake the apple pie in the oven" } Amazon DocumentDB (with MongoDB compatibility) now supports text search
  3. ・1.AWS Health Dashboard ・2.Eメール ・3.Amazon EventBridge ・ChatBot ・Lambda、など RDSでの観点ですが ”予定”ではなく”即時”で対応することが必要なモノは通知されない場合

    がある。上記3点の全てに通知がこない場合がある。 Amazon DocumentDB (with MongoDB compatibility) now supports maintenance notifications
  4. Amazon Redshift announces support for the INTERVAL data type and

    Continue Handler statements in stored procedure
  5. Amazon OpenSearch Serverless で TLS 1.3 が利用可能になり、合わせ て perfect forward

    secrecy もサポートされるようになりました。これは 暗号化プロトコルの仕様として、仮に秘密キーが漏洩した場合でも、以 前のセッションで暗号化されたデータの安全性を守るように鍵を利用す る手法であり、外部からのアタックに対してより堅牢な通信を実現しま す。 Amazon OpenSearch Serverless now supports TLS 1.3 and perfect forward secrecy
  6. API Gatewayが TLS 1.3 をサポートしました。これによりラウンドトリ ップ(1-RTT)の TLS ハンドシェイクを使うことによるパフォーマンスを 最適化と、前述の OpenSearch

    Service と同様に perfect forward secrecy をサポートする暗号のみを使うことで、セキュリティの強化を提供しま す。 API Gateway now supports TLS 1.3
  7. Amazon Relational Database Service (Amazon RDS) for Db2 がデータベ ースの監査ログをサポートするようになりました。これを有効化するこ

    とで、 IBM Db2 ネイティブの監査機能が利用可能になります。監査ロ グは Amazon S3 に格納されます。詳細はこちらのドキュメントを参照 してください。 Amazon RDS for Db2 now supports audit logging
  8. シナリオ ・remote.storage.enable を true ・retention.ms は 5 日間に設定 ・local.retention.ms は

    2 日間に設定 Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters
  9. Amazon Data Firehose (※Amazon Kinesis Data Firehoseから改名されま した) で、Amazon S3バケットへのストリーム配信時に、タイムゾーン

    を選択したバケットプレフィックスの作成が可能になりました。これま では日本時刻でPrefixを作成する場合にはLambdaとの組み合わせ等が必 要でしたら、今回の改善で設定のみで利用可能になりました。詳細はこ ちらのドキュメントをご覧ください。 Amazon Data Firehose enables selecting a time zone for bucket prefixes when delivering streams to Amazon S3