I ended up running cloudfox again with this new profile.
cloudfoxaws-pflaws6all-checks
After enumerating the data, I discovered a service-role called Level6 and an attached policy AWSLambdaBasicExecutionRole. Although only the lambda service could assume this role.
So that was my hint that we probably need to trigger a lambda function which will assume the Level6 role and likely provide us with the next clue.
With all the required information discovered, we can trigger the API.
curlhttps://s33ppypa75.execute-api.us-west-2.amazonaws.com/Prod/level6"Go to http://theend-797237e8ada164bf9f12cebf93b282cf.flaws.cloud/d730aa2b/"
Navigating to the website, we discover the end of the challenge!
Wrap-Up
In Level 6, we enumerated our access with access keys discovered from the previous level. After much enumeration, this led to discovering an API that, once triggered, provided the end of the challenge.