Category: AWS

  • Hosting Your Angular Application on AWS S3

    , ,

    Hosting your Angular 17 application on AWS S3 involves several key steps. AWS S3 (Simple Storage Service) is a scalable, high-speed, web-based cloud storage service designed for online backup and archiving of data and application programs. Here is a step-by-step guide to deploying your Angular application on AWS S3: 1. Prepare Your Angular Application Before…

    Hosting Your Angular Application on AWS S3
  • How to install apache, mysql, php on ubuntu?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to install apache, mysql, php on ubuntu? Here are the steps to install apache, mysql, php on ubuntu: //install apache sudo apt-get install apache2 sudo service apache2 restart sudo systemctl status apache2 // install php sudo add-apt-repository ppa:ondrej/php — set php…

    How to install apache, mysql, php on ubuntu?
  • How to connect aws instance files with filezilla?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to connect aws instance files with filezilla? In this post, I will tell you, how to get files with help of filezilla from aws instance and private key. Here are the complete steps and please follow carefully: 1. Very first, you…

    How to install apache, mysql, php on ubuntu?