Month: July 2021

SNS: Error code: InvalidParameter – Error message: Invalid parameter: SubscriptionArn Reason: An ARN must have at least 6 elements, not 1

I accidentally unsubscribed an SNS topic. When I am trying to delete this subscription, I got below error: Couldn’t delete subscription.Error code: InvalidParameter – Error message: Invalid parameter: SubscriptionArn Reason: An ARN must have at least 6 elements, not 1 To recover this subscription, I executed below CLI command: aws sns subscribe –topic-arn <SNS_TOPIC_ARN> –protocol email –notification-endpoint <EMAIL_ID> –region <AWS_REGION>…

Read More »