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...
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...
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...
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’...
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...