How to Scan Malware in AWS EC2 Instances
Malware is a type of software that is specifically designed to disrupt, damage, or gain unauthorized access to a computer system. It can take many forms, such as viruses, worms,…
Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. All articles related to AWS tips/tricks are placed here. It is the main area where AWS lovers find their choice of posts. To learn more, you can try this book from Amazon.
Malware is a type of software that is specifically designed to disrupt, damage, or gain unauthorized access to a computer system. It can take many forms, such as viruses, worms,…
Steps to follow sudo vi /etc/yum.repos.d/mongodb-org-4.4.repo Then paste this content into that file [mongodb-org-4.4] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/4.4/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-4.4.asc After that, run this sudo yum install -y mongodb-org Start…
Introduction A brief overview of Nginx:Nginx (pronounced as "engine-x") is a high-performance HTTP server, reverse proxy and IMAP/POP3 proxy server. Since its inception in 2002, it has become one of…
PHP8 officially launched on Nov 26, 2020. In this article, I will show you how you can install PHP8 on AWS EC2. To do this, first set up an EC2…
Does AWS offer Email? This is really a popular question whether can we send an email from AWS. In this article, I will show you how you can send emails…