Unit-3-AWS Solution
Unit-3-AWS Solution
Networking & Content Delivery – Amazon API Gateway, Amazon CloudFront, Direct
Connect, AWS Networking and Content Delivery, Amazon VPC (Virtual Private Cloud),
VPC Peering.
Security Identification and Compline – AWS Security and Compliance, AWS Shared
Responsibility Model, AWS Key Management Service (KMS), AWS WAF (Web
Application Firewall), AWS Shield, AWS Security Best Practices
AWS API
• What is an API?
• APIs are mechanisms that enable two software components to
communicate with each other using a set of definitions and protocols.
• What does API stand for?
• API stands for Application Programming Interface. In the context of APIs,
the word Application refers to any software with a distinct function.
Interface can be thought of as a contract of service between two
applications. This contract defines how the two communicate with each
other using requests and responses. Their API documentation contains
information on how developers are to structure those requests and
responses.