Last updated: 2025-05-10 14:16:59 UTC
\c your_db your_writer_user
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"strings" | |
) | |
// Mapping from QWERTY to Dvorak |
# Loop through all Auto Scaling Groups (ASGs) with Launch Configurations | |
for asg in $(aws autoscaling describe-auto-scaling-groups --region us-east-1 \ | |
--query 'AutoScalingGroups[?LaunchConfigurationName!=null].AutoScalingGroupName' \ | |
--output text); do | |
echo "Deleting Auto Scaling group: $asg" | |
# Set desired capacity to 0 to terminate instances | |
aws autoscaling update-auto-scaling-group --auto-scaling-group-name "$asg" \ | |
--region us-east-1 --desired-capacity 0 |
Here are the github urls of repositories created at MozAMU event on 24th Feb, 2018 organized by Sanyam Khurana (CuriousLearner)
We accept PRs only on develop
branch. No PRs shall be accepted on master
branch.
We prefer small feature changes instead of bulk changes. That makes it easier for both the developer as well as reviewer. Smaller requests would have a faster turn-around time in the review-response cycle.
I hereby claim:
To claim this, I am signing this object: