**What is REST API in AWS?**
A REST API in AWS is a way for applications to communicate with AWS services over the internet using standard HTTP methods like GET, POST, PUT, and DELETE. It allows developers to access and manage AWS resources programmatically without needing to interact with the AWS Management Console directly.