Tech6 min read

Claiming the $100 AMD Developer Cloud Credit: DigitalOcean Loop and Billing Gotchas

IkesanContents

Joining the AMD AI Developer Program comes with a $100 promotional credit for the AMD Developer Cloud.
I already run local inference benchmarks on an AMD Strix Halo machine (EVO-X2), but I wanted to test data-center Instinct GPUs in the cloud as well.
Creating an account does not automatically add the balance to your dashboard.
The process involves a two-stage sign-up and unexpected redirects between portals, which led to a few confusing moments.
This guide documents where the process stalled and how I verified the $100 credit on the final instance creation screen.

Overall Sign-Up and Credit Verification Flow

Here is the entire sequence from start to finish.
The biggest friction points were assuming that account creation finished the enrollment and clicking an activation email that routed to an incompatible login screen.

flowchart TD
    A["Click Join on AI Developer Program portal"] --> B["Create a standard AMD account"]
    B --> C["Activate account via confirmation email"]
    C --> D["Click Join again to complete program enrollment"]
    D --> E["Complete profile details (earn 100 pt score)"]
    E --> F["Program roles appear under Secure Site"]
    F --> G["Select Free Cloud Credit in My Benefits"]
    G --> H["Submit application for $100 cloud credit"]
    H --> I["Activate AMD Developer Cloud account"]
    I --> J["Click Sign up link in program portal to enter Cloud"]
    J --> K["Verify $100 balance under Billing Credits tab"]

Screen Transitions and Authentication Gotchas

Several screen transitions and redirects did not behave as expected.

Re-clicking Join After Creating an Account

Creating an AMD account and joining the program were not automatically linked.
Clicking “Join” on the AI Developer Program page redirected to the generic AMD account registration form.
After filling out the form and clicking the link in the verification email, the account was active.
However, the account was not yet enrolled in the program itself.

Checking “Secure Site” in the AMD profile settings showed “No data available.” Program membership permissions had not yet been granted.
Returning to the AI Developer Program landing page and clicking “Join” a second time triggered the actual enrollment flow.
Completing the required profile fields awarded 100 pt, but this is a profile completion score, not the $100 cloud credit.

Once enrollment was finished, three entries appeared under the Secure Site section: “AMD AI Academy,” “AMD AI Developer Program,” and “AMD Customer Training Center.”

The DigitalOcean Welcome Email and Authentication Loop

After signing up for the AMD Developer Cloud, an email from DigitalOcean arrived in my inbox with the subject: “Welcome You’re signed up! Let’s activate your account.”
The email was actually sent on September 18, 2026, but I missed it until searching my inbox for activation messages.
While I had not registered directly on DigitalOcean, I assumed it powered the backend infrastructure and clicked “Activate your account.”

The link led directly to the standard DigitalOcean login screen.
There was no “Sign in with AMD” button on the page.
Attempting a Google sign-in returned an error: “An account with this Google sign in was not found.”
Since I had never set a password directly for DigitalOcean, I entered my email into “Forgot Password” to generate a reset link.

The reset link opened a page stating: “Your AMD Developer Cloud account uses AMD to sign in. Try signing in again with AMD at devcloud.amd.com/login.”
DigitalOcean recognized the account as an AMD-authenticated profile, but the activation email pointed to the generic DigitalOcean login portal where that identity provider was absent.
AMD Developer Cloud is not accessed through the standard DigitalOcean login page; go directly to devcloud.amd.com and use “AMD Sign-in.”

Using the “Sign up” Button Even After Activation

After program enrollment, available perks appeared under “My Benefits” in the program portal.
From there, I selected “Free Cloud Credit” ($100 in AMD Developer Cloud credit) and submitted the request form.
The confirmation screen indicated a three-business-day turnaround.

Meanwhile, I activated the AMD Developer Cloud account using the welcome email sent directly by AMD.
A counterintuitive detail here was that even with an active account, reaching the Developer Cloud dashboard from the program portal required clicking a link labeled “Sign up.”
Looking for a “Log in” button caused unnecessary confusion because that link did not exist on the portal card.

Once inside the Developer Cloud console, I clicked the user icon in the top-right corner to check my billing and credit balance.
Instead of opening Developer Cloud settings, it redirected to the global AMD profile dashboard.
Because single sign-on (SSO) is used across services, that icon links to the parent AMD account management page.
Developer Cloud billing, credits, and project settings are located in the left-hand navigation menu of the cloud console itself.

Credit Verification and Available Benefits

Check the Credits Tab When Billing Shows $0

Immediately after logging into Developer Cloud, the main balance on the Billing page displayed “$0.00.”
While this looked like the credit had not been applied, switching to the “Credits” tab showed the full $100 allocation:

  • Available Credits: $100.00
  • Description: AMD Developer Cloud
  • Initial: $100.00
  • Amount Remaining: $100.00
  • Expiration: October 19, 2026

The grant is tracked as a promotional credit applied against usage rather than a cash deposit, so relying on the primary balance field causes false alarms.
Opening the GPU Droplet creation screen confirmed that the credit applied automatically, showing: “Credits applicable / You have $100.00 credit expiring in 30 days.”

Here are the benefits unlocked through this registration:

BenefitDescriptionStatus
Free Cloud Credit$100 promotional credit for AMD Developer CloudActive ($100.00)
Private DiscordAccess to the developer Discord serverActive
DeepLearning.AIOne-month free accessActive
Event / NewsletterPriority event registration and newsletterActive

The “Monthly Sweepstakes” listed on the benefits page is restricted to residents of the United States and Canada, so applicants from Japan or other regions are not eligible.

The stumbling blocks throughout this process all stemmed from pairs of things that looked identical but were fundamentally distinct.
The 100 pt profile score versus the $100 credit; creating an AMD account versus joining the Developer Program; having a DigitalOcean-backed identity versus using the standard DigitalOcean login; and the Billing balance versus the Credits tab.
Once those distinctions are clear, the process is straightforward, but the initial experience was confusing.

With the $100 credit verified and applied to GPU Droplets, the next step is benchmarking.
At the time of writing, a single MI300X 192GB GPU Droplet costs $1.99/GPU/hour, which allows roughly 50 hours of compute time entirely covered by the credit.
I plan to put this toward tests that exceed what my local ROCm setup can handle.