71352/how-to-configure-httpd-webserver-in-ec2-instance
Hi Guys,
I have launched one EC2 instance in AWS. Now I want to configure httpd web server in EC2 instance to host my web pages. How can I do this task?
Hi@akhtar,
To configure httpd web server in EC2 instance, you can follow the below given steps.
Login to your EC2 instance.
Switch to root account.
$ sudo su - root
$ yum install httpd
Create one file inside /var/www/html folder.
Now start your service.
$ systemctl start httpd.
You could always use the Amazon RDS ...READ MORE
import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE
Here is a step by step guide ...READ MORE
Check this out! https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html Also, you can create your ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
It can work if you try to put ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
Muchas gracias. ?Como puedo iniciar sesion? READ MORE
Hi@akhtar, You can use a network interface in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.