◇ 공부 기록용으로 작성하였으니 틀린점, 피드백 주시면 감사하겠습니다 ◇
AWS Query API는 AWS 서비스와 상호작용하기 위해 사용되는 API 호출 형식 중 하나이다
HTTP 요청을 통해 서비스에 명령을 전달하고 응답을 받는 방식이다.
AWS의 여러 서비스는 RESTful API, JSON API, XML API 등을 통해 접근할 수 있지만,
특정 서비스는 Query API 형식으로 접근할 수도 있다.
EC2의 Query 요청 : https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html
Query requests for Amazon EC2 - Amazon Elastic Compute Cloud
Query requests for Amazon EC2 Query requests are HTTP or HTTPS requests that use the HTTP verb GET or POST and a Query parameter named Action. For each Amazon EC2 API action, you can choose whether to use GET or POST. Regardless of which verb you choose, t
docs.aws.amazon.com
IAM의 Query 요청: https://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html
Calling the IAM API using HTTP query requests - AWS Identity and Access Management
Instead of making direct calls to the IAM or AWS STS API operations, you can use one of the AWS SDKs. The AWS SDKs consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide
docs.aws.amazon.com
참고자료) https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/ProgrammingGuide.QueryAPI.html
Using the query API - Amazon ElastiCache
If a request contains a Timestamp parameter, the signature calculated for the request expires 15 minutes after its value. If a request contains an Expires parameter, the signature expires at the time specified by the Expires parameter.
docs.aws.amazon.com
'클라우드(AWS)' 카테고리의 다른 글
[AWS] IoT Core란? 쉽게 특징 정리 (0) | 2024.06.11 |
---|---|
[AWS] DataSync란? 쉽게 개념 및 특징 정리 (AWS로 데이터 가져오기) (1) | 2024.06.08 |
[AWS] Glue와 Data Pipeline이란? 쉽게 정리 (크롤러, 데이터 카탈로그, ETL 엔진, Studio, Bookmark) (0) | 2024.06.07 |
[AWS] Amazon Athena란? 쉽게 개념 정리 (직접 S3 데이터 쿼리하기) (1) | 2024.06.07 |
[AWS][CDN] Amazon CloudFront란? 쉽게 특징 정리 (Edge Location, Distribution, Origin, ) (0) | 2024.06.07 |