Slide 1

Slide 1 text

週刊AWS 2024.02.12週

Slide 2

Slide 2 text

AWS Wickr で、StandardプランとPremiumプランの機能を最大3ヶ月間 無料で試すことができる拡張フリートライアル体験(enhanced free trial experience)が利用可能になりました。Wickrはエンドツーエンドの暗号 化されたメッセージングとコラボレーションを支援するサービスです。 AWS Wickr now allows you to try premium features for free

Slide 3

Slide 3 text

AWS Wickr now allows you to try premium features for free

Slide 4

Slide 4 text

AWS Wickr now allows you to try premium features for free

Slide 5

Slide 5 text

AWS Wickr now allows you to try premium features for free

Slide 6

Slide 6 text

Amazon DocumentDB (MongoDB互換性) で、テキスト検索がサポート されました。フィールドにインデックスを作成しておくことで高速なテ キスト検索を実現します。Amazon DocumentDB 5.0以降で利用可能で あり、現時点では英語のみのサポートです。 Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 7

Slide 7 text

Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 8

Slide 8 text

Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 9

Slide 9 text

Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 10

Slide 10 text

Comments項目にindex作成 db.test.createIndex({"comments": "text"}) Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 11

Slide 11 text

データ格納 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

Slide 12

Slide 12 text

検索 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

Slide 13

Slide 13 text

Amazon DocumentDB (with MongoDB compatibility) now supports text search

Slide 14

Slide 14 text

Amazon DocumentDB にメンテナンス通知の機能が追加されました。こ れにより、AWS Health DashboardやEメールを通じて、スケジュール されたメンテナンスアクティビティについて通知を受け取ることができ るようになります。 Amazon DocumentDB (with MongoDB compatibility) now supports maintenance notifications

Slide 15

Slide 15 text

・1.AWS Health Dashboard ・2.Eメール ・3.Amazon EventBridge ・ChatBot ・Lambda、など RDSでの観点ですが ”予定”ではなく”即時”で対応することが必要なモノは通知されない場合 がある。上記3点の全てに通知がこない場合がある。 Amazon DocumentDB (with MongoDB compatibility) now supports maintenance notifications

Slide 16

Slide 16 text

AWS AppSync で使用状況とパフォーマンスのより詳細な可視化を実現 するために、より多くのメトリクスが提供されるようになりました。利 用者のメトリクスの拡張として、リクエストとエラーのカウント、レイ テンシー、キャッシュヒット/ミスの詳細なビューといった新しいオプシ ョンを含むようになりました。また、ネットワーク/CPUスループットの 問題を診断する際に役立つ2つのキャッシュメトリクスも追加されまし た。詳細はこちらのドキュメントをご覧ください。 AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 17

Slide 17 text

AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 18

Slide 18 text

AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 19

Slide 19 text

AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 20

Slide 20 text

AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 21

Slide 21 text

AWS AppSync introduces 12 new Amazon CloudWatch metrics for enhanced monitoring

Slide 22

Slide 22 text

Amazon EMR Step(EMRのジョブ管理の単位)のAPIであるDescribeStep とListStepで、過去7日間に完了した最大10,000ステップの取得をサポ ートするようになりました(以前は1,000ステップまででした)。 Amazon EMR on EC2 now supports retrieval of 10,000 steps completed within last 7 days

Slide 23

Slide 23 text

Amazon EMR on EC2 now supports retrieval of 10,000 steps completed within last 7 days

Slide 24

Slide 24 text

Amazon EMR on EC2 now supports retrieval of 10,000 steps completed within last 7 days

Slide 25

Slide 25 text

Amazon EMR on EC2 now supports retrieval of 10,000 steps completed within last 7 days

Slide 26

Slide 26 text

Amazon Redshiftで INTERVAL データ型がサポートされました。これは 期間(レンジ)を表現するための型です。例えば12時間、6週間、1ヶ月 などを定義できます。 Amazon Redshift announces support for the INTERVAL data type and Continue Handler statements in stored procedure

