Questions tagged [aws]

Amazon Web Services (AWS)

Amazon Web Services is a leading provider of public cloud services.

381 questions
5
votes
3 answers

/dev/nvme0n1p1space is full how to clean it?

I just set up my site through AWS EC2 not that long ago from following YouTube tutorial. Now I have issue with no space left on the disk space and I tried to remove some of the old backup files I have. However, when I ran df -h it was showing…
14079_Z
  • 161
2
votes
0 answers

Where is located mysqlpump log file in Linux/Ubuntu

I am neither a DB administrator, nor a DevOps but I need to migrate a very large table (~500M rows) from one MySQL schema to another. For doing so, I use mysqlpumpbackup tool. Also, since the DB is an AWS DB, I establish an SSH connection to the…
Armine
  • 121
2
votes
1 answer

Where can I find release notes/changelog for ubuntu AWS AMIs?

How can I find changelog between two AWS ubuntu images released in this site? https://cloud-images.ubuntu.com/locator/
1
vote
0 answers

Cannot install make on AWS server

I am trying to install make, but I get the error: root@myname:/home/ubuntu/GraphicsMagick-1.3.26# apt-get install make Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f…
Carlos
  • 111
1
vote
0 answers

hanging processes after upgrade to to Spark 2.1.0 on AWS EMR

I am running into an issue where an exectutor is creating tasks which never finish, causing the entire process to hang. The tasks normally complete is ~4 seconds, but have been running for an hour and a half. This does not consistently happen, I’d…
1
vote
1 answer

Add user to an AWS instance

I'd like to add a user to my AWS instance and ssh in as that user with the existing keypair. Right now I can log into my AWS instance as root: ssh -i ~/path/mysshkeypair.pem root@EC2-my###-###.compute-1.amazonaws.com Logged in as root, I created…
1
vote
0 answers

Applying updates to Ubuntu 14.04 isn't working for one machine

I was applying updates to my AWS Ubuntu 14.04 servers. I used this command: sudo apt-get update It work for all of them, except one server. I get this error at the end: W: Failed to fetch…
PJ8912
  • 2,117
1
vote
1 answer

Desktop in AWS ubuntu bionic instance

I've created a EC2 instance in AWS with Ubuntu 18.04 bionic, and I'm connected with it using Putty Successfully. But I only can see (use) the terminal and don't know how to deploy (either download or install) bionic desktop. I need it in order to…
1
vote
1 answer

How to remove all the files inside the directory at AWS instance launch?

I want to remove all the files and folders inside the particular directory at /var/www/example directory using user data script at AWS instance launch. Can you please help me.
0
votes
0 answers

AWS Certification Guide Wiley ACSM FIle Download Issue

I just purchased the Wiley AWS CErtification Guide but, it did not say it only works with acsm files on windows or MAC, but, I only have ubuntu 16.04. Is there any alternative for this? Thanks
0
votes
2 answers

I would like to set up a ubuntu OS on Amazon web server, how do I do this

I am trying to set up a virtual OS (ubuntu, windows) on amazon web services to run apps 24/7 and to have anytime I log in on the internet. Is this a possibility to do and if so how?
0
votes
0 answers

Terraform AWS EC2 Instance stops installing remote commands because of Ubuntu Kernel Upgrade

I'm trying to boot up an EC2 instance on AWS using Terraform. So far the config is good and the instance works. SSH into the instance also works through Terraform security groups etc. However I want to install some commands via remote-exec…
busuu
  • 101
0
votes
0 answers

Amazon Workspace Client not connecting to Amazon Workspace on Ubuntu 22.04

Download from http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb Install using command sudo apt-get install ./libssl1.1_1.1.1f-1ubuntu2_amd64.deb
GRS
  • 1
0
votes
0 answers

Plesk Web Admin SE

I have install the Plesk Web Admin SE Ubuntu for AWS Lightsail. Prior I had no issues but now after 3 months it no longer works and asks for a paid key. I emailed AWS and they said I need to contact you. How can I get this back to the SE edition for…
0
votes
2 answers

How to Open Codes of a Project in VScode (windows) which is in Virtual Machine (Ubuntu) in AWS Instances

I am working in AWS Instance > Ubuntu20.08. There is a GoLang-JS project which I want to open and edit in the VScode of My computer (windows 10). How to do it.
1
2