OVERVIEW
Amazon Linux is a Linux operating system from Amazon Web Services (AWS). It provides a security-focused, stable, and high-performance execution environment to develop and run cloud applications. With Amazon Linux, you get an application environment that offers long term support with access to the latest innovations in Linux and is maintained and managed with all necessary security updates. Amazon Linux 2 includes packages and configurations that provide tight integration with many Amazon Web Services (AWS) services. Amazon Linux comes with many AWS tools (e.g. AWS CLI) and cloud-init. These tools are designed to simplify the scripting of common administration tasks from within an instance and enable remote configuration of instances.
Features are as follows:
Optimized performance
Long term support
Enhanced developer functionality
Large partner ecosystem
GOALS
One-click launch
Easy configurable AMI with pre-installed Amazon Linux Kernel 5.10 Server
INSTALLATION VIA AWS MARKETPLACE
Kindly click on the below link to install the server via AWS Marketplace:
Pending ..
GET STARTED
Step 1. Connect to SSH
In a terminal window, use the ssh command to connect to the instance. You specify the user name for your instance, and the public DNS name or IPv6 address for your instance, the path and file name of the private key (.pem).
ssh ec2-user@publicIP -i [Path of key pair file]
If it shows access denied message run the following command , then run the above command again to connect via ssh.
chmod 400 [Path of key pair file]
Comentários