どうもこんばんは俺です。
jq
なにそれおいしいの? --query
なにそれ21世紀?
という縄文土器すら作れない俺のためのシステムメンテナンス適用ワンライナー(RDS編)です。
- RDSメンテナンスアクションがペンディングになっているRDS Instanceに対してメンテナンスを即時実行する。
orenomac$ aws rds describe-pending-maintenance-actions |grep ResourceIden|awk '{print $2}' | \
xargs -I {} aws rds apply-pending-maintenance-action \
--resource-identifier {} --apply-action system-update --opt-in-type immediate \
--profile orenoawsaccount
完