AWS CloudFormation での AWS ユーザー通知の GA を発表
本記事は、2025 年 1 月17 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
AWS ユーザー通知が AWS CloudFormation でサポートされるようになりました。これにより、アプリケーションのインフラストラクチャ アズ コード (IaC) の一部として、ユーザー通知リソースを簡単にプロビジョニングおよび管理できます。ユーザー通知を使用すると、コンソール通知センター、メール、AWS Chatbot、または AWS コンソール モバイル アプリへのモバイル プッシュ通知を介して送信される通知を簡単に設定して、Amazon CloudWatch アラームなどの重要なイベントに関する情報を入手できます。
この新しい機能を使用すると、IaC プラクティスの一部として通知構成を定義できます。CloudFormation テンプレート内の特定のリソース タイプに対して通知構成を指定します。たとえば、Auto Scaling グループがスケールアウトしたとき、ELB がプロビジョニングされたとき、または RDS データベースが変更されたときに通知がトリガーされるように設定します。どのイベントが通知をトリガーし、誰が通知を受信するかを細かく制御できます。
この統合により、監視構成が IaC テンプレートと並行して統合されるため、クラウド操作が簡素化されます。サービス間のコンテキスト切り替えは不要です。通知はインフラストラクチャ コード内で宣言的に定義されます。
スタック通知の設定は簡単です。CloudFormation テンプレートに Notifications または NotificationContacts リソースタイプ (例: AWS::Notifications::NotificationConfiguration) を追加して、必要なイベントとチャネルを構成するだけです。詳細については、Notifications および NotificationsContacts リソースタイプのリファレンスをご覧ください。ユーザー通知の詳細については、製品ページとドキュメントをご覧ください。
原文
AWS User Notifications is now supported on AWS CloudFormation, allowing you to easily provision and manage User Notification resources as part of your application’s infrastructure-as-code (IaC). You can easily use User Notification to Configure Notifications to be sent via the Console Notifications Center, email, AWS Chatbot, or mobile push notifications to the AWS Console Mobile App to keep you informed about important events like Amazon CloudWatch Alarms.
With this new capability, you can define Notification Configurations as part of your IaC practices. Specify notification configurations for specific resource types within your CloudFormation templates. For example, set up notifications to trigger when an Auto Scaling group scales out, an ELB is provisioned, or an RDS database is modified. You have granular control over which events will trigger notifications and who should receive them.
This integration simplifies cloud operations by consolidating monitoring configuration right alongside your IaC templates. No more context switching between services – your notifications are defined declaratively within your infrastructure code.
Setting up stack notifications is easy – just add the Notifications or NotificationContacts resource type (e.g., AWS::Notifications::NotificationConfiguration) in your CloudFormation template to configure the desired events and channels. For more information, visit the Notifications and NotificationsContacts resource type reference. To learn more about User Notifications, visit the product page and documentation.
引用元:Announcing AWS User Notifications GA on AWS CloudFormation