mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws): add codedeploy notes
This commit is contained in:
@@ -41,6 +41,21 @@ aws autoscaling cancel-instance-refresh --auto-scaling-group-name 'ProductionSer
|
||||
aws autoscaling rollback-instance-refresh --auto-scaling-group-name 'ProductionServers'
|
||||
|
||||
|
||||
###
|
||||
# CodeDeploy
|
||||
# ------------------
|
||||
###
|
||||
|
||||
aws deploy list-applications
|
||||
aws deploy list-deployment-groups --application-name 'Evidently'
|
||||
aws deploy get-deployment-group --application-name 'Evidently' --deployment-group-name 'production' --output 'json' | pbcopy
|
||||
|
||||
diff -y -W 200 \
|
||||
(aws deploy get-deployment-group --application-name 'Evidently' --deployment-group-name 'staging' --output json | psub) \
|
||||
(aws deploy get-deployment-group --application-name 'Evidently' --deployment-group-name 'production' --output 'json' | psub)
|
||||
|
||||
|
||||
|
||||
###
|
||||
# EC2
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user