How to transfer data from Amazon S3 to Amazon EC2 -
i using ec2 instance , have enabled log service of elastic load balancer. logs stored in amazon s3 , want data used dataset elasticsearch present on ec2 instance. there way can transfer data ec2 instance or access data directly s3 used elasticsearch ?
the aws command line interface (cli) has commands make easy copy to/from amazon s3.
you can run them on ec2 instance download data amazon s3.
aws s3 cp s3://bucket/path/file . aws s3 cp s3://bucket/path . --recursive aws s3 sync s3://bucket/path .
Comments
Post a Comment