Using Console
Using CLI
{rest-api-id}
with the ID of the API you want to check. This command will return the details of the specified API.
endpointConfiguration
field. If the types
field under endpointConfiguration
is set to EDGE
, it means the API is using a CloudFront distribution and SSL certificates are managed by AWS. If the types
field is set to REGIONAL
or PRIVATE
, you need to manually manage SSL certificates.
Using Python
aws configure
and then enter your access key, secret access key, and default region when prompted.