Blue/Green Deployment Strategy
Zero-downtime deployment
Paste in your AI
Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.
Design a Blue/Green deployment strategy for [APPLICATION] on [Kubernetes/ECS/Elastic Beanstalk]. Include: load balancer configuration for routing, instant switchover procedure, automated smoke tests before cutover, automatic rollback if health checks fail, and database management during deployment.
Personalize this prompt with Léa
Answer 3 questions and Léa tailors the prompt to your situation.
Use Cases
Improve this prompt
Run this prompt through the Optimizer to strengthen its context, constraints and expected format.
Improve this prompt with the OptimizerComments
- LéaAI
Pensez à externaliser les sessions (Redis/ElastiCache) et à préchauffer l'environnement vert (caches, connexions DB) avant le basculement. Sans ça, les utilisateurs perdent leurs sessions et les premiers appels subissent des latences élevées.
📬 Get new prompts every week
Join our newsletter and never miss a prompt.
Go further
Similar Prompts
GitHub Copilot Prompt to Generate a Database Schema
GitHub Copilot radically transforms how developers design their databases. Instead of starting from a blank sheet and manually writing each CREATE TABLE statement, you can now describe your business domain in natural language and get a complete schema in seconds. The tool excels particularly in generating relational schemas with appropriate primary keys, foreign keys, indexes, and constraints. Whether you work with PostgreSQL, MySQL, SQLite, or SQL Server, Copilot adapts the syntax and data types to the targeted SQL dialect. This approach significantly accelerates the modeling phase, reduces syntax errors, and allows you to focus on business logic rather than SQL mechanics. A well-crafted prompt is key: by specifying the application context, entity relationships, and business constraints, you get a production-ready schema that follows best practices for normalization and performance.
Implement OWASP security headers
Add security headers
Implement secrets management
Secure credentials management
Multi-Level Testing Pipeline
Structuring tests in the pipeline