고정된 트윗
Usman Ul-Haq
263 posts

Usman Ul-Haq
@CloudOpsStudio
☁️ Cloud Solutions & AWS Optimisation 🔄 Migration | 🛡 Security | 💰 Cost Management 🧠 Built SEND Transport Planning SaaS ⚽ LFC. YNWA.
United Kingdom 가입일 Aralık 2024
14 팔로잉0 팔로워

AWS Tip: Clean up unused EBS snapshots with Lambda.
Use tags to control which snapshots get removed so automation only affects what you intend.
Includes Lambda setup, test event and CloudWatch review.
Code in comments.
#AWS #AWSLambda #CloudAutomation #DevOps #CloudEngineer
English

AWS Tip: Automate EBS snapshot cleanup with EventBridge.
Lambda deletes tagged orphan snapshots, EventBridge runs it on schedule.
No manual trigger needed.
Clean environment, fewer unused resources.
#AWS #EventBridge #AWSLambda #CloudAutomation #DevOps #CloudEngineering
English

Big performance gains don't always require scaling.
Real example:
CPU 90% → <1%
TTFB 3s → 0.05s
Fix:
proper caching layers + blocking abusive query strings.
Optimisation > overpaying for infrastructure.
#AWS #CloudOps #WebPerformance
English

If PHP-FPM workers are maxed out, check logs before upgrading infrastructure.
Repeated requests to dynamic URLs like:
add_to_wishlist=
can force full WooCommerce execution on every request.
Caching matters.
#DevOps #WordPress #Cloud
English

A slow WooCommerce site doesn't always mean you need a bigger server.
502 errors + 90% CPU usage can often be caused by:
bots triggering dynamic PHP requests that bypass cache.
Fix the architecture first.
#CloudOps #WooCommerce #Performance
English

AWS security rarely fails because teams don’t care.
It fails because the basics get missed.
50-sec walkthrough of AWS Security Quick Score:
• 0–100 security score
• category breakdown
• Top 5 fixes to prioritise
• email report with next steps
Link in comments 👇
#AWS
English
