Your connection to this site is not secure?
I´ve created a EC2 instance, installed a service and I was able to routed it to my address with Route 53. So I can go to example.com/myservice and see it on the browser.However, in the browser, I get a...
View ArticleZipArchive::close(): Failure to create temporary file in AWS EC2 Linux
I am working on cron jobs in laravel 5.2, when i try to call a controller function from schedule to create excel sheet getting Error. but runs fine in postman.ZipArchive::close(): Failure to create...
View ArticleAWS IAM User Access for Developer
I want to give access to my developer to my MongoDB which is hosted by an EC2 Instance on AWS. He should be able to make mongodump, upload the new backend and do some changes on our control Panel. I...
View ArticlePossible reasons for timeout when trying to access EC2 instance
I cannot SSH into my instance - Operation timed out. What could be the reasons why, and what can I do to resolve it? Rebooting normally takes a long time to take effect, and might just makes things...
View ArticleHow to use Aws to host Mongo Db?
I have tried this method.. as described in the sheet but it didn't work out form me https://docs.aws.amazon.com/quickstart/latest/mongodb/welcome.htmlI want to host my staging, dev and production...
View ArticleAWS ec2 instance with Multi user login with ssh key not work
I have a server(ubuntu16.04) in aws ec2. And I have a private key to access the server.The origin user I used called ubuntu which is generated by aws.Now my client B wants to login server to...
View ArticleSending email from aws using gmail smtp with sendmail from php [duplicate]
Problem: Didn't receive email at the receipent!!/var/log/mail.logMay 15 10:59:14 ip-********* sendmail[12418]: 04FAxELo012418: from=******@ip-*********.ap-south-1.compute.internal, size=102, class=0,...
View ArticleAWS Terraform ec2 package installation [closed]
I am successfully able to deploy the ec2 instance using terraform chart from my local machine by configuring AWS Cli. My concern is that I want to install a docker, build, and run a docker image using...
View ArticleNginx isn't storing cache
I'm trying to allow nginx caching in the simplest form. But for some reason it's not working. I'm currently using nginx with gunicorn and flask on an ec2 instance.This is my /etc/nginx/nginx.conf file:...
View Article504 Gateway Timeout : Deploying Ruby on Rails 6 on AWS EC2 + Nginx + Puma
Deploying my ruby on rails on aws ec2 instance for the first time by using Deploy Ruby on Rails on AWS EC2. All setup is done but url still giving 504 and no logs in nginx. Here is my nginxupstream app...
View ArticleHow can I use the R parallel package to detect / use multiple cores on the...
I am using R Studio on Amazon web services (details), using a m4.2xlarge configuration. I want to use the 'idefix' package to generate an efficient discrete choice experiment (DCE) design (specifically...
View Articlechmod unable to change permissions
I'm facing an annoying problem. It's been pretty frustrating. I am using a computer at my school to work on the Coursera Startup class. I am trying to connect to an Amazon EC2 instance. I downloaded...
View ArticleHow to fix template error while templating string: no filter named...
I am running a Molecule v2.22 and I am want to spin up an ec2 instance using molecule, to test my ansible playbooks.But I am hitting an error when molecule gets to the Detroy and create stage of the...
View ArticleHow can I execute a script on an EC2 instance that is being removed from an...
Our application should be "quiesced" when it is being removed from service from an ALB. I am aware that the http requests are "drained" from the terminating instance before it is removed, but we need...
View ArticleAWS: add key pair after creating instance
I'm new to AWS.I created an instance on EC2. It's a Bitnami Wordpress install. I didn't realize that I needed a key pair, and when I added one after the fact, it does not allow me to connect. I get...
View ArticleAWS EC2 forgot password and not able to use SSH
I have an ec2-ubuntu instance. And now I forgot the password for the user. Unfortunately i've also lost the .pem file and .ppk file i used to use with putty. And finding it difficult to get in. I want...
View ArticleCertificate error when trying to connect to AWS
I am trying to connect to S3 AWS and Kinesis AWS from Kafka. I am getting certificate error. I checked the cacerts file, it has the amazon root certificate. I tried to pass the certificate as a...
View ArticleHow do I install byobu in ec2 ami
I know it was possible usint a package manager since i did it once a time ago. But now if I trysudo yum install byobuit just fails ...Failed to set locale, defaulting to C Loaded plugins:...
View ArticleAttaching and mounting existing EBS volume to EC2 instance filesystem issue
I had some unknown issue with my old EC2 instance so that I can't ssh into it anymore. Therefore I created a new EBS volume from a snapshot of the old volume and tried to attach and mount it to the new...
View ArticleHow to create an EC2 Instance using Jenkinsfile
I want to create an EC2 AWS instance using Jenkins pipeline. Do I need to do it through Cloud Formation Json file
View Article