Introduction to AWSCloud
Computing
• Amazon Web Services (AWS) provides on-
demand cloud computing platforms and APIs
to individuals, companies, and governments.
• Key Features: Scalability, Security, Pay-as-you-
go pricing, Global reach.
3.
Amazon VPC (VirtualPrivate Cloud)
• VPC allows you to launch AWS resources into a
logically isolated virtual network.
• Benefits:
• - Control over IP addressing, subnets, route
tables.
• - Enhanced security with NACLs and Security
Groups.
4.
Amazon EC2 (ElasticCompute
Cloud)
• Provides resizable compute capacity in the
cloud.
• Benefits:
• - Flexible instance types and configurations.
• - Auto Scaling and Load Balancing.
5.
Application Load Balancer(ALB)
• Distributes incoming application traffic across
multiple targets.
• Benefits:
• - Operates at Layer 7 (Application Layer).
• - Supports path-based and host-based routing.
• - Improves availability and fault tolerance.
6.
AWS WAF (WebApplication
Firewall)
• Protects your web applications from common
web exploits.
• Features:
• - Protects against SQL injection, XSS, and
DDoS.
• - Customizable rules to filter web traffic.
• - Integrates with ALB, CloudFront, and API
Gateway.