can not access to amazon cloud system since we changed servers

0

Hello We have changed servers and now we can not access to amazon AWS Cloud System to download files from the remote storage. we have a COM+ to generate the link to download files from amazon S3 remote storage, but since we changed servers COM+ is not working, we have an error and we don't know if the error is from the COM+ or maybe any permission from AWS

in configuration file we have:

<add key="AMAZON_SERVER" value="s3.amazonaws.com"/> <add key="AMAZON_S3_KEY_ID" value="XXXXXX"/> <add key="AMAZON_S3_SECRET_ACCESS_KEY" value="xxxxxx"/>

I hope you can help us.

Best regards Antonio

  • please accept the answer if it was useful

  • Do you understand the error message? Please share what error you are seeing.

1개 답변
1

Common Issues and Solutions

  1. Incorrect AWS Credentials: Double-check the access key ID and secret access key.
  2. Network Issues: Ensure no firewall or proxy settings block access to S3.
  3. Permission Issues: Verify that the IAM user or role has the correct permissions.
  4. Configuration Errors: Ensure the configuration files are correctly set up on the new server.

Verify Network Connectivity from your server.

ping s3.amazonaws.com

Test AWS CLI Access (permissions)

aws s3 ls s3://your-bucket-name --profile your-profile
profile picture
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