TigerGate scans your Alibaba Cloud account’s security posture (RAM policies, OSS bucket ACLs, ECS security groups, and more) via a dedicated RAM user and its AccessKey pair.
The RAM user only needs the built-in ReadOnlyAccess policy. TigerGate can never create, modify, or delete resources in your account.
Alibaba Cloud is connectable and scannable, but its checks are not yet listed in the Cloud Security → Checks catalog the way AWS, Azure, GCP, and others are.

Before you start

In TigerGate, go to Integrations → Cloud Providers and choose Alibaba Cloud. You’ll fill in three values once the RAM user exists:
ValueWhat it is
AccessKey IDThe RAM user’s AccessKey ID.
AccessKey SecretThe RAM user’s AccessKey Secret — from the same key pair.
Region IDDefault region for API calls (e.g. cn-hangzhou).

1. Create the RAM user

1

Create the user

In the RAM ConsoleIdentities → Users → Create User, name it tigergate-cspm-scan and enable OpenAPI Access (this generates an AccessKey pair, not console access).
2

Attach the read-only policy

On the user’s Permissions tab, click Add Permissions and attach the system policy ReadOnlyAccess.
3

Copy the AccessKey pair

Alibaba Cloud shows the AccessKey ID and AccessKey Secret once when the user is created — copy both.

2. Connect it in TigerGate

1

Paste the keys and region

In Integrations → Cloud Providers → Alibaba Cloud, enter the AccessKey ID, AccessKey Secret, and a Region ID (e.g. cn-hangzhou, ap-southeast-1).
2

Test

Click Test. TigerGate confirms the AccessKey ID, AccessKey Secret, and Region ID are all present and marks the connection connected. A live Alibaba Cloud auth round-trip isn’t performed at this step yet, so a present-but-invalid or revoked key is only surfaced when a scan runs.
3

Scan or schedule

Run an on-demand scan, or add a Schedule under Cloud Security. Scans run through the CSPM engine using the stored AccessKey pair.

Troubleshooting

The Test button only checks that all three fields are filled in. The Alibaba API errors below surface when a scan actually runs against your account.
ErrorWhenCauseFix
Alibaba Cloud requires: access_key_id, access_key_secret, region_idTestOne or more fields left blankFill in all three values
InvalidAccessKeyId.NotFoundScanAccessKey ID is wrong or was deletedRe-check the ID, or generate a new AccessKey pair
SignatureDoesNotMatchScanWrong/rotated AccessKey SecretRe-copy both values from the same key pair
Forbidden.RAM on read callsScanReadOnlyAccess policy not attachedAttach it under the RAM user’s Permissions tab
Scan runs but few findingsScanRegion ID doesn’t match where resources liveAlibaba Cloud is region-scoped per API — confirm resources actually live in the configured region