I am attempting to connect to AWS s3 with Powershell but have hit this error when I run Get-S3Bucket and any PS scripts i want to run
"GET-S3BucketL Name resolution failure attempting to reach service in region eu-west-1 (as supplied to the -Region parameter or from the configured shell default))
My config:
Powershell Toolket: AWSToolsAndSDKForNet_sdk-3.3.211.0_ps-3.3.210.0_tk-1.13.0.4.msi
Set-AWSCredential -AccessKey ABC -SecretKey 123 -StoreAs aws-access
Initialize-AWSDefaultConfiguration -ProfileName aws-access -Region eu-west-1 added to Powershell Profile
Import-Module "C:\Program Files (x86)\AWSTools\PowerShell\AWSPowerShell\AWSPowerShell.psd1" Added to Powershell profile
All on a Windows 2008 R2 Datacenter
Check: C:\Users\xxxxx\AppData\Local\AWSToolkit\RegisteredAccounts.json is correct
Testing: - The connection works through a third party backup software which does use the same AWS credentials above. I can browse to the buckets no problem. ~This is whats so annoying - also all of the above allows connection/scripting form my own Desktop ~Win10
I am not able to ask for AWS Support due to costs