Launchpad AWS API keys not valid

Options

I am currently trying to set up a DF instance via Launchpad.
After having done so once the instance was deleted, I believe because the relevant tagging is currently not supported in the Sandbox environment.

Trying to set-up again I am now unable to do so, getting a notification that my AWS API keys are not valid (I have entered the session key).

Re-generating the keys does not solve the problem.

Any advise on how to get set up would be much appreciated.

Tagged:

Best Answer

  • l.carstens
    l.carstens LSEG
    Answer ✓

    The issue seems to have been caused not because of invalid keys, but rather by the S3 bucket limit having been reached on the FR-Sandbox instance.

    You can test for this by trying to create a test bucket with AWS CLI, using something like the following command:

    aws --profile saml s3api create-bucket --bucket df-test.

    The issue has been resolved by requesting an increase in the maximum bucket count (via the AWS support center).

Answers