Listing bucket content from instance

0

Hi,
I'm trying to use my S3 bucket from an instance. The command wget works and transfers files from S3 to the EC2 instance. However, aws s3 commands produce error messages such as:

aws s3 ls s3://mybucket1
Could not connect to the endpoint URL: "https://s3.us-west2.amazonaws.com/mybucket1?list-type=2&prefix=&delimiter=%2F&encoding-type=url"

Ports 80 and 44 are open.
Thanks.

afody
asked 3 years ago215 views
1 Answer
0

Hi. My issue is now fixed. Not sure why because all what I did was to download the CLI for my PC and play with it. Somehow that must have either update or do something because the instances can now connect/list/copy to the S3 buckets.

afody
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions