Gradle 6+ Daemon Cannot accept connection from remote address is host...
Ever since upgrading to gradle 6.x (tested on 6.0, 6.0.1, 6.1.1, 6.2-rc-3) on one EC2 instance running ubuntu 18.04, I can't get a gradle daemon to start, they just endlessly create and crash with the...
View ArticleHow to use dynamic key for `parameter-store` in AWS CodeBuild spec file?
I have a buildspec.yml file in my CodeBuild that I want to read values out of EC2 Systems Manager Parameter Store. CodeBuild supports doing this via the parameter-store attribute in your spec...
View ArticleHow to point GoDaddy dns to AWS EC2 instance
I have an AWS EC2 instance and also bought the domain like (example.in) and SSL certificate from GoDaddy.I have replaced the GoDaddy DNS with AWS DNS (for example ns-.....org) in my GoDaddy account. I...
View ArticleAccess EC2 instance from internet?
I have an EC2 instance running Apex Oracle. On the virtual machine I can access Apex by typing : localhost:8080/apexI'm trying to access the same URL but from internet.I use :...
View ArticleIs it possible to run multiple web instance in the same AWS EC2?
BackgroundI have followed this tutorial https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-cli-tutorial-ec2.html, composed a docker compose file, made a website A (compose of 4 containers)...
View ArticleHow do I run the mysql command from the command line of an AWS RDS instance...
We have AWS Amazon Linux EC2 instances that connect to separate AWS RDS instances running MySQL.We want to run the mysql command on the RDS instances to process a number of large SQL files that contain...
View ArticleWebmin on AWS EC2: Port 10000 doesnt work
I installed webmin on my ec2 instances. It worked fine because I tested with curl http://localhost:10000 and got the webmin login HTML.The problem is I cannot access http://elastic-ip:10000 from...
View ArticleAWS - Can't detaching network interfaces - You are not allowed to manage...
I did the AWS mysfits tutorial and I thought the cleanup would be as simple as deleting the Cloud Formation stack. However, items failed to delete so I am trying to clean them up manually to assist the...
View ArticleCan you attach Amazon EBS to multiple instances?
We currently use multiple webservers accessing one mysql server and fileserver. Looking at moving to the cloud, can I use this same setup and attach the EBS to multiple machine instances or what's...
View ArticleAWS EC2 Performance explanation
I have a REST API web server, built in .NetCore, that has data heavy APIs.This is hosted on AWS EC2, I have noticed that the average response time for certain APIs are ~4 seconds and if I turn up the...
View ArticleDeploy Docker Container from CircleCi to AWS EC2 Instance via SSH
I am using circleci to run my tests, build and push a docker image after the successful test to docker hub and deploy the docker image to an AWS EC2 instance. A successful deploy triggers a bash script...
View ArticleHow do I setup multiple domain using nodejs on AWS ec2 windows server?
I am running 4 website on a ec2 instance. They are developed using WordPress and simple html. For all of my domains, the A Records of @ and www are set to the same elastic IP which is assigned to the...
View ArticleCan't see my EC2 instances on the management console?
I'm a beginner to AWS and servers in generalI logged into AWS on laptop 1 and set up an EC2 instance. Next day I logged into AWS console on laptop 2, then the instance was gone. So I set up another EC2...
View ArticleQuerying MySQL DB in different VPC and Security Group
I am new to VPC and Security Group Concepts in AWS.In my project, there is one EC2 box which is associated with VPC_1 , Security Groups: SG_1 and SG_2 and subnet id: SUBNET1. In this box MySQL database...
View ArticleCloudformation packages install on ubuntu
I want to install awslogs packages in ubuntu instance but as given in AWS documentation they are using yum for that like shown below in code (for amazon linux). My Question for that is I am using...
View ArticleSchedule AWS EC2 Windows server restart
Is there a way to setup a restart of a windows server on AWS at certain times or days? For example, every saturday at 3:00 do a full restart of the server.Is that possible?
View ArticleLinux init.d service does not see environment variables
I am using an RPM package with Spring Boot java application. Netflix Gradle nebula.ospackage plugin is used to build up an rpm package. task packRpm(type: Rpm) { description = 'Creates .rpm package.'...
View ArticleInvoking Windows EC2 terminal remotely
I need to connect to my Windows EC2 terminal to invoke a local script on it from a different machine CMD.I tried to search and I 'v found the following:...
View ArticleHow force remove network interfaces? AWS - Error detaching network interface
I created stack with nested stacks, there is some network interfaces, VPC etc. I try to remove network interface but I can't because I'm getting an errorError detaching network interface...
View ArticlePost request error with correct JSON body [closed]
input: curl --header "Content-Type: application/json" --request POST --data '{"email":"xyzuu@uw.edu","password":"xyzxyz", "passwordconf":"xyzxyz", "username":"iamtheuser", "firstname":"foo",...
View Article