馃殌 Vu Dao 馃殌
Posted on April 3, 2021
Ensure No Product Tenants Are Opened During Maintenance Mode
馃殌 How to set maintenance mode for thoudsands of tenants
- Create a record set call
alb-tunnel.cloudopz.com
as a CNAME point to the ALB - Set aLL Tenant records point to
alb-tunnel.cloudopz.com
with type CNAME - So when it needs to set maintainance mode, we just need to set
alb-tunnel.cloudopz.com
point to our maitainance page
馃殌 Why need to Ensure No Product Tenants Are Opened During Maintenance Mode
- During maintainance mode, the database might be running migrated so customer should not access the site
- We need to ensure no tenant product point to ALB directly except test/demo sites. Here is the way to manually check (free feel to automate it)
aws route53 list-resource-record-sets --hosted-zone-id Z39FXXXXXXXXXX --query "ResourceRecordSets[?Type == 'CNAME']" | jq -r '.[] | [([.Name, .ResourceRecords[].Value] | join(", "))] | @csv' |
grep "alb-.*..amazonaws.com" | grep -Ev "test|demo"
馃尃 Blog 路 Github 路 Web 路 Linkedin 路 Group 路 Page 路 Twitter 馃尃
馃挅 馃挭 馃檯 馃毄
馃殌 Vu Dao 馃殌
Posted on April 3, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.