Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iam_privesc_by_rollback issue #40

Closed
akashkatare opened this issue Dec 7, 2019 · 2 comments
Closed

iam_privesc_by_rollback issue #40

akashkatare opened this issue Dec 7, 2019 · 2 comments

Comments

@akashkatare
Copy link

akashkatare commented Dec 7, 2019

whenever i am executing below command i am getting the error like below any solutions thanx in advance.. This i happening with in all challenges.even i tried on normal user and root level user as well still getting this error.
Or is there anything to setup before starting this challenge

Error: No valid credential sources found for AWS Provider.
Please see https://terraform.io/docs/providers/aws/index.html for more information on
providing credentials for the AWS Provider

on provider.tf line 1, in provider "aws":
1: provider "aws" {

[cloudgoat] Error while running terraform plan.
exit code: 1
stdout: None
stderr: None

@hackingprofessional
Copy link

:(

@rhino-sebastian
Copy link

Looks like this issue was caused by not having your AWS credentials configured. You can do this with the AWS cli aws configure (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)

To test if your credentials are configured properly you can execute aws sts get-caller-identity --profile <insert profile name>. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants