AWS Support Cases
Open AWS support cases and follow up on AWS’s replies from the Suger Console, without switching to the AWS Support Center.
Overview
Once you connect the AWS Support integration, Suger can talk to the AWS Support API on your behalf. From the Suger Console you can:
- Open a case with AWS — pick the service and category, set a severity, and write the subject and description.
- Open a case in context — start a pre-filled case directly from an AWS offer, entitlement, or product.
- Read the correspondence — the messages AWS and your team have exchanged on the case.
- Reply to AWS — add a message to an existing case.
What the console does not do yet
| Not available in Suger | Where to do it instead |
|---|---|
| File attachments on a case or a reply | AWS Support Center |
| CC email recipients on case correspondence | AWS Support Center |
| Resolving, closing, or reopening a case | AWS Support Center |
Cases you open through Suger are ordinary AWS support cases, so they are also visible and fully manageable in the AWS Support Center under the same AWS account.
Prerequisites
An eligible AWS Support plan
The AWS Support API is only available on Business, Enterprise On-Ramp, and Enterprise Support plans. On a Basic or Developer plan the integration cannot be verified, and Suger reports:
AWS account does not have a Business, Enterprise On-Ramp, or Enterprise Support plan required to use the AWS Support API
Suger permissions
| Suger role | Connect or edit the integration | Read cases | Open a case | Reply to a case |
|---|---|---|---|---|
| Admin | Yes | Yes | Yes | Yes |
| Editor | No | Yes | Yes | Yes |
| Viewer | No | Yes | No | No |
Cases are visible to your whole organization, not only to the person who opened them — anyone with read access sees the same list and the same correspondence.
Connect the AWS Support integration
The integration is separate from your AWS Marketplace integration — connecting AWS Marketplace does not grant Suger access to the AWS Support API. You grant that access with an IAM role that Suger assumes. Connecting it requires the Suger Admin role.
-
In the Suger Console, go to Settings → Integrations and find the AWS Support card.
-
Click Connect. The Connect to AWS Support dialog shows everything you need to create the role: your External ID, a Permissions policy, and a Trust relationship.

-
In the AWS IAM console, create a role in the AWS account that holds your Support plan. Any role name works; the dialog’s example uses
SugerAwsSupportAccess. Paste the Permissions policy as an inline policy and the Trust relationship as the role’s trust policy, copying both from the dialog.The permissions policy grants exactly the AWS Support API actions Suger uses, and nothing more:
Action Used for support:DescribeServicesThe service and category pickers on the create form support:DescribeSeverityLevelsThe severity picker, and the integration’s Verify check support:CreateCaseOpening a case support:DescribeCasesRefreshing a case’s status support:DescribeCommunicationsReading the correspondence on a case support:AddCommunicationToCaseReplying to a case -
Copy the new role’s ARN, paste it into IAM Role ARN, and click Create. The ARN must be a commercial-partition IAM role ARN in the form
arn:aws:iam::<account-id>:role/<role-name>; AWS China (aws-cn) and GovCloud (aws-us-gov) ARNs are rejected. -
Suger verifies the connection by assuming the role and calling the Support API. Once the card shows the integration as verified, the AWS Support tab is ready.

Open a support case
-
In the Suger Console, click the help icon in the top bar to reach the Support page, then select the AWS Support tab.
-
Click Open AWS Support Case.

-
Fill in the case. All five fields are required:
- Subject — a short summary, up to 300 characters.
- Service — the AWS service the case is about. The list is read live from your AWS account, so it matches what the AWS Support Center offers.
- Category — the case category. The options depend on the service, so pick the service first.
- Severity — the severity levels your Support plan entitles you to, shown as name and code. Suger preselects the first level in the list.
- Description — the details AWS needs, up to 8,000 characters.

-
Click Open Case. Suger creates the case in AWS and it appears in the list with its AWS Case ID.
Find a service quickly
The service list is long, so the Service picker has a search box. The search is case-insensitive and matches on both the service name and its service code:
- Type any fragment that appears in the name or the code —
ec2finds every Elastic Compute Cloud entry. - Type several words in any order and each one has to appear somewhere —
linux ec2narrows to the Linux-specific EC2 entry. - Clear the box to get the full list back.

Open a case from an offer, entitlement, or product
When a case is about a specific record, start it from that record so the case is linked and pre-filled:
- Open an AWS offer, entitlement, or product detail page.
- In the ⋯ menu, click Create AWS Support Case.
- The dialog opens with the record’s identifiers already in the subject and description, and a banner naming the linked record. Adjust the text, pick the service, category, and severity, then click Open Case.
The menu item appears only on AWS records, only once the AWS Support integration is verified, and only for users who can open cases — Viewers don’t see it.
Track and reply to a case
The AWS Support tab lists every case your organization has opened through Suger, newest first, with its Case ID, Subject, Status, Opened date, and Last Update.
Click a Case ID to open the case. Suger fetches the current status and the correspondence from AWS, then shows the messages oldest-first, each with its author and timestamp.

To respond, type in the reply box and click Send Reply — up to 8,000 characters, text only. AWS adds your message to the case correspondence, exactly as if you had replied in the AWS Support Center. Admins and Editors can reply; Viewers can only read.
FAQ
-
The AWS Support tab says the integration is not connected. What now?
The tab needs a verified AWS Support integration, which is separate from your AWS Marketplace integration. Follow Connect the AWS Support integration. If you just created it and verification failed, confirm the AWS account has a Business, Enterprise On-Ramp, or Enterprise Support plan.
-
The service dropdown is empty or shows an error.
Suger reads the service catalog live from AWS through the assumed role. If it can’t, check that the IAM role still exists, that its trust policy is unchanged, and that the permissions policy includes
support:DescribeServices. Suger tells you when it can no longer assume the role — reconnect the integration in that case. -
Why can’t I see all the severity levels AWS documents?
The list is read from your AWS account, so it shows exactly the levels your Support plan entitles you to — higher plans include more levels.
-
Can I attach a file or CC a colleague?
Not from the Suger Console today. Open the same case in the AWS Support Center to add attachments or CC recipients — it is the same AWS case.
-
How do I resolve or close a case?
Close it in the AWS Support Center. Suger shows the resolved status the next time you open the case.
-
Why doesn’t my case appear right after I click Open Case?
A case shows up once AWS has accepted it and returned a case ID. If it doesn’t appear, check the error message on the dialog — AWS rejects requests that exceed its case-creation limit or fail its own validation, and Suger passes that message through.
-
Is this the same as a Suger support ticket?
No. The Support Tickets tab reaches the Suger team; the AWS Support tab reaches AWS. For questions about Suger itself, use Support Tickets or email Suger Support.
Related Documentation
- AWS Marketplace Integration
- Refunds and Cancellations
- AWS Support Center — the AWS-side view of the same cases
- AWS Support API reference