Anwar

Posts

Amazon AWS Filezilla transfer permission denied

https://stackoverflow.com/questions/19648712/amazon-aws-filezilla-transfer-permission-denied if you are using centOs then use sudo chown -R centos:centos /var/www/html   sudo chmod -R 755 /var/www/html For Ubuntu sudo chown -R ubuntu:ubuntu...

Apache directory index forbidden

Either the main httpd.conf or the .htaccess file in this directory or a nearby parent directory probably includes: Options -Indexes

Getting a Free SSL Certificate on AWS a How To Guide

AWS gives you a FREE SSL certificate if you use their load balancer (yes you do have to pay for the load balancer but its...

AWS Ec2 instance resize

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html As your needs change, you might find that your instance is over-utilized (the instance type is too small) or under-utilized (the instance type is...

Assign a fixed ip to aws ec2 instance

As described in my previous post the IP (and DNS) of your running EC2 AMI will change after a reboot of that instance. Of course this makes...

Aws cloudfront multiple domains with ssl certificates

https://aws.amazon.com/premiumsupport/knowledge-center/associate-ssl-certificates-cloudfront/ I’m serving multiple CNAMEs (alternate domain names) through my Amazon CloudFront distribution, and I want to enable Secure Sockets Layer (SSL) or HTTPS for all the...

AWS how to host multiple domain on same s3 bucket

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html   In CloudFront, an alternate domain name, also known as a CNAME, lets you use your own domain name (for example, www.example.com) in your files’...

Aws ec2 LAMP (Linux, Apache, MySQL, PHP) web server on an Amazon EC2 Linux instance

https://medium.com/@oreillyalan88/lamp-linux-apache-mysql-php-web-server-on-an-amazon-ec2-linux-instance-e37eb023e996 This medium post will guide you through the creation of an AWS EC2 Linux instance, the installation and configuration of a LAMP web server...

AWS increase disk size for an ec2 instance in aws

Increase disk size for an EC2 instance in AWS   Increase disk size for an EC2 instance in AWS While using Amazon Web Services (AWS)...