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).
I'm trying to install an apache server on my AWS instance, however, it seems that it doesn't have the apt …
linux apt amazon-linuxI've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. …
node.js amazon-web-services npm yum amazon-linuxI am following this Amazon AWS guide to install SSL certificates. I am running Apache on AWS EC2 using the …
amazon-web-services amazon-linuxI'm trying to get supervisor working to make sure my queue system is always running. Here are the steps I …
amazon-web-services supervisord amazon-ami amazon-linuxI wanna create docker image for Amazon ECR. but yum can't find it in my Amazon Linux2. [root@*** ~]# yum install …
amazon-web-services docker amazon-ec2 amazon-linux amazon-ecrIn AWS I need to add amazon linux instance to domain based on this article. However how do i know …
amazon-web-services amazon-ec2 amazon-linux amazon-linux-2How to install PHP 7.1 on Amazon EC2 t2.micro Instance running Amazon Linux AMI 2018.03 having nginx as web server? Reference …
nginx amazon-ec2 php-7.1 amazon-linuxI am trying to install jq JSON parser on amazon instance, unfortunately, i'm not able to install it can someone …
linux jq amazon-linuxI have the below Dockerfile which I want to build. It's basically just the normal jboss/wildfly base image, but …
docker amazon-linuxI'm trying to setup a jenkins server to host my automation framework with Selenium-webdriver(3.142.0) and ruby(2.3.7) on Amazon Linux. If …
ruby linux selenium-webdriver amazon-linux