getting security token included in the request is invalid error while enabling Security Lake on console

0

Hi Team, i was trying recently launched security lake, I followed the steps mentioned in the following link,

https://docs.aws.amazon.com/security-lake/latest/userguide/getting-started.html#enable-service

I am currently using this service for only one account and only one region. i have created admin IAM user and through that I am working. i have created a role "AmazonSecurityLakeMetaStoreManager" and attached policy and sts as mentioned in

https://docs.aws.amazon.com/security-lake/latest/userguide/manage-regions.html#iam-role-partitions

also i have added this role as Data lake administrator in lake formation Image showing role added as admin i am not getting what actual permission i am missing to give

image showing when trying to enable security lake

i am getting this error when i am trying to enable security lake through AWS console

Any help is appreciable.. Thanks in advance.

1 Antwort
1

It seems that this error message is invalid. I had the same issue and managed to work around the problem via CLI (CloudShell). By executing the command:

aws securitylake create-datalake --enable-all --meta-store-manager-role-arn <my_role_arn>

I got a new error message: An error occurred (ValidationException) when calling the CreateDatalake operation: Failed to validate the role provided. Role's trust policy does not contain trusted entity required.. This helped me to the problems I had with the role (I didn't have the proper trust relationships set in Role settings).

Hope that this helps!

tiitha
beantwortet vor einem Jahr
  • Thanks for way around, i guess its due to its Beta version, they are still working on it. i have resolved it

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen