ActionTrail will track and record specific events that occur in the Server Load Balancer (SLB) console, including purchasing, changing the specifications of, and renewing SLB instances. Previously, ActionTrail tracks and records only sales-related events of Alibaba Cloud services that are triggered by calling API operations but not those that occur in the Alibaba Cloud Management Console. After this release, ActionTrail will track and record such events for SLB. More services will be supported in the future.
In this release, specific events that occur in the SLB console, including purchasing, changing the specifications of, and renewing SLB instances, are supported. This way, the range of events that ActionTrail can track and record is expanded. This release also fixes the issue where user information is not included in event logs.
- Event of purchasing an SLB instance: "serviceName"="Slb" and "eventName"="Create"
- Event of changing the specifications of an SLB instance: "serviceName"="Slb" and "eventName"="Modify"
- Event of renewing an SLB instance: "serviceName"="Slb" and "eventName"="Renew"
Impacts
Field | Value or content for original events | Value or content for new events |
---|---|---|
eventName | CreateLoadBalancer and ModifyLoadBalancerInternetSpec | Create, Modify, and Renew |
eventType | ApiCall | ConsoleOperation |
userIdentity | N/A | User information |
eventSource | slb-pop.aliyuncs.com | slb.aliyuncs.com |
userAgent | Java/1.8.0_152 | AliyunConsole |
apiVersion | 2014-05-15 | N/A |
- Purchasing an SLB instance: "eventName":="Create" for events triggered in the SLB console and "eventName":="CreateLoadBalancer" for events triggered by calling the API operation
- Changing the specification of an SLB instance: "eventName":="Modify" for events triggered in the SLB console and "eventName":="ModifyLoadBalancerInternetSpec" for events triggered by calling the API operation
- Renewing an SLB instance: "eventName":="Renew" for events triggered in the SLB console and "eventName":="CreateLoadBalancer" for events triggered by calling the API operation
We apologize for the inconvenience caused by changes to the audit data. Thank you for your understanding and support.
Announced by: Alibaba Cloud ActionTrail team
Announced on: March 6, 2020
Example of an event log for purchasing an SLB instance in the SLB console
{ "eventId": "1a22a4db-36b0-4738-822d-b200b84f****", "requestId": "1a22a4db-36b0-4738-822d-b200b84f****", "eventVersion": "1", "eventTime": "2020-02-23T07:27:49Z", "userAgent": "AliyunConsole", "eventSource":"slb.aliyuncs.com", "requestParameters": { "secureTransport": true, "mFAPresent": false, "sourceIp": "42. ***.74.109", "regionId": "cn-hangzhou-dg-a01", "stsTokenPlayerUid": "****809276714915" }, "eventName": "Create", "sourceIpAddress": "42. ***.74.109", "acsRegion": "cn-hangzhou", "referencedResources": { "LoadBalancer": [ "lb-bp15t2g9omw99scxa****" ] }, "userIdentity": { "sessionContext": { "attributes": { "mfaAuthenticated": "false" } }, "accessKeyId": "STS.NSmajggZdKxAYnzNx6ujC****", "accountId": "****809276714915", "principalId": "****53686294945515:yx", "userName": "CommonBuyAdminRole:yx_sub_acc****", "type": "assumed-role" }, "eventType": "ConsoleOperation", "serviceName": "Slb", "__expanded": true }