https://pulumi.com logo
Title
c

colossal-vr-62639

05/26/2021, 7:26 PM
Anyone seen this before? I'm pretty confident that the AWS creds are correct which is being passed in
Diagnostics:
  aws:ec2:Vpc (vpc):
    error: 1 error occurred:
    	* error configuring Terraform AWS Provider: AWS account ID not previously found and failed retrieving via all available methods. See <https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id> for workaround and implications. Errors: 2 errors occurred:
    	* error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
    	status code: 403, request id: 52427706-bd0f-49de-ae8c-d82b557e5cb5
    	* failed getting account information via iam:ListRoles: InvalidClientTokenId: The security token included in the request is invalid.
    	status code: 403, request id: c2f043c0-16d0-436a-9e5d-65238953123d
b

billowy-army-68599

05/26/2021, 7:31 PM
what AWS creds are you using? does it have a session token?
c

colossal-vr-62639

05/26/2021, 7:32 PM
It does have a session token
Thank you so much @billowy-army-68599, your mentioning of the session token made me realize that I was indeed missing providing that to the necessary deployment environment.
👍 1