Skip to content

Fix incorrect IAM role reference in Listener CloudFormation template #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SarumathyPrabakaran
Copy link

This PR resolves an issue in the Listener CloudFormation template where the ListenerLambda resource was incorrectly referenced under the Roles property of the ListenerPolicy resource. The incorrect reference has been updated to ListenerRole, ensuring proper association and functionality.

Changes Made:

  • Updated the Roles property of ListenerPolicy in cloudformation-stacks/listener.template.yaml file.

Impact of the Change:

  • The CloudFormation stack now deploys correctly without raising errors related to IAM role association that says:
    Resource handler returned message: "The role with name axiom-cloudwatch-listener cannot be found.

Testing:

  • Verified successful deployment in us-west-2 region and us-east-1 in my aws account after the fix.

Please review and merge this fix. Let me know if additional updates or testing is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant