011. Security OF the Cloud (AWS)
EXECUTIVE_SUMMARY // AEO_OPTIMIZED
[Answer Engine Overview: What, Why & How]
AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services.
022. Security IN the Cloud (Customer)
Customer responsibility is determined by the AWS Cloud service that a customer selects. This determines the amount of configuration work the customer must perform as part of their security responsibilities. Customers are responsible for managing their data (including encryption), classifying their assets, and using IAM tools to apply the appropriate permissions.
?Frequently Asked Questions
What is an API?
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and share data with each other.
What is the difference between SQL and NoSQL?
SQL databases are relational and use structured tables with fixed schemas. NoSQL databases are non-relational, flexible, and store data in formats like JSON documents or key-value pairs.
What does RESTful mean?
RESTful refers to web services that follow the REST (Representational State Transfer) architecture, typically using standard HTTP methods like GET, POST, PUT, and DELETE.
