while retrive the vpcpeeringconnection of all regions of aws am getting "AWS was not able to validate the provided access credentials" on newly added region ap-northeast-2 and eu-central-1. other regions working fine.
debug result-------------
START Discovering region: ap-southeast-2
retrieving the VPC peering connections
Creating ComputerSystems and Rules for the VPC 'vpc-eac32a8f'
The VPC 'vpc-eac32a8f' does not contain any instance hence not creating anything.
END Discovering region: ap-southeast-2
START Discovering region: eu-central-1
retrieving the VPC peering connections
AWS problem during 'autodetect' all regions - Problem with the region: eu-central-1.
com.amazonaws.AmazonServiceException: AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: 14e0a60f-8605-4a59-8fd2-8433480f43bf)
END Discovering region: eu-central-1
START Discovering region: ap-northeast-2
retrieving the VPC peering connections
AWS problem during 'autodetect' all regions - Problem with the region: ap-northeast-2.
com.amazonaws.AmazonServiceException: AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: ac03b6a6-1746-4cc3-b12a-d6693079acd4)
END Discovering region: ap-northeast-2
START Discovering region: ap-northeast-1
retrieving the VPC peering connections
Creating ComputerSystems and Rules for the VPC 'vpc-f9b65c9c'
END Discovering region: ap-northeast-1
am unable to find the solution for this.