/
Operations guide
Operations guide
Verify Nexus server status:
curl -u deployment:egovnexus7918 -o /dev/null -s -w "%{http_code}\n" https://nexus-repo.digit.org/nexus/content/repositories/snapshots/
When Zookeeper and Kafka goes out of sync :
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
EKS cluster scheduling commands:
aws autoscaling put-scheduled-update-group-action \
--auto-scaling-group-name unified-dev-spot2023031405071374960000001e \
--scheduled-action-name scale-down-action \
--recurrence "30 15 * * 1-5" \
--desired-capacity 0 \
--min-size 0 \
--max-size 0
aws autoscaling put-scheduled-update-group-action \
--auto-scaling-group-name unified-dev-spot2023031405071374960000001e \
--scheduled-action-name scale-up-action \
--recurrence "30 3 * * 1-5" \
--desired-capacity 13 \
--min-size 1 \
--max-size 15
, multiple selections available,
Related content
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
More like this
EKS Upgrade
EKS Upgrade
More like this
Post-Campaign Infrastructure Optimization
Post-Campaign Infrastructure Optimization
More like this
Deployment best practices Checklist
Deployment best practices Checklist
More like this
Auto 02-25-2021 Standup Notes
Auto 02-25-2021 Standup Notes
More like this
How to configure autoscaling for existing AWS EKS Cluster
How to configure autoscaling for existing AWS EKS Cluster
More like this