This is the Official CentOS 7 x86_64 HVM image that has been built with a minimal profile, suitable for use in HVM instance types only. The image contains just enough packages to run within AWS, bring up an SSH Server and allow users to login. Please note that this is the default CentOS-7 image that we recommend everyone uses. It contains packages that are updated at points in time to include critical security updates.
Website: https://aws.amazon.com/marketplace/pp/B00O7WM7QW/ref=mkt_ste_catgtm_osslp
- Change root password:
sudo passwd root
- Update packages:
sudo yum update
- Install development tools:
sudo yum groupinstall "Development Tools"
- Install Python 2 and Python 3: `sudo yum install python-devel python3-devel"
- Install
wget
andlocate
:sudo yum install wget mlocate
Rangsiman Ketkaew - rangsiman1993@gmail.com