기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWS 서비스 엔드포인트
AWS 서비스에 프로그래밍 방식으로 연결하려면 엔드포인트를 사용해야 합니다. An endpoint is the URL of the entry point for an AWS web service. AWS SDK 및 AWS Command Line Interface(AWS CLI)는 AWS 리전에서 자동으로 각 서비스에 대해 기본 엔드포인트를 사용합니다. 그러나 API 요청에 대체 엔드포인트를 지정할 수 있습니다.
서비스에서 리전을 지원하는 경우 각 리전의 리소스는 다른 리전에 있는 유사한 리소스와 독립되어 있습니다. 예를 들어 한 리전에서 Amazon EC2 인스턴스 또는 Amazon SQS 대기열을 생성할 수 있습니다. 이렇게 한 경우 해당 인스턴스 또는 대기열은 기타 모든 리전의 인스턴스 또는 대기열과는 독립되어 있습니다.
리전 엔드포인트
대부분의 Amazon Web Services에서는 요청할 때 사용할 수 있는 리전 엔드포인트를 제공합니다. 리전 엔드포인트의 일반 구문은 다음과 같습니다.
protocol
://service-code
.region-code
.amazonaws.com
예를 들어 https://dynamodb.us-west-2.amazonaws.com
은 Amazon DynamoDB 리전의 미국 서부(오레곤) 서비스에 대한 엔드포인트입니다.
리전 이름 | Code |
---|---|
미국 동부(오하이오) | us-east-2 |
미국 동부(버지니아 북부) | us-east-1 |
미국 서부(캘리포니아 북부) | us-west-1 |
미국 서부(오레곤) | us-west-2 |
아프리카(케이프타운) | af-south-1 |
아시아 태평양(홍콩) | ap-east-1 |
아시아 태평양(뭄바이) | ap-south-1 |
아시아 태평양(오사카-로컬) | ap-northeast-3 |
아시아 태평양(서울) | ap-northeast-2 |
아시아 태평양(싱가포르) | ap-southeast-1 |
아시아 태평양(시드니) | ap-southeast-2 |
아시아 태평양(도쿄) | ap-northeast-1 |
캐나다(중부) | ca-central-1 |
중국(베이징) | cn-north-1 |
중국(닝샤) | cn-northwest-1 |
유럽(프랑크푸르트) | eu-central-1 |
유럽(아일랜드) | eu-west-1 |
유럽(런던) | eu-west-2 |
유럽(밀라노) | eu-south-1 |
유럽(파리) | eu-west-3 |
유럽(스톡홀름) | eu-north-1 |
중동(바레인) | me-south-1 |
남아메리카(상파울루) | sa-east-1 |
IAM과 같은 일부 서비스에서는 리전을 지원하지 않습니다. The endpoints for these services do not include a
Region. Amazon EC2와 같은 서비스에서는 리전을 지원하지만 https://ec2.amazonaws.com
.과 같은 리전을 포함하지 않는 엔드포인트를 지정할 수 있습니다. 리전이 없는 엔드포인트를 사용하는 경우 AWS는 Amazon EC2 요청을 API
호출에 대한 기본 리전인 미국 동부(버지니아 북부)(us-east-1)로 라우팅합니다.
서비스 엔드포인트 보기
다음 옵션을 사용하여 AWS 서비스 엔드포인트를 볼 수 있습니다.
-
서비스 엔드포인트 및 할당량 항목을 열고 서비스 이름을 검색한 다음 링크를 클릭하여 해당 서비스에 대한 페이지를 엽니다. To view the supported endpoints for all AWS services in the documentation without switching pages, view the information in the Service Endpoints and Quotas page in the PDF instead.
-
To programmatically check for service availability using the Java용 SDK, see Checking for Service Availability in an AWS Region in the AWS SDK for Java Developer Guide.
-
To programmatically view Region and service information using 시스템 관리자, see Calling AWS Service, Region, and Endpoint Public Parameters in the AWS 시스템 관리자 사용 설명서. 퍼블릭 파라미터를 사용하는 방법에 대한 자세한 내용은 AWS Systems Manager 파라미터 스토어를 사용하여 AWS 리전, 엔드포인트 및 기타 항목 쿼리
.를 참조하십시오. -
엔드포인트가 없는 각 리전에서 지원하는 AWS 서비스를 보려면 리전 표
.를 참조하십시오.
FIPS 엔드포인트
일부 AWS 서비스에서는 선택된 리전에서 FIPS 엔드포인트를 제공합니다. Unlike standard AWS endpoints, FIPS endpoints
use a TLS software library that complies with Federal Information Processing Standard
(FIPS) 140-2. 이러한 엔드포인트는 미국 정부와 상호 작용하는 기업에 필요할 수 있습니다. For more information, see
Federal Information Processing Standard (FIPS) 140-2
To use a FIPS endpoint with an AWS operation, use the mechanism provided by the AWS
SDK or tool to specify a custom endpoint. For example, the AWS Command Line Interface
provides the --endpoint-url
option. The following example uses the FIPS endpoint for the 미국 서부(오레곤) Region with
an operation for AWS Key Management Service (AWS KMS).
aws kms create-key --endpoint-url https://kms-fips.us-west-2.amazonaws.com
Minimum TLS version for FIPS endpoints
By March 31, 2021, AWS will revoke the ability to use TLS 1.0 and TLS 1.1 on all FIPS
endpoints and require a minimum version of TLS 1.2. This change applies to all AWS
Regions. No other AWS endpoints are affected by this change. For more information,
see Which AWS Services require a minimum version of TLS 1.2 for FIPS endpoints on the FIPS page
AWS encourages you to be proactive in maintaining security standards to avoid impacting availability and to protect the integrity of data in transit. We recommend that you review your client applications to confirm that they support TLS 1.2. We recommend that you test TLS 1.2 in a staging environment before you introduce configuration changes to your applications in production.
자세히 알아보기
엔드포인트 정보는 다음 소스에서 확인할 수 있습니다.
-
기본적으로 비활성화된 리전을 활성화하는 방법에 대한 자세한 내용은 단원을 참조하십시오.AWS 리전 관리.
-
For information about the AWS services and endpoints available in the 중국 리전, see 중국(북경) 지역 Endpoints
and 중국(닝샤) 리전 Endpoints . -
For information about the AWS services and endpoints available in AWS GovCloud (US), see Service Endpoints in the AWS GovCloud (US) User Guide.