Installing php 5.5 in AWS EC2 conflict
I am trying to install php55 but it's conflicting with httpd2.2. How can i install php55 alone without httpd2.4. I am using AWS AMI 1. Error: httpd24-tools conflicts with...
View ArticleNot able to generate migrations in docker django application
I am trying to run migrations in the Django application that is using docker but the changes are not reflecting. I had no issue with the initial migrations but after that, if I make any changes to my...
View Article404 not found error in amazon ec2 ubuntu server
Login and register button is not working properly. Please help me.php artisan make:auth used for the authentication This is the errorNot Found The requested URL was not found on this...
View ArticleJenkins SSH slave fails to create /home//jenkins
When configuring an ssh slave on Jenkins, which runs on an ec2 instance, I get the following error message when I click on the "Launch Slave Agent".[08/06/14 18:41:46] [SSH] Opening SSH connection to...
View ArticleInstalling Apache on a new Ubuntu 18.04 EC2 Instance and Stalled
I recently logged into a fresh install of Ubuntu 18.04 on my EC2 Instance. I ran the updates and upgrades and everything worked fine. I then restarted the server and went to install Apache.I ran sudo...
View ArticleHow to monitor API (Flask) hosted in EC2
I have deployed a flask application in an EC2 that returns a json when hitting a certain url (with certain parameters).I want to monitor the usage of this API, and use a token to track usage by...
View ArticleUnable to Clone CloudGoat from RhinoSecurityLabs
I am trying to install the Rhino Security Labs CloudGoat on my AWS Ubuntu 18.04 LTS Free-tier EC2 instance. I followed the directions for setting up an admin user and configuring the AWS CLI and also...
View Articlekubernetes in ec2 instance
I have a problem, now I am actively studying Kubernetes, I deployed locally minilube with vm driver virtualblox. I have application base on react, this application have dockerfile:FROM...
View Articlegunicorn failing to start supervisor: Django AWS EC2
I am watching this tutorial to deploy a django app on AWS EC2. https://www.youtube.com/watch?v=BzdYa9Lqlm4&list=PLDu5PyoUISmc1PdrUNUdc9LohmLA_Q-S5&index=2For some reason I am unable to get the...
View ArticleWhat encryption method do you choose for PuTTYgen when encrypting a .pem key...
I am encrypting a .pem key for an ubuntu AWS and need to choose an encryption method between RSA, SSH-1 (RSA), and DSA, but I'm unfamiliar with the encryption methods and their interface with logging...
View ArticleRace condition in attaching IAM profile to EC2 instance after creating it
I am trying to create an IAM role and instance profile, and then associate the instance profile with an EC2 instance, using the AWS Java SDK. I am running into an issue where the IAM role and instance...
View ArticleNVidia drivers stopped working on AWS EC2 instance with Ubuntu 16.04 and...
I've been using an AWS EC2 instance, with a Tesla K80 GPU, for a while to run TensorFlow code. I have CUDA 9.0 and cuDNN 7.1.4 installed, and I'm using TF 1.12, all of this on Ubuntu 16.04Everything...
View Articlehow to expose and hit API service endpoint on AWS EC2
I have a trivial service that's running on localhost:8080 on an ec2 instance and was wondering how I would go about hitting a /views endpoint for that service. I wasn't able to find much in the way of...
View ArticleAuto mounting EFS on EC2 instance
I created an EC2 instance and an EFS, and was able to mount EFS properly on the instance.I need to auto mount in case the server is rebooted. According to the documentation, i do that following in...
View ArticleHow to connect amazon linux by ssh
I would like to login to amazon linux EC2 instanceI tried like below command.chmod 600 20200223.pemssh i 20200223.pem ec2-user@ec2-3-133-82-108.us-east-2.compute.amazonaws.comBut the response is like...
View ArticleHTTPS connection to API not working Express/Node/Nginx
I have a AWS instance running and created a certificate using certbot: I can go with the browser to https://www.tichutimo.ch/ and it shows the default page. There is a route configured...
View Articlehow to configure user's custom domain in my app automatically (after they...
Wordpress, Shopify, Ghost - these apps allow their users to use a custom domain. For example- foo.wordpress.com can change to example.comTo allow users to use custom domain they need to add CNAME...
View ArticleHow do I connection to a mongo database on an AWS server through pymongo?
I am trying to connect to a mongo database hosted on an AWS server using pymongo on the PyCharm IDE. The PyCharm project is connected to the server fine through SSH. My problem is getting the database...
View ArticleUnable to track the import image task in AWS via cli
I am trying to .ova image using cli. The import-image command is working fine.aws ec2 import-image --description "AppGate" --disk-containers file://container.json --region us-east-2 Output:{ "Status":...
View ArticleElastic beanstalk Url not accessible but EC2 public dns accessible
I have a problem using Elastic Beanstalk for 5-6 days. Actually first times there is no problem, but i publish new version of my app then suddenly my elastic bean url can't reach. I tried republish,...
View Article