Skip to content

fix: usuability update from feedback - #6150

Open
zhaoqizqwang wants to merge 1 commit into
aws:master-nova-follow-upsfrom
zhaoqizqwang:sa-feedback
Open

fix: usuability update from feedback#6150
zhaoqizqwang wants to merge 1 commit into
aws:master-nova-follow-upsfrom
zhaoqizqwang:sa-feedback

Conversation

@zhaoqizqwang

Copy link
Copy Markdown
Collaborator

Small usability improvement based on recent feedback

  • Update num_line to tail_lines in stream_logs
  • Update logging from warning to error for SMTJ instance_count values
  • Remove SNS setup helper and move the content to ducumentation


**AWS Console**

1. Open your topic → **Access policy** tab → **Edit**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend:

1. Go to **Amazon SNS** → **Topics** -> open your topic -> → **Access policy** tab → **Edit**

"Effect": "Allow",
"Principal": {"Service": "events.amazonaws.com"},
"Action": "SNS:Publish",
"Resource": "arn:aws:sns:us-east-1:123456789012:my-training-alerts",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend calling out that the Resource and AWS:SourceAccount should match the SNS topic they created and their AWS account ID

{
"Effect": "Allow",
"Action": "sns:GetTopicAttributes",
"Resource": "arn:aws:sns:*:*:my-training-alerts"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend calling out that this needs to match the created topic

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.

2 participants