Skip to content

Stop or Delete Scheduled actions for Auto Scaling group

0

Hello,

At Fri, 11 Apr 2025 07:14:35 GMT, we detected an issue with your Auto Scaling group arn:aws:autoscaling:us-east-1:717091114307:autoScalingGroup:8031e728-20df-41b5-a0e9-c154a34fd8c6:autoScalingGroupName/loadbalancer26-Asg-69BZ10VSTXG9 in AWS account 717091114307.

The launch template associated with this Auto Scaling group cannot be found. Each time a scale out operation is performed, it will be prevented until you make a change that fixes the issue.

We recommend that you review and update your Auto Scaling group configuration and specify an existing launch template to use.

Sincerely, Amazon Web Services

I have received these type mail daily at least two times. but i checked our dashboard and no auto groups added in that page. so what is reason they sent like this. i want to know that reason or please make to stop sent mail like this.

asked a year ago101 views

1 Answer
0

It appears that you are receiving automated notifications about an issue with an Auto Scaling group, even though you don't see this group in your dashboard. This situation could be occurring for a few reasons:

  1. The Auto Scaling group may have been created but not properly deleted. Sometimes, remnants of deleted resources can persist in AWS systems.

  2. There might be an issue with the AWS account permissions or console view, preventing you from seeing the Auto Scaling group.

  3. The notifications could be related to an old or orphaned resource that's still associated with your account.

To address this issue and stop receiving these notifications, you can take the following steps:

  1. Double-check your AWS console, ensuring you're in the correct region (us-east-1 based on the ARN in the message) and have the necessary permissions to view Auto Scaling groups.

  2. If you still can't see the Auto Scaling group, you can try to delete it using the AWS CLI or API. Use the delete-auto-scaling-group command with the group name provided in the notification (loadbalancer26-Asg-69BZ10VSTXG9).

  3. If the deletion doesn't work or you're unsure about taking this action, contact AWS Support. They can help you investigate why you're receiving these notifications and assist in resolving the underlying issue.

  4. Review your notification settings in AWS to ensure they are configured correctly.

  5. Check for any CloudFormation stacks or other AWS services that might be trying to manage this Auto Scaling group.

By taking these steps, you should be able to resolve the issue and stop receiving these notifications. If the problem persists, AWS Support will be your best resource for a more in-depth investigation.
Sources
Stop or Delete Scheduled actions for Auto Scaling group | AWS re:Post
Delete your Auto Scaling infrastructure - Amazon EC2 Auto Scaling

answered a year ago

EXPERT

reviewed a year 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.