Skip to content

Commit

Permalink
Update aws-agressive-autoscale-lambda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Feb 1, 2024
1 parent f208065 commit f9c569d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aws-agressive-autoscale-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def lambda_handler(event, context):
asg_edge_group_names = [group['AutoScalingGroupName'] for group in asg_edge_name][0]
asg_origin_group_names = [group['AutoScalingGroupName'] for group in asg_origin_name][0]

print(asg_edge_name)
print(asg_edge_group_names)

# Describe Auto Scaling Groups
edge_autoscaling_group = autoscaling_client.describe_auto_scaling_groups(
AutoScalingGroupNames=[asg_edge_group_names])
Expand Down

0 comments on commit f9c569d

Please sign in to comment.