gifted-gigabyte-53859
11/16/2023, 3:28 AMerror: unable to validate AWS credentials.
Details: error validating provider credentials: error calling sts:GetCallerIdentity: operation error STS: GetCallerIdentity, exceeded maximum number of attempts, 3, https response error StatusCode: 0, RequestID: , request send failed, Post "<https://sts.ap-southeast-1.amazonaws.com/>": dial tcp: lookup <http://sts.ap-southeast-1.amazonaws.com|sts.ap-southeast-1.amazonaws.com> on 1.1.1.1:53: read udp 192.168.65.21:49796->1.1.1.1:53: i/o timeout
Make sure you have:
• Set your AWS region, e.g. `pulumi config set aws:region us-west-2`
• Configured your AWS credentials as per <https://pulumi.io/install/aws.html>
You can also set these via cli using `aws configure`.
My aws credentials are properly configured and working in the shell using aws sts get-caller-identity --profile MYPROFILE
cuddly-computer-18851
11/16/2023, 3:34 AMgifted-gigabyte-53859
11/16/2023, 3:38 AMPulumi.develop.yaml
file with some redactions
config:
aws:profile: 12345_AWSAdministratorAccess
aws:region: ap-southeast-1
xxx-onsite-payment-app:aws_account_id: "12345"
xxx-onsite-payment-app:aws_route53_zoneid: Z0xxxxxPEXY1
xxx-onsite-payment-app:dns_domain: <http://xxx.xxx.io|xxx.xxx.io>
xxx-onsite-payment-app:dns_subdomain: develop
xxx-onsite-payment-app:protect_dynamodb_tables: false # currently not working
cuddly-computer-18851
11/16/2023, 4:00 AMactually this kind of just looks like a local connection issue - reboot, check for any firewall changes etc?Copy codePost "<https://sts.ap-southeast-1.amazonaws.com/>": dial tcp: lookup <http://sts.ap-southeast-1.amazonaws.com|sts.ap-southeast-1.amazonaws.com> on 1.1.1.1:53: read udp 192.168.65.21:49796->1.1.1.1:53: i/o timeout
gifted-gigabyte-53859
11/16/2023, 4:42 AMaws sts get-caller-identity --profile 12345_AWSAdministratorAccess
is still working finesalmon-account-74572
11/17/2023, 8:55 PM