KumologicaHQ / kumologica-support

3 stars 0 forks source link

Designer not recognizing AWS Profile #36

Closed jamap closed 2 years ago

jamap commented 2 years ago

Hi guys...

I´m trying to deploy the Hello World to AWS without success. It´s not recognizing my AWS Profile. I believe it´s an error from my side when configuring the AWS Profile in Designer 2.1.7.

Here is the screen shot from Designer:

image

Here are the contents of config files:

Kumologica Credentials File:

// This file contains all your sensitive credential information // about your cloud connections used by Kumologica Designer. // For more information visit https://docs.kumologica.com/settings // // Azure with terraform: // using a Service Principal with a Client Secret follow: // https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret

// Examples: // // [kumohub.default] // username = your-username // password = your-password // subscription = kumohub-subscription-id

// [aws.development] // profile = kumologica

// // [azure.default] // subscription_id = 00000000-0000-0000-0000-000000000000 // client_id = 00000000-0000-0000-0000-000000000000 // client_secret = 0000000000000000000000000000000 // tenant_id = 00000000-0000-0000-0000-000000000000 //

Kumologica Settings File (There is no proxy) :

[proxy] custom=false host= port= authentication=false username= password=

AWS Config File

[default] region = us-west-1 output = json

[kumologica] region = us-west-1 output = json

AWS Credentials File

[default] aws_access_key_id = <> aws_secret_access_key = <>

[kumologica] aws_access_key_id = <> aws_secret_access_key = <>

bjq-dev commented 2 years ago

please uncomment the profile lines:

[aws.development] profile = kumologica

arbalacha commented 2 years ago

Hi @jamap, For a quicker response on your queries\ clarifications you can connect us on our community channel kumologica discord channel .

jamap commented 2 years ago

Sorry guys... Really sorry for something so dumb!

bjq-dev commented 2 years ago

No worries