A problem. Don’t panic, prepare a support ticket
Posted on April 25, 2025 • 4 min read • 651 wordsWhen an AWS service behaves unexpectedly, the first instinct might be panic. However, a structured approach often helps resolve incidents quickly, especially when you know how to engage AWS Support effectively.

Before contacting AWS Support, it’s crucial to clearly document the observed behavior. The goal is to enable the support team to quickly analyze the context. Start by identifying the service involved: EC2, S3, Lambda, or another component of your cloud infrastructure. Documenting an incident clearly is key to avoiding unnecessary back-and-forth.
For example, if an ECS deployment fails, note the exact time, error logs, cluster configuration, and any recent changes. Reproducing the error in a reduced test environment (sandbox) can also be helpful.
Example: A Glue job fails intermittently. You observe that this correlates with a temporary overload on a G-type instance. By specifying the AWS region, instance type, job ARN, and associated CloudWatch logs, you simplify support handling.
AWS offers a wide range of self-service resources. Before submitting a ticket, consult the official documentation, AWS re:Post forums, or use AWS Trusted Advisor to identify common configuration issues.
Developers can also rely on the AWS Health Dashboard to check if an incident is affecting services in their region. This helps avoid submitting a ticket for an issue that is already known and being addressed.
Example: An instability observed on Amazon RDS turns out to be related to a scheduled maintenance event in the us-east-1 region. The Health Dashboard clearly reports this.
If self-service options aren’t sufficient, go to the Support Center tab, click create case, fill in the required fields, and submit.
A good ticket should contain all the necessary contextual information, including:
Structure the ticket with clear language, avoiding unnecessary jargon. AWS provides a simple interface in the AWS Console to create a ticket, allowing you to choose the type (account and billing, technical, service quota, etc.) and severity level.
Example Ticket Structure:
| Element | Content |
|---|---|
| Service | AWS Lambda |
| Region | eu-west-1 |
| Description | Lambda function fails with timeout error |
| Logs | Error message: Task timed out after 3.00 seconds |
| Repro Steps | Manual launch via AWS Console or S3 event |
| Expected | Successful execution under 1 second |
AWS offers several support plans: Basic (included), Developer, Business, and Enterprise. The support level affects response times, communication channels (email, phone, chat), and included services (TAM access, architecture optimization support, etc.).
Here’s a simplified comparison table:
| Plan | Critical Response Time | Communication | Use Case |
|---|---|---|---|
| Basic | N/A | Forums and documentation | Independent developers |
| Developer | < 24h | Web | Testing, non-critical dev |
| Business | < 1h | Web + phone | Production, high availability |
| Enterprise | 15 min | Dedicated TAM, 24/7 phone | Critical services, global ops |
If your issue affects a production system, opt for a Business or higher plan for prioritized response.
Once the ticket is submitted, AWS provides a clear tracking system in the console. You’ll receive email updates and can interact with the assigned support engineer directly through the interface. Responding quickly is crucial, especially for high-priority tickets.
Attaching additional files, compressed logs, or screenshots can accelerate the diagnosis. Use structured responses and provide extra tests if requested.
When the issue is resolved, properly close the ticket. AWS will then send a satisfaction survey to help improve the support quality.
Example: In a microservices context on EKS, support identifies incorrect security group handling as the root cause. Thanks to fast collaboration and provided logs, the issue is resolved in under two hours.
To summarize, structuring your approach before contacting AWS Support increases your chances of receiving a fast and effective response. Understanding the available tools and clearly formulating your request are key to a smooth incident resolution process.