This operation is forbidden by Aliyun RiskControl system.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IvanH
    New Member
    • Nov 2017
    • 51

    This operation is forbidden by Aliyun RiskControl system.

    Hi,


    I am using aliyun-java-sdk-core - 4.0.2 and aliyun-java-sdk-ecs - 4.9.1 jar dependencies to access the Alibaba cloud through my java program. Whenever I use - DescribeInstanc esRequest to fetch instance details it works fine. But when I use - CreateInstanceR equest for provisioning the instance I'm getting the following error
    -------------------------------------------------
    This operation is forbidden by Aliyun RiskControl system.
    com.aliyuncs.ex ceptions.Client Exception: Forbidden.RiskC ontrol : This operation is forbidden by Aliyun RiskControl system.
    RequestId : D6F41D2C-E4C8-4D92-8CF3-50F35B9E2134
    --------------------------------------------------
    I'm passing following information as part the CreateInstanceR equest.
    request.setInst anceType("ecs.c 5.large");
    request.setSecu rityGroupId("sg-t4ni0t9v2ixxf5g zd0o1");
    request.setInst anceName("xx-ubuntu");
    request.setImag eId("ubuntu_16_ 0402_64_20G_ali base_20180409.v hd");
    request.setClie ntToken(UUID.ra ndomUUID().toSt ring());
  • Andrea1701
    New Member
    • Nov 2017
    • 34

    #2
    IvanH,

    Did you just signup for an account? Did you provide complete and accurate contact information? Did you provide a valid credit card with available credit to your account?

    I would open a support ticket in the Alibaba Console. Your problem should be fixed quickly.

    Comment

    Working...