Skip to content

tropo/Tropo-ec2-S3-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tropo-ec2-S3-sync

Saving DLR results as a TXT document on your S3 bucket using AWS ec2 instance as Server.

This Python script uploads Tropo DLR results from an AWS ec2 instance into S3 bucket using itty webserver on PORT 8888.

You just need to install Boto3 from terminal typing pip install boto3 and add your S3 Key, Secret Key in the script.

You may have to configure the default region on "config" file by typing the follwoing from terminal:

$ cd .aws
$ vim config

Then, add to the file:

[default]
region = your_default_region

Then, run the script.

Note that you may have to add PORT 8888 as inbound Custom TCP Rule in the ec2 Security Group, otherwise, you have just to change the port in the script to that you use as TCP connection.

About

Saving DLR results as a TXT document on your S3 bucket using AWS ec2 instance as Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%