inspec-aws-old icon indicating copy to clipboard operation
inspec-aws-old copied to clipboard

AWS SNS subscription property documentation references EC2 ASG descriptions

Open tonyfruzza opened this issue 2 years ago • 0 comments

Seen here https://docs.chef.io/inspec/resources/aws_sns_subscription/ (reformatted into markdown below):

arn

  • An integer indicating the minimum number of instances in the auto scaling group.

owner

  • An integer indicating the maximum number of instances in the auto scaling group.

raw_message_delivery

  • An integer indicating the desired number of instances in the auto scaling group.

topic_arn

  • The name of the auto scaling launch configuration associated with the auto scaling group.

protocol

  • An array of strings corresponding to the subnet IDs associated with the auto scaling group.

These should be updated to represent the descriptions of SNS topic subscription properties instead of these EC2 autoscaling group descriptions which only belong over here: https://docs.chef.io/inspec/resources/aws_auto_scaling_groups/

tonyfruzza avatar Dec 02 '22 18:12 tonyfruzza