Slide 27

Slide 27 text

Amazon Redshift announces support for the INTERVAL data type and Continue Handler statements in stored procedure

Slide 28

Slide 28 text

Amazon OpenSearch Service でブルー/グリーンデプロイメント (Blue/Green deployment)を必要とせずに、クラスターのボリュームサイ ズ、ボリュームタイプ、IOPS、スループットを変更できるようになりま した。ブルー/グリーンデプロイメントの場合、別クラスターを新しい設 定で平行して起動してから移行しますが、こういった手間や時間をかけ ることなく変更が可能になりました。 Amazon OpenSearch Service now lets you update cluster volume without blue/green

Slide 29

Slide 29 text

Amazon OpenSearch Service now lets you update cluster volume without blue/green

Slide 30

Slide 30 text

Amazon OpenSearch Service now lets you update cluster volume without blue/green

Slide 31

Slide 31 text

Amazon OpenSearch Serverless で TLS 1.3 が利用可能になり、合わせ て perfect forward secrecy もサポートされるようになりました。これは 暗号化プロトコルの仕様として、仮に秘密キーが漏洩した場合でも、以 前のセッションで暗号化されたデータの安全性を守るように鍵を利用す る手法であり、外部からのアタックに対してより堅牢な通信を実現しま す。 Amazon OpenSearch Serverless now supports TLS 1.3 and perfect forward secrecy

Slide 32

Slide 32 text

API Gatewayが TLS 1.3 をサポートしました。これによりラウンドトリ ップ(1-RTT)の TLS ハンドシェイクを使うことによるパフォーマンスを 最適化と、前述の OpenSearch Service と同様に perfect forward secrecy をサポートする暗号のみを使うことで、セキュリティの強化を提供しま す。 API Gateway now supports TLS 1.3

Slide 33

Slide 33 text

Amazon Relational Database Service (Amazon RDS) for Db2 がデータベ ースの監査ログをサポートするようになりました。これを有効化するこ とで、 IBM Db2 ネイティブの監査機能が利用可能になります。監査ロ グは Amazon S3 に格納されます。詳細はこちらのドキュメントを参照 してください。 Amazon RDS for Db2 now supports audit logging

Slide 34

Slide 34 text

Amazon MSK がTiered Storage対応クラスターにおいて、インプレース バージョンアップグレードをサポートしました、v2.8.2.tieredを使用し ているクラスターは、最新のApache Kafka 3.6.0にアップグレードでき るようになりました。v3.6.0はTiered Storageの本番環境グレード (production-grade Tiere)での稼働サポートが含まれています。 Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 35

Slide 35 text

Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 36

Slide 36 text

シナリオ ・remote.storage.enable を true ・retention.ms は 5 日間に設定 ・local.retention.ms は 2 日間に設定 Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 37

Slide 37 text

Time T0 - 階層型ストレージを有効にする前。 Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 38

Slide 38 text

Time T1 (2 日未満) - 階層型ストレージが有効。セグメント 0 が階層型 ストレージにコピーされます。 Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 39

Slide 39 text

Time T2 - ローカル保持が有効。(二日後) Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 40

Slide 40 text

Time T3 - 全体保持が有効。(五日後) Amazon MSK now supports in-place version upgrades for Tiered Storage enabled clusters

Slide 41

Slide 41 text

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

Slide 42

Slide 42 text

FirehoseがAmazon S3にデータを配信する場合 オブジェクトのキー名はの形式となる YYYY/MM/dd/HH UTC以外のタイムゾーンも設定可能 <配信ストリーム名>-<配信ストリームバージョン>-<年>-<月>-<日>-< 時>-<分>-<秒>-<ファイル拡張子> Amazon Data Firehose enables selecting a time zone for bucket prefixes when delivering streams to Amazon S3