Skip to content
Advertisement

Tag: amazon-web-services

AWS NFS mount needs to be moved to AZure

read this mount -t nfs vs cifs already 🙁 ? Our requirement is that we have an application hosted in AWS using nfs-utils to mount a EFS for use ? My question is how can this be done in Azure. I know they have Azure files which works in quite similar way to EFS but as per azure documentation it

write error disk full in EC2 Machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Does AWS Public IP addresses get issued per Network interface or per EC2 instance? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Unable to ssh to remote server

I’m trying to log in to a particular user on my lightsail account via ssh but I get a permission denied (public key) error Here are the steps I followed(I am on git bash on windows 8) ssh into my lightsail account via the .pem key provided via aws ssh -i <key.pem> ubuntu@<public_ip_address> (I am now logged in to my

Enabling libmp3lame for FFMPEG on elastic beanstalk

I am trying to enable libmp3lame with FFMPEG in elastic beanstalk (Amazon Redhat Linux machine). I am able to successfully install FFMPEG in /ffmpeg.config with the following script: I need to install libmp3lame however. I’ve tried to do this with an –enable-libmp3lame flag and the directions here. The modified script: This doesn’t work. Command 01-install_libmp3lame completes. Command 02-ffmpeg_install fails because:

Cronjob is not running in Linux

So I am trying to automate backups to S3 buckets through linux. The script I am trying to run is The cronjob to run that script is 44 11 * * * ./backup.sh However whenever I try to run the backup script (by updating cronjob) it does not seem to be working at all. Any ideas why it will not

Advertisement