How to delete/clear storage space on EBS usage after deleting AWS EC2...
I deleted 2 instances and the volumes that were attached. The EC2 dashboard still shows that I only have 14.56 GB remaining of the 30 GB free trial. There's nothing active nor in use. I have tried in...
View ArticleHow to give R Shiny Server permissions to render Rmarkdown on Ubuntu?
I have an R Shiny application running on Shiny Server on an EC2 instance. The operating system is Ubuntu. The application is pushed from GitHub to the EC2 instance via GitHub Actions and CodeDeploy.The...
View ArticleMicrophone access for a deployed Gradio app on E2
I need to create a demo to test an STT Agent. I created a simple Gradio app and deployed it on EC2 instance. However, when I launch it, my browsers(Safari and Chrome) report no microphone provided. Is...
View ArticleJMeter with Socks Proxy?
I want to load test a socks proxy I have setup on aws. I would like to generate traffic from outside of the vpc. For now testing from my local machine should be sufficient but eventually I would like...
View ArticleDocker Container can't connect to the Internet
I have a on AWS EC2 Instances Docker Containers running, the Docker Containers are Connected over a Docker Network which is replicated over a etcd cluster. But all of the Containers can't connect...
View Articlemy container is not accessible to the internet even though security rules are...
i am having a weird issue of my docker containers not being accessible to the internet. my containers are running and the correct ports have been opened but cant seem to access them.i am using ports...
View ArticleJenkins running on AWS EC2 instance can't connect to updates.jenkins.io, to...
I have an ec2 instance in free trial and managed to successfully install and run Jenkins on it. Now I am accessing it's UI at port 8080 through my local host. But when I go to the manage Jenkins>...
View ArticleDeploy 3 project on the same instance and running all at the same time [closed]
I have a 3 different repository and I have cloned all repos in the same instance.All of them are working differently like backend will contain RestAPIs, data-service will contain all the celery...
View ArticleI am getting error while creating ec2 instance using simple ansible playbook
Below is my ansible code- name: EC2 Creation hosts: localhost tasks: ec2_instance: # amazon.aws.ec2_instance: region: ap-south-1 instance_type: t2.micro image_id: ami-022ce6f32988af5fa count: 1 wait:...
View ArticleQueued jobs mail server issue
I have recently updated my mail server in a Laravel application hosted in AWS from Sendgrid to Mailtrap. Everything works fine if I am sending the immediate emails, however when I am trying to send the...
View ArticleHow to allocate GPUs on AWS Free Tier?
Is it possible to get GPUs allocated on AWS free tier? If so can someone explain the steps? I tried on Amazon EC2 but could not get GPUs allocated.
View ArticleTerraform fails to import key pair with Amazon EC2
Using Terraform 0.7.7.I have a simple Terraform file with the following:provider "aws" { access_key = "${var.access_key}" secret_key = "${var.secret_key}" region = "${var.region}"}resource...
View ArticleAmazon aws load balancer returns 503 Service Temporarily Unavailable [closed]
I have created a website in nodejs framework.After creating website i have deployed that website on amazon Elastic Beanstalk.For attaching ssl certificate i have created load balancer(http/https) and...
View ArticleFind R Shiny Log on Ec2
I have an EC2 instance with a shiny server installed and am wondering how I can get the latest log for the app.The following has the logs for the shiny server, but I want the logs for the...
View ArticleWhat is the cause of my sudden Nginx bind() error on port [::]:443 and...
First, I've seen many posts with a similar issue, but none of the solutions provided have helped.To give a setup for my problem, I'm hosting a custom web application on an AWS EC2 instance inside a...
View ArticleHow to store environment variables on AWS EC2?
I'm using dotenv to fetch and use environment variables from a .env file in my node app while running it locally. But this .env file can't be committed to github for security reasons. I'm using...
View ArticleHow to do Smart Scheduling of EC2 Instances without lambda and code scripts?
I have a cron job that is scheduled every Saturday and Sunday from an airflow scheduler. The job is such that it performs ssh to a particular instance and then executes a java -cp command to run...
View ArticleHow to attach an existing EBS volume to EC2 in CDK
I am creating an EC2 instance in CDK(TypeScript).const webServer = new ec2.Instance(this, 'web-server', { vpc: vpc, // other properties blockDevices: [ { deviceName: "/dev/sdb1", volume:...
View ArticleJenkins linux Service Fails to Start with Exit Code .OpenJDK 11
I’m having trouble starting the Jenkins service on my server. When I run the command:$ systemctl status jenkinsI get the following output:× jenkins.service - Jenkins Continuous Integration Server...
View ArticleHow to use IMDSv2 in an elastic beanstalk environment?
I recently read about the new Instance Metadata Service - IMDSv2 that fixes SSRF attacks in an EC2 environment.I understand how it works when I directly use EC2 over the cli.But I couldn't find any...
View Article