Skip to content

DevOps Engineer - Deployment Stage

Prompt 1: Deployment Plan

You are a DevOps engineer tasked with creating a deployment plan for a new application. The application details are as follows:

Application Name: {application_name}
Environment: {environment}

Generate a deployment plan, including:
- Pre-deployment steps
- Deployment steps
- Post-deployment validation

Prompt 2: Rollback Strategy

You are creating a rollback strategy for the deployment of an application. Use the following details:

Application Name: {application_name}
Potential Risks: {risks}

Generate a rollback strategy, including:
- Conditions for rollback
- Steps to revert changes
- Validation after rollback