
Meet the instructor and explore the AWS networking and server building fundamentals course, with emphasis on self introduction, course materials, transcripts, and active Q&A support.
Build and configure a network and cyber infrastructure by installing Sabah OS and server software, configuring IP and DNS, mapping domains, and testing with ping, traceroute, and Wireshark.
Build a WordPress blog system by configuring web and db servers in public and private subnets, using network address translation and troubleshooting tools for secure internet access.
Learn how global ip addresses are distributed from the global authority to regional bodies like APNIC and then to internet service providers, servers, and organizations.
Divide a VPC into subnets to enhance facility separation and security. Use public subnets for internet-facing resources and private subnets for databases, then configure route tables during subnet creation.
Explore how a VPC region uses a public subnet and an internet gateway. A public route table directs 10.0.0.0/16 traffic and routes other destinations to the internet gateway.
Learn to restrict connections with firewall packet filtering based on ip address and port, and use security groups with inbound and outbound rules to control access.
Register an original domain name, create a Route 53 hosted zone, and configure DNS to map the domain to an IP address, enabling name resolution through Route 53.
Build a virtual server, patch and configure a web server, open port 80 with a security group, and connect via IP or DNS name while exploring name resolution.
Create three private subnets within a chosen availability zone, assigning 10.0.2.0/24 to the private subnet, and verify the main route table settings to ensure no internet access.
Learn how to verify NAT gateway connectivity by logging into the DV server, connecting to the internet via HTTP, and validating HTTP responses to confirm gateway status.
Delete a NAT gateway to avoid charges tied to usage, time, or data transfer. If you need it again, re-create it and update the growth table when iterating NAT gateways.
Configure the server, install the database on a private subnet, and deploy WordPress on a public subnet. Set WordPress to use the database and connect from public to private subnet.
Install and configure WordPress on an EC2 instance, set up php and httpd, enter database credentials, customize site title and admin user, and access the WordPress administrator page.
Explore tcp/ip basics: public and private IPs, port numbers, DNS and HTTP, and the four-layer model enabling web connectivity.
this lecture explains the tcp/ip transport mechanism, contrasts udp and tcp, and describes tcp's three-way handshake, sequence numbers, and acks for reliable delivery.
This AWS Networking and Server building fundamentals -VPC and EC2 course teaches you the fundamentals of AWS Networking and Amazon Virtual Private Cloud (Amazon VPC) including IP CIDR, Subnets, Route Tables and Internet Gateways. You'll gain in-depth knowledge of Amazon VPC, Amazon EC2 networking, and much more.
We use a highly visual and effective method of teaching cloud computing and AWS concepts using diagrams and slide animations. There are lots of hands-on exercises using multiple Amazon Web Services (AWS) free tier accounts to give you practical experience.
If you find networking a challenging topic, you're far from alone. This course will help you master these topics and by the end of the course, you'll acquire AWS knowledge, and be able to build network, server infrastructure by yourself on AWS.
This course is also extremely useful if you are studying for networking fundamentals such as Routing, NAT, DNS.
You'll be very confident with knowledge on network and server infrastructure, and be able to handle not only application, but entire system.
Here's a snapshot of the skills you'll learn using this course:
Amazon Virtual Private Cloud (Amazon VPC)
Amazon Elastic Compute Cloud (Amazon EC2)
Apache HTTP Server
SSH
Watch the intro video to learn how this course will help you gain in-depth knowledge of AWS Networking.
In this course on AWS Networking and Server building fundamentals -VPC and EC2 - the topics you'll learn include:
Course Introduction
Self introduction
Target and goal
Contents overview
Develop application starting from infrastructure
Merit for developer to build network and server infrastructure
Build network and server infrastructure
Develop blog system by WordPress
Physical network and AWS
Overview of this course
Build network infrastructure
Set IP address range to use network
Column: How to distribute IP address
Create sample VPC
Divide VPC to subnet
Internet and routing
Section summary
Build server infrastructure
Build virtual server
Column: Set SSH connection source
Column: Stop, restart and delete instance
SSH connection
Column: Permission of key file
Column: Fix public IP address
IP address and port number
Restrict connection by firewall
Section summary
Install web server software
Install Apache HTTP Server
Set firewall
Domain name and name resolution
Column: Operate original domain name service using Route53
Section summary
Check HTTP mechanism
What is HTTP?
Check HTTP mechanism using browser developer tool
Use HTTP by Telnet
Section summary
Build private subnet
Merit of private subnet
Make private subnet
Build server on private subnet
SSH connection via springboard server
Section summary
Build NAT
NAT usage and necessity
Column: Internet connection at home
Build NAT gateway
Communication acknowledgement using NAT gateway
Column: Delete NAT gateway
Section summary
Build blog system using DB
Overview of this section
Install MySQL to DB server
Install WordPress to Web server
Set WordPress
Section summary
Understand communication mechanism based on TCP/IP
What is TCP/IP?
UDP and TCP
Section summary
Check transportation by packet capture
Packet capture by Wireshark
Check UDP and TCP packet