Skip to content

Using AppConfig feature flags extension problem

0

I want to use AppConfig builtin extension (AppConfig deployment events to Amazon SNS) to send deployment event to SNS. I created topic and attached environment resource to this extension. But I never see any events sent to that topic when deployment completed successfully. Anyone could help to let me know what can be wrong here ?

2 Answers
1
Accepted Answer

Hello! To troubleshoot the issue you're having with AppConfig deployment events not being sent to your SNS topic, you can follow these steps:

  1. Ensure the SNS topic exists and is configured correctly.
  2. Ensure that the SNS subscription is confirmed.
  3. Confirm that the IAM role associated with the AppConfig has the required permissions to publish to the SNS topic.
  4. Ensure the extension is attached to the correct AppConfig environment.
  5. Check CloudWatch Logs for any errors related to AppConfig deployments and SNS topics.
  6. Check the deployment history in the AppConfig console to make sure deployment events are being generated.
  7. Test sending a message to your SNS subscription endpoint using the "Publish message" option in SNS on the subscription page

Here is a guide to working with AppConfig deployments to SNS: https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions-about-predefined-notification-sns.html

If you follow these steps and still encounter issues, you can open up a support case. Here is a link to creating a support case: https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

AWS
answered 2 years ago
EXPERT
reviewed 10 months ago
0

Thanks, it's about IAM, I wasn't configured it correctly

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.