karol My plan is to use AWS S3 for database backups, as I believe they should not be stored on the same box. I noticed that I cannot really run sudo yum ... which might be a problem when installing awscli. What are my options in this situation?
peter karol You can install awscli by running the following commands: curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip cd aws ./install -i ~/bin/aws-cli -b ~/bin