Get Instant Solutions for Kubernetes, Databases, Docker and more
Amazon Simple Notification Service (SNS) is a fully managed messaging service provided by AWS. It is designed to send notifications from the cloud to subscribing endpoints or clients. SNS supports a variety of communication protocols, including HTTP/S, email, SMS, and mobile push notifications, making it a versatile tool for push communication.
When working with AWS SNS, you might encounter the error message: PlatformApplicationDisabled. This error indicates that a platform application associated with your SNS setup is currently disabled. As a result, any push notifications intended for this platform application will not be delivered.
The PlatformApplicationDisabled error occurs when the platform application you are trying to use is not active. This can happen if the application was manually disabled or if there are issues with the credentials or configurations associated with it.
First, check the status of your platform application in the AWS Management Console:
If the platform application is disabled, you can enable it:
Ensure that the credentials and permissions associated with the platform application are correct:
After enabling the application and verifying credentials, test the configuration:
By following these steps, you should be able to resolve the PlatformApplicationDisabled error in AWS SNS. For more detailed information, refer to the AWS SNS Mobile Push Notifications Documentation.
(Perfect for DevOps & SREs)
(Perfect for DevOps & SREs)