Category

AWS

Category

sudo nano /etc/apache2/sites-available/000-default.conf <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/website_name_laravel/public ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> Folder Permission chmod -R 777 storage sudo /etc/init.d/apache2 restart sudo service apache2 restart Remove index.php from url sudo nano /etc/apache2/apache2.conf Change permission folder <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> sudo a2enmod rewrite sudo systemctl restart apache2 php myadmin not working sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf sudo a2enconf phpmyadmin sudo service apache2 reload

Lambda AWS Lambda you can run your code without provisioning or managing servers. you need to pay charges when your code running only. there is no charges when your code is not running. With Lambda, Run code virtually without any type of application or backend services. just put your code lambda function will take care about everything. Benefits of lambda function: NO SERVERS TO MANAGE : You don’t need to worry about to configuration server.…

What is AWS? Amazon web service is a platform that offers flexible, reliable, scalable, easy-to-use and cost-effective cloud computing solutions. building blocks can be used to create and deploy any type of application in the cloud. Reason for selecting AWS: Location: It now operates 44 availability zones within 16 geographic regions around the world. There are also 14 more availability zones in the works.Automated Multi-Region Backups: AWS offers various backup methods including AMIs and EBS…

Cloud computing provides a simple way to access servers, storage, databases and a broad set of application services over the Internet. Benefits of Cloud Computing: FlexibilityPay per serviceSecurityEnvironmental FriendlyDisaster RecoveryAutomatic Software UpdatesIncreased CollaborationWork from AnywhereDocument Control Then Amazon Web Services is the popular and most used cloud service platform which is used all around the world.

Suppose we don’t have cloud computing and we want to host a website on a server, so what is the step we need to follow? 1) Buy Stack Server 2) Think about traffic- How many users are coming daily basis. 3) Monitoring and Maintenance Server. Example: Flipkart is an e-commerce website which is acquired by Walmart. In 2014 Flipkart launched big billion day, were on that day you’ll big discounts on products across all categories.…