How to ssh AWS EC2 using CSV secret file
I have downloaded secret key in .csv format from my AWS IAM security settings. I want to use this secret key to ssh into aws ec2 instance. I tried using ssh -i but got "key too open" error. So googled...
View ArticleProgrammatically set EBS Volumes Windows Drive Letters using Terraform, Chef...
I'm using terraform and chef to create multiple aws ebs volumes and attach them to an EC2 instance. The problem is I want to be able to give each ebs volume a specific windows drive letter. The problem...
View Articlepersistent storage solutions for aws fargate [closed]
I'm running an apache webapp on a container in ecs fargate, but I need to be able to persist certain files so that any changes to them are available to all users through all versions of the webapp....
View ArticleHow to set up node.js process.env variables for production with an Amazon EC2...
I have searched and searched for a straight forward answer to this question but I have found nothing. I have my local .env file and am successfully loading it with dotenv.The only answer I can find for...
View ArticleMongoNetworkError: failed to connect to server [amazonaws.com:27017] on first...
I have my mongo details in Apache config file. And getting this error. SetEnv MONGO_URL...
View ArticleDeployment Antd Pro on AWS
I'm finding it very difficult to deploy my project on AWS. Can someone help me?I confess that I didn't get along with the antd pro documentation. I can't change port. My generated dist does not access...
View ArticlePermission denied (publickey): SSH into EC2 instance
I created a terraform configuration to launch an EC2 instance. My configuration is resource "aws_volume_attachment""ebs_att" { device_name = "/dev/sdh" volume_id = "${aws_ebs_volume.newVolume.id}"...
View ArticleERROR: configuration failed for package ‘gifski’
I'd like to use the gganimate package, but it requires gifski which is failing.* installing *source* package ‘gifski’ ...** package ‘gifski’ successfully unpacked and MD5 sums checked------------------...
View ArticleEC2 MySQL Connection Drops using Private IP Works with Public IP
We recently split our single EC2 (t2.small) instance which was running (IIS and MySQL) into 2 - (t2.small) instances. We moved all the IIS logic to the new instance and updated the WebConfigs to...
View ArticleNeed help creating an Oracle Db in AWS
I am trying to see if there is an easy way to setup my Oracle SQL Developer so that I can run everything though it but store data on my AWS account (free tier). To be clear, I am trying to do what this...
View ArticleIssue with Scrapyd-client connecting to mongo atlas...
I am trying to deploy a spider onto an aws ec2 instance that off-loads its crawled information into mongodb atlas. The spider is fine and operates as it should (adds new info to db) when entering...
View ArticleVMWare Horizon 7 Client Timing Out when trying to connect to AWS EC2
I'm trying to test Windows Functionality on my Mac, so installed VMWare Horizon 7 Client for OSX on my laptop, and created an Amazon AWS EC2 Windows 2016 Instance which is currently running. I've made...
View Articlepuppet enterprise ssl cert error
I'm trying to install puppet enterprise on EC2.The puppet server seems to work fine./etc/hosts : 127.0.0.1 puppetpuppet cert list --all : doesn't show anythingOn the puppet agent :/etc/hosts :...
View ArticleCant find server logs on tomcat | Unable to login after deployment aws ec2
I am trying to deploy springboot application on aws ec2 . I installed tomcat and java on this instance. My jenkins job says build and deploy successful and I find my war file on tomcat webapps...
View ArticlePreventing code entries containing malicious shell script [closed]
I'm creating a programming platform, where people are given c++ programming tasks, their code gets uploaded to Amazon linux EC2 instance, compiled, executed and compared to expected output. What...
View ArticleHow can I make files on s3 bucket mounted to aws ec2 instance using goofys...
I've mounted a public s3 bucket to aws ec2 instance using Goofys (kind of similar to s3fs), which will let me access files in the s3 bucket on my ec2 instance as if they were local paths. I want to use...
View ArticleTensorFlow cloud prediction cost (hw requirement)
I need a cost calculation to support TensorFlow users on the cloud,I'm meaning about the predication(inherence) calculation cost to be done in the cloud and not in the end edge(user).(Need to support...
View ArticleHow to execute command from local-exec provisioner with terraform plan
I have Terraform data block that fetches AMI detailsdata "aws_ami""current_ami" {owners = ["${var.aws_account_id}"]filter { name = "image-id" values =...
View ArticleNo disk space left on Amazon EC2 instance
I have an AWS instance (EC2). I created to run Jupyter Notebook to test. And suddenly the space ran out, see the result below:root@ip-172-31-14-181:/# df -hFilesystem Size Used Avail Use% Mounted...
View ArticleHow to obtain Amazon EC2 Spot Instance interruption rates
I have created a script to get best prices for on-demand and also see spot prices for the same instances. https://github.com/fuatu/awsEC2pricefinderThis is what I give as an output below. I want to...
View Article