Chef InSpec and Alibaba Cloud
Chef InSpec has resources for auditing Alibaba.
You will need to install AliCloud SDK version 0.8.0 and require AliCloud credentials to use the Chef InSpec AliCloud resources.
Set AliCloud credentials
You can configure AliCloud credentials in an .envrc file or export them in your shell.
# Example configuration
export ALICLOUD_ACCESS_KEY="anaccesskey"
export ALICLOUD_SECRET_KEY="asecretkey"
export ALICLOUD_REGION="eu-west-1"