The Amazon Linux AMI is a supported and maintained Linux image provided by Amazon Web Services for use on Amazon Elastic Compute Cloud (Amazon EC2).
Questions tagged [amazon-linux]
312 questions
0
votes
1 answer
How to install rabbitmq on Amazon Linux?
I am trying to install rabbitmq on Amazon Linux. It has Erlang R14B04 already installed. But rabbitmq gives error while installing from downloaded rpm package.
Requires: erlang >= R16B-03
So I installed Erlang R16B03 from repo provided by…

Ravi Kumar
- 445
- 4
- 13
0
votes
1 answer
Upstart start exits with status 1 so Chef aborts run
I am deploying a server using Chef 11.10; the operating system is Amazon Linux AMI 2016.03 (we use EC2/OpsWorks), which uses Upstart.
In our recipe we trigger a start of the server, because we need it running to issue some configuration commands.…

user180940
- 324
- 1
- 18
0
votes
1 answer
CloudFormation how to export a variable
The following is a part of our template. We export a path variable there. However, running from template, this does not work. If I SSH into the server and run the same line, it works and I can use gradle. But just from the template, it somehow…

codepleb
- 10,086
- 14
- 69
- 111
0
votes
1 answer
Firefox-38 is not working in headless mode on Amazon Linux-2015.03
I am trying to run firefox-38 on Amazon linux-2015.03 release in headless mode with salenium. But its giving me below error:
(process:4919): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Error: no display specified
I…

ramesh.mimit
- 9,445
- 4
- 21
- 23
-1
votes
1 answer
How to install these specific packages to `amazonlinux2`
Well, basically I was using a ubuntu distribution of docker image and had to run the following command to install the exact packages as below into it:
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
&& apt-get -q update \
…

João Casarin
- 674
- 2
- 9
- 27
-1
votes
1 answer
Cannot npm run dev. cross-env: not found . I have put path. however it says not find
My project is not able to do npm run dev.
cross-env: not found .error happened.
I changed my package.json.
below
"private": true,
"scripts": {
"dev": "npm run development",
"development": "node…

user14232549
- 405
- 4
- 17
-1
votes
1 answer
How to fix host-port issue on kubernetes dashboard setup on linux?
In the Amazon Linux machine while trying to install a Kubernetes dashboard there was an error which is been unpredictable.
This is a new Amazon Linux server in AWS,there was an error while installing the Kubernetes dashboard regarding host and port…

Sivakumar
- 30
- 5
-1
votes
1 answer
How to install multiple logstash instances on a linux machine?
How do I install multiple instances of logstash on a linux machine? I want 2 different services (each one will have its own config) running at the same time?
(this might be a simple question but just because I'm a noob on linux I couldn't figure it…

BornToCode
- 9,495
- 9
- 66
- 83
-2
votes
2 answers
Moving users from one Ec2 machine to another
I have an Amazon Linux machine, where users log in and connect to other servers (Bastion server), now I have upgraded my Linux machine to.
How do I move all the users present in server1 to Server2
Things I have tried:
created snapshots of…

Ricky Vijay
- 101
- 1
- 8
-2
votes
1 answer
Command to increase CPU utilization in my Amazon Linux AMI
I am learning auto-scaling as a part of my AWS class and running an Amazon Linux instance and I want to increase the CPU utilization so that my auto-scaling policy will launch a new instance. What is the Linux command to increase process utilization…

Karthik
- 39
- 1
- 8
-3
votes
1 answer
Is it possible to run Android Emulator(AVD) on Linux based AWS EC2 instance?
I have been exploring about Jenkins hosting on AWS. For running my Jenkins job on AWS EC2 instance, I want few tools to be configured in the EC2 server. My prerequisites include, setting up Appium and AVD emulator on the existing Linux instance.…