Lab Final
Lab Final
How to connect EC2 instance to RDP: We must have an RDP client on our PC. Enable inbound
RDP traffic from my IP address to my instance. Then on EC2 console, choose the connect to
instance and then rdp client. By uploading the .pem file in get passward, collect the decrypted
password. Then choose download remote desktop file and open the rdp file. choose connect
and give the decrypted password then just choose yes to connect to the instance.
VPC: On VPC dashboard choose launch vpc wizard. select vpc configuration on VPC with a single
public subnet choose select. give necessary addresses. then on subnets select the subnet with
the same name as the vpc and make a note of the availaibility zone. then create subnet with
the previously created vpc and availability zone with anything except the noted one.
AWS provides two features that you can use to increase security in your VPC: security groups
and network ACLs. Security groups control inbound and outbound traffic for your instances, and
network ACLs control inbound and outbound traffic for your subnets.
Static website hosting: Create a bucket, enable static website hosting, untick block public
access settings, add a bucket policy that makes your bucket contents publicly available,
configure an index document, error document and other documents then upload them. Then
choose the bucket website endpoint to open the website.