Movatterモバイル変換


[0]ホーム

URL:


Using endpoints in the AWS CLI - AWS Command Line Interface
DocumentationAWS Command Line InterfaceUser Guide for Version 2
Set endpoint for a single commandSet global endpoint for all AWS servicesSet to use FIPs endpoints for all AWS servicesSet to use dual-stack endpoints for all AWS servicesSet service-specific endpointsAccount-based endpointsEndpoint configuration and settings precedence

Using endpoints in the AWS CLI

To connect programmatically to an AWS service, you use an endpoint. Anendpoint is the URL of the entry point for an AWS web service. The AWS Command Line Interface (AWS CLI) automatically uses the default endpoint for each service in an AWS Region, but you can specify an alternate endpoint for your API requests.

Set endpoint for a single command

To override any endpoint settings or environment variables for a single command, use the--endpoint-url command line option. The following command example uses a custom Amazon S3 endpoint URL.

$aws s3 ls --endpoint-urlhttp://localhost:4567

Set global endpoint for all AWS services

To route requests for all services to a custom endpoint URL, use one of the following settings:

Service-specific endpoints and the--endpoint-url command line option override any global endpoints.

Set to use FIPs endpoints for all AWS services

To route requests for all services to use FIPs endpoints, use one of the following:

Some AWS services offer endpoints that supportFederal Information Processing Standard (FIPS) 140-2 in some AWS Regions. When the AWS service supports FIPS, this setting specifies what FIPS endpoint the AWS CLI should use . Unlike standard AWS endpoints, FIPS endpoints use a TLS software library that complies with FIPS 140-2. These endpoints might be required by enterprises that interact with the United States government.

If this setting is enabled, but a FIPS endpoint does not exist for the service in your AWS Region, the AWS command may fail. In this case, manually specify the endpoint to use in the command using the--endpoint-url option or useservice-specific endpoints.

For more information on specifying FIPS endpoints by AWS Region, seeFIPS Endpoints by Service.

Set to use dual-stack endpoints for all AWS services

To route requests for all services to use dual-stack endpoints when available, use one of the following settings:

Enables the use of dual-stack endpoints to send AWS requests. To learn more about dual-stack endpoints, which support both IPv4 and IPv6 traffic, seeUsing Amazon S3 dual-stack endpoints in theAmazon Simple Storage Service User Guide. Dual-stack endpoints are available for some services in some regions. If a dual-stack endpoint does not exist for the service or AWS Region, the request fails. This is disabled by default.

Set service-specific endpoints

Service-specific endpoint configuration provides the option to use a persistent endpoint of your choosing for AWS CLI requests. These settings provide flexibility to support local endpoints, VPC endpoints, and third-party local AWS development environments. Different endpoints can be used for testing and production environments. You can specify an endpoint URL for individual AWS services.

Service-specific endpoints can be specified in the following ways:

Service-specific endpoints: Environment variables

Environment variables override settings in your config file, but do not override options specified on the command line. Use environment variables if you want all profiles to use the same endpoints on your device.

The following are service-specific environment variables:

For more information on setting environment variables, seeConfiguring environment variables for the AWS CLI.

Service-specific endpoints: Sharedconfig file

In the sharedconfig file,endpoint_url is used in multiple sections. To set a service-specific endpoint, use theendpoint_url setting nested under a service identifier key within aservices section. For details on defining aservices section in your sharedconfig file, seeSection type: services.

The following example uses aservices section to configure a service-specific endpoint URL for Amazon S3 and a custom global endpoint used for all other services:

[profiledev1]endpoint_url =http://localhost:1234services =s3-specific[servicestesting-s3]s3 = endpoint_url =http://localhost:4567

A single profile can configure endpoints for multiple services. The following example sets the service-specific endpoint URLs for Amazon S3 and AWS Elastic Beanstalk in the same profile.

For a list of all service identifier keys to use in theservices section, seeList of service-specific identifiers.

[profiledev1]services =testing-s3-and-eb[servicestesting-s3-and-eb]s3 = endpoint_url =http://localhost:4567elastic_beanstalk = endpoint_url =http://localhost:8000

The service configuration section can be used in multiple profiles. The following example has two profiles use the sameservices definition:

[profiledev1]output = jsonservices =testing-s3[profiledev2]output = textservices =testing-s3[servicestesting-s3]s3 = endpoint_url =https://localhost:4567

Service-specific endpoints: List of service-specific identifiers

The AWS service identifier is based on the API model’sserviceId by replacing all spaces with underscores and lowercasing all letters.

The following table lists all service-specific identifiers,config file keys, and environment variables.

serviceIdService identifier key for shared AWSconfig fileAWS_ENDPOINT_URL_<SERVICE> environment variable
AccessAnalyzeraccessanalyzerAWS_ENDPOINT_URL_ACCESSANALYZER
AccountaccountAWS_ENDPOINT_URL_ACCOUNT
ACMacmAWS_ENDPOINT_URL_ACM
ACM PCAacm_pcaAWS_ENDPOINT_URL_ACM_PCA
Alexa For Businessalexa_for_businessAWS_ENDPOINT_URL_ALEXA_FOR_BUSINESS
ampampAWS_ENDPOINT_URL_AMP
AmplifyamplifyAWS_ENDPOINT_URL_AMPLIFY
AmplifyBackendamplifybackendAWS_ENDPOINT_URL_AMPLIFYBACKEND
AmplifyUIBuilderamplifyuibuilderAWS_ENDPOINT_URL_AMPLIFYUIBUILDER
API Gatewayapi_gatewayAWS_ENDPOINT_URL_API_GATEWAY
ApiGatewayManagementApiapigatewaymanagementapiAWS_ENDPOINT_URL_APIGATEWAYMANAGEMENTAPI
ApiGatewayV2apigatewayv2AWS_ENDPOINT_URL_APIGATEWAYV2
AppConfigappconfigAWS_ENDPOINT_URL_APPCONFIG
AppConfigDataappconfigdataAWS_ENDPOINT_URL_APPCONFIGDATA
AppFabricappfabricAWS_ENDPOINT_URL_APPFABRIC
AppflowappflowAWS_ENDPOINT_URL_APPFLOW
AppIntegrationsappintegrationsAWS_ENDPOINT_URL_APPINTEGRATIONS
Application Auto Scalingapplication_auto_scalingAWS_ENDPOINT_URL_APPLICATION_AUTO_SCALING
Application Insightsapplication_insightsAWS_ENDPOINT_URL_APPLICATION_INSIGHTS
ApplicationCostProfilerapplicationcostprofilerAWS_ENDPOINT_URL_APPLICATIONCOSTPROFILER
App Meshapp_meshAWS_ENDPOINT_URL_APP_MESH
AppRunnerapprunnerAWS_ENDPOINT_URL_APPRUNNER
AppStreamappstreamAWS_ENDPOINT_URL_APPSTREAM
AppSyncappsyncAWS_ENDPOINT_URL_APPSYNC
ARC Zonal Shiftarc_zonal_shiftAWS_ENDPOINT_URL_ARC_ZONAL_SHIFT
ArtifactartifactAWS_ENDPOINT_URL_ARTIFACT
AthenaathenaAWS_ENDPOINT_URL_ATHENA
AuditManagerauditmanagerAWS_ENDPOINT_URL_AUDITMANAGER
Auto Scalingauto_scalingAWS_ENDPOINT_URL_AUTO_SCALING
Auto Scaling Plansauto_scaling_plansAWS_ENDPOINT_URL_AUTO_SCALING_PLANS
b2bib2biAWS_ENDPOINT_URL_B2BI
BackupbackupAWS_ENDPOINT_URL_BACKUP
Backup Gatewaybackup_gatewayAWS_ENDPOINT_URL_BACKUP_GATEWAY
BackupStoragebackupstorageAWS_ENDPOINT_URL_BACKUPSTORAGE
BatchbatchAWS_ENDPOINT_URL_BATCH
BCM Data Exportsbcm_data_exportsAWS_ENDPOINT_URL_BCM_DATA_EXPORTS
BedrockbedrockAWS_ENDPOINT_URL_BEDROCK
Bedrock Agentbedrock_agentAWS_ENDPOINT_URL_BEDROCK_AGENT
Bedrock Agent Runtimebedrock_agent_runtimeAWS_ENDPOINT_URL_BEDROCK_AGENT_RUNTIME
Bedrock Runtimebedrock_runtimeAWS_ENDPOINT_URL_BEDROCK_RUNTIME
billingconductorbillingconductorAWS_ENDPOINT_URL_BILLINGCONDUCTOR
BraketbraketAWS_ENDPOINT_URL_BRAKET
BudgetsbudgetsAWS_ENDPOINT_URL_BUDGETS
Cost Explorercost_explorerAWS_ENDPOINT_URL_COST_EXPLORER
chatbotchatbotAWS_ENDPOINT_URL_CHATBOT
ChimechimeAWS_ENDPOINT_URL_CHIME
Chime SDK Identitychime_sdk_identityAWS_ENDPOINT_URL_CHIME_SDK_IDENTITY
Chime SDK Media Pipelineschime_sdk_media_pipelinesAWS_ENDPOINT_URL_CHIME_SDK_MEDIA_PIPELINES
Chime SDK Meetingschime_sdk_meetingsAWS_ENDPOINT_URL_CHIME_SDK_MEETINGS
Chime SDK Messagingchime_sdk_messagingAWS_ENDPOINT_URL_CHIME_SDK_MESSAGING
Chime SDK Voicechime_sdk_voiceAWS_ENDPOINT_URL_CHIME_SDK_VOICE
CleanRoomscleanroomsAWS_ENDPOINT_URL_CLEANROOMS
CleanRoomsMLcleanroomsmlAWS_ENDPOINT_URL_CLEANROOMSML
Cloud9cloud9AWS_ENDPOINT_URL_CLOUD9
CloudControlcloudcontrolAWS_ENDPOINT_URL_CLOUDCONTROL
CloudDirectoryclouddirectoryAWS_ENDPOINT_URL_CLOUDDIRECTORY
CloudFormationcloudformationAWS_ENDPOINT_URL_CLOUDFORMATION
CloudFrontcloudfrontAWS_ENDPOINT_URL_CLOUDFRONT
CloudFront KeyValueStorecloudfront_keyvaluestoreAWS_ENDPOINT_URL_CLOUDFRONT_KEYVALUESTORE
CloudHSMcloudhsmAWS_ENDPOINT_URL_CLOUDHSM
CloudHSM V2cloudhsm_v2AWS_ENDPOINT_URL_CLOUDHSM_V2
CloudSearchcloudsearchAWS_ENDPOINT_URL_CLOUDSEARCH
CloudSearch Domaincloudsearch_domainAWS_ENDPOINT_URL_CLOUDSEARCH_DOMAIN
CloudTrailcloudtrailAWS_ENDPOINT_URL_CLOUDTRAIL
CloudTrail Datacloudtrail_dataAWS_ENDPOINT_URL_CLOUDTRAIL_DATA
CloudWatchcloudwatchAWS_ENDPOINT_URL_CLOUDWATCH
codeartifactcodeartifactAWS_ENDPOINT_URL_CODEARTIFACT
CodeBuildcodebuildAWS_ENDPOINT_URL_CODEBUILD
CodeCatalystcodecatalystAWS_ENDPOINT_URL_CODECATALYST
CodeCommitcodecommitAWS_ENDPOINT_URL_CODECOMMIT
CodeDeploycodedeployAWS_ENDPOINT_URL_CODEDEPLOY
CodeGuru Reviewercodeguru_reviewerAWS_ENDPOINT_URL_CODEGURU_REVIEWER
CodeGuru Securitycodeguru_securityAWS_ENDPOINT_URL_CODEGURU_SECURITY
CodeGuruProfilercodeguruprofilerAWS_ENDPOINT_URL_CODEGURUPROFILER
CodePipelinecodepipelineAWS_ENDPOINT_URL_CODEPIPELINE
CodeStarcodestarAWS_ENDPOINT_URL_CODESTAR
CodeStar connectionscodestar_connectionsAWS_ENDPOINT_URL_CODESTAR_CONNECTIONS
codestar notificationscodestar_notificationsAWS_ENDPOINT_URL_CODESTAR_NOTIFICATIONS
Cognito Identitycognito_identityAWS_ENDPOINT_URL_COGNITO_IDENTITY
Cognito Identity Providercognito_identity_providerAWS_ENDPOINT_URL_COGNITO_IDENTITY_PROVIDER
Cognito Synccognito_syncAWS_ENDPOINT_URL_COGNITO_SYNC
ComprehendcomprehendAWS_ENDPOINT_URL_COMPREHEND
ComprehendMedicalcomprehendmedicalAWS_ENDPOINT_URL_COMPREHENDMEDICAL
Compute Optimizercompute_optimizerAWS_ENDPOINT_URL_COMPUTE_OPTIMIZER
Config Serviceconfig_serviceAWS_ENDPOINT_URL_CONFIG_SERVICE
ConnectconnectAWS_ENDPOINT_URL_CONNECT
Connect Contact Lensconnect_contact_lensAWS_ENDPOINT_URL_CONNECT_CONTACT_LENS
ConnectCampaignsconnectcampaignsAWS_ENDPOINT_URL_CONNECTCAMPAIGNS
ConnectCasesconnectcasesAWS_ENDPOINT_URL_CONNECTCASES
ConnectParticipantconnectparticipantAWS_ENDPOINT_URL_CONNECTPARTICIPANT
ControlTowercontroltowerAWS_ENDPOINT_URL_CONTROLTOWER
Cost Optimization Hubcost_optimization_hubAWS_ENDPOINT_URL_COST_OPTIMIZATION_HUB
Cost and Usage Report Servicecost_and_usage_report_serviceAWS_ENDPOINT_URL_COST_AND_USAGE_REPORT_SERVICE
Customer Profilescustomer_profilesAWS_ENDPOINT_URL_CUSTOMER_PROFILES
DataBrewdatabrewAWS_ENDPOINT_URL_DATABREW
DataExchangedataexchangeAWS_ENDPOINT_URL_DATAEXCHANGE
Data Pipelinedata_pipelineAWS_ENDPOINT_URL_DATA_PIPELINE
DataSyncdatasyncAWS_ENDPOINT_URL_DATASYNC
DataZonedatazoneAWS_ENDPOINT_URL_DATAZONE
DAXdaxAWS_ENDPOINT_URL_DAX
DetectivedetectiveAWS_ENDPOINT_URL_DETECTIVE
Device Farmdevice_farmAWS_ENDPOINT_URL_DEVICE_FARM
DevOps Gurudevops_guruAWS_ENDPOINT_URL_DEVOPS_GURU
Direct Connectdirect_connectAWS_ENDPOINT_URL_DIRECT_CONNECT
Application Discovery Serviceapplication_discovery_serviceAWS_ENDPOINT_URL_APPLICATION_DISCOVERY_SERVICE
DLMdlmAWS_ENDPOINT_URL_DLM
Database Migration Servicedatabase_migration_serviceAWS_ENDPOINT_URL_DATABASE_MIGRATION_SERVICE
DocDBdocdbAWS_ENDPOINT_URL_DOCDB
DocDB Elasticdocdb_elasticAWS_ENDPOINT_URL_DOCDB_ELASTIC
drsdrsAWS_ENDPOINT_URL_DRS
Directory Servicedirectory_serviceAWS_ENDPOINT_URL_DIRECTORY_SERVICE
DynamoDBdynamodbAWS_ENDPOINT_URL_DYNAMODB
DynamoDB Streamsdynamodb_streamsAWS_ENDPOINT_URL_DYNAMODB_STREAMS
EBSebsAWS_ENDPOINT_URL_EBS
EC2ec2AWS_ENDPOINT_URL_EC2
EC2 Instance Connectec2_instance_connectAWS_ENDPOINT_URL_EC2_INSTANCE_CONNECT
ECRecrAWS_ENDPOINT_URL_ECR
ECR PUBLICecr_publicAWS_ENDPOINT_URL_ECR_PUBLIC
ECSecsAWS_ENDPOINT_URL_ECS
EFSefsAWS_ENDPOINT_URL_EFS
EKSeksAWS_ENDPOINT_URL_EKS
EKS Autheks_authAWS_ENDPOINT_URL_EKS_AUTH
Elastic Inferenceelastic_inferenceAWS_ENDPOINT_URL_ELASTIC_INFERENCE
ElastiCacheelasticacheAWS_ENDPOINT_URL_ELASTICACHE
Elastic Beanstalkelastic_beanstalkAWS_ENDPOINT_URL_ELASTIC_BEANSTALK
Elastic Transcoderelastic_transcoderAWS_ENDPOINT_URL_ELASTIC_TRANSCODER
Elastic Load Balancingelastic_load_balancingAWS_ENDPOINT_URL_ELASTIC_LOAD_BALANCING
Elastic Load Balancing v2elastic_load_balancing_v2AWS_ENDPOINT_URL_ELASTIC_LOAD_BALANCING_V2
EMRemrAWS_ENDPOINT_URL_EMR
EMR containersemr_containersAWS_ENDPOINT_URL_EMR_CONTAINERS
EMR Serverlessemr_serverlessAWS_ENDPOINT_URL_EMR_SERVERLESS
EntityResolutionentityresolutionAWS_ENDPOINT_URL_ENTITYRESOLUTION
Elasticsearch Serviceelasticsearch_serviceAWS_ENDPOINT_URL_ELASTICSEARCH_SERVICE
EventBridgeeventbridgeAWS_ENDPOINT_URL_EVENTBRIDGE
EvidentlyevidentlyAWS_ENDPOINT_URL_EVIDENTLY
finspacefinspaceAWS_ENDPOINT_URL_FINSPACE
finspace datafinspace_dataAWS_ENDPOINT_URL_FINSPACE_DATA
FirehosefirehoseAWS_ENDPOINT_URL_FIREHOSE
fisfisAWS_ENDPOINT_URL_FIS
FMSfmsAWS_ENDPOINT_URL_FMS
forecastforecastAWS_ENDPOINT_URL_FORECAST
forecastqueryforecastqueryAWS_ENDPOINT_URL_FORECASTQUERY
FraudDetectorfrauddetectorAWS_ENDPOINT_URL_FRAUDDETECTOR
FreeTierfreetierAWS_ENDPOINT_URL_FREETIER
FSxfsxAWS_ENDPOINT_URL_FSX
GameLiftgameliftAWS_ENDPOINT_URL_GAMELIFT
GlacierglacierAWS_ENDPOINT_URL_GLACIER
Global Acceleratorglobal_acceleratorAWS_ENDPOINT_URL_GLOBAL_ACCELERATOR
GlueglueAWS_ENDPOINT_URL_GLUE
grafanagrafanaAWS_ENDPOINT_URL_GRAFANA
GreengrassgreengrassAWS_ENDPOINT_URL_GREENGRASS
GreengrassV2greengrassv2AWS_ENDPOINT_URL_GREENGRASSV2
GroundStationgroundstationAWS_ENDPOINT_URL_GROUNDSTATION
GuardDutyguarddutyAWS_ENDPOINT_URL_GUARDDUTY
HealthhealthAWS_ENDPOINT_URL_HEALTH
HealthLakehealthlakeAWS_ENDPOINT_URL_HEALTHLAKE
HoneycodehoneycodeAWS_ENDPOINT_URL_HONEYCODE
IAMiamAWS_ENDPOINT_URL_IAM
identitystoreidentitystoreAWS_ENDPOINT_URL_IDENTITYSTORE
imagebuilderimagebuilderAWS_ENDPOINT_URL_IMAGEBUILDER
ImportExportimportexportAWS_ENDPOINT_URL_IMPORTEXPORT
InspectorinspectorAWS_ENDPOINT_URL_INSPECTOR
Inspector Scaninspector_scanAWS_ENDPOINT_URL_INSPECTOR_SCAN
Inspector2inspector2AWS_ENDPOINT_URL_INSPECTOR2
InternetMonitorinternetmonitorAWS_ENDPOINT_URL_INTERNETMONITOR
IoTiotAWS_ENDPOINT_URL_IOT
IoT Data Planeiot_data_planeAWS_ENDPOINT_URL_IOT_DATA_PLANE
IoT Jobs Data Planeiot_jobs_data_planeAWS_ENDPOINT_URL_IOT_JOBS_DATA_PLANE
IoT 1Click Devices Serviceiot_1click_devices_serviceAWS_ENDPOINT_URL_IOT_1CLICK_DEVICES_SERVICE
IoT 1Click Projectsiot_1click_projectsAWS_ENDPOINT_URL_IOT_1CLICK_PROJECTS
IoTAnalyticsiotanalyticsAWS_ENDPOINT_URL_IOTANALYTICS
IotDeviceAdvisoriotdeviceadvisorAWS_ENDPOINT_URL_IOTDEVICEADVISOR
IoT Eventsiot_eventsAWS_ENDPOINT_URL_IOT_EVENTS
IoT Events Dataiot_events_dataAWS_ENDPOINT_URL_IOT_EVENTS_DATA
IoTFleetHubiotfleethubAWS_ENDPOINT_URL_IOTFLEETHUB
IoTFleetWiseiotfleetwiseAWS_ENDPOINT_URL_IOTFLEETWISE
IoTSecureTunnelingiotsecuretunnelingAWS_ENDPOINT_URL_IOTSECURETUNNELING
IoTSiteWiseiotsitewiseAWS_ENDPOINT_URL_IOTSITEWISE
IoTThingsGraphiotthingsgraphAWS_ENDPOINT_URL_IOTTHINGSGRAPH
IoTTwinMakeriottwinmakerAWS_ENDPOINT_URL_IOTTWINMAKER
IoT Wirelessiot_wirelessAWS_ENDPOINT_URL_IOT_WIRELESS
ivsivsAWS_ENDPOINT_URL_IVS
IVS RealTimeivs_realtimeAWS_ENDPOINT_URL_IVS_REALTIME
ivschativschatAWS_ENDPOINT_URL_IVSCHAT
KafkakafkaAWS_ENDPOINT_URL_KAFKA
KafkaConnectkafkaconnectAWS_ENDPOINT_URL_KAFKACONNECT
kendrakendraAWS_ENDPOINT_URL_KENDRA
Kendra Rankingkendra_rankingAWS_ENDPOINT_URL_KENDRA_RANKING
KeyspaceskeyspacesAWS_ENDPOINT_URL_KEYSPACES
KinesiskinesisAWS_ENDPOINT_URL_KINESIS
Kinesis Video Archived Mediakinesis_video_archived_mediaAWS_ENDPOINT_URL_KINESIS_VIDEO_ARCHIVED_MEDIA
Kinesis Video Mediakinesis_video_mediaAWS_ENDPOINT_URL_KINESIS_VIDEO_MEDIA
Kinesis Video Signalingkinesis_video_signalingAWS_ENDPOINT_URL_KINESIS_VIDEO_SIGNALING
Kinesis Video WebRTC Storagekinesis_video_webrtc_storageAWS_ENDPOINT_URL_KINESIS_VIDEO_WEBRTC_STORAGE
Kinesis Analyticskinesis_analyticsAWS_ENDPOINT_URL_KINESIS_ANALYTICS
Kinesis Analytics V2kinesis_analytics_v2AWS_ENDPOINT_URL_KINESIS_ANALYTICS_V2
Kinesis Videokinesis_videoAWS_ENDPOINT_URL_KINESIS_VIDEO
KMSkmsAWS_ENDPOINT_URL_KMS
LakeFormationlakeformationAWS_ENDPOINT_URL_LAKEFORMATION
LambdalambdaAWS_ENDPOINT_URL_LAMBDA
Launch Wizardlaunch_wizardAWS_ENDPOINT_URL_LAUNCH_WIZARD
Lex Model Building Servicelex_model_building_serviceAWS_ENDPOINT_URL_LEX_MODEL_BUILDING_SERVICE
Lex Runtime Servicelex_runtime_serviceAWS_ENDPOINT_URL_LEX_RUNTIME_SERVICE
Lex Models V2lex_models_v2AWS_ENDPOINT_URL_LEX_MODELS_V2
Lex Runtime V2lex_runtime_v2AWS_ENDPOINT_URL_LEX_RUNTIME_V2
License Managerlicense_managerAWS_ENDPOINT_URL_LICENSE_MANAGER
License Manager Linux Subscriptionslicense_manager_linux_subscriptionsAWS_ENDPOINT_URL_LICENSE_MANAGER_LINUX_SUBSCRIPTIONS
License Manager User Subscriptionslicense_manager_user_subscriptionsAWS_ENDPOINT_URL_LICENSE_MANAGER_USER_SUBSCRIPTIONS
LightsaillightsailAWS_ENDPOINT_URL_LIGHTSAIL
LocationlocationAWS_ENDPOINT_URL_LOCATION
CloudWatch Logscloudwatch_logsAWS_ENDPOINT_URL_CLOUDWATCH_LOGS
LookoutEquipmentlookoutequipmentAWS_ENDPOINT_URL_LOOKOUTEQUIPMENT
LookoutMetricslookoutmetricsAWS_ENDPOINT_URL_LOOKOUTMETRICS
LookoutVisionlookoutvisionAWS_ENDPOINT_URL_LOOKOUTVISION
m2m2AWS_ENDPOINT_URL_M2
Machine Learningmachine_learningAWS_ENDPOINT_URL_MACHINE_LEARNING
Macie2macie2AWS_ENDPOINT_URL_MACIE2
ManagedBlockchainmanagedblockchainAWS_ENDPOINT_URL_MANAGEDBLOCKCHAIN
ManagedBlockchain Querymanagedblockchain_queryAWS_ENDPOINT_URL_MANAGEDBLOCKCHAIN_QUERY
Marketplace Agreementmarketplace_agreementAWS_ENDPOINT_URL_MARKETPLACE_AGREEMENT
Marketplace Catalogmarketplace_catalogAWS_ENDPOINT_URL_MARKETPLACE_CATALOG
Marketplace Deploymentmarketplace_deploymentAWS_ENDPOINT_URL_MARKETPLACE_DEPLOYMENT
Marketplace Entitlement Servicemarketplace_entitlement_serviceAWS_ENDPOINT_URL_MARKETPLACE_ENTITLEMENT_SERVICE
Marketplace Commerce Analyticsmarketplace_commerce_analyticsAWS_ENDPOINT_URL_MARKETPLACE_COMMERCE_ANALYTICS
MediaConnectmediaconnectAWS_ENDPOINT_URL_MEDIACONNECT
MediaConvertmediaconvertAWS_ENDPOINT_URL_MEDIACONVERT
MediaLivemedialiveAWS_ENDPOINT_URL_MEDIALIVE
MediaPackagemediapackageAWS_ENDPOINT_URL_MEDIAPACKAGE
MediaPackage Vodmediapackage_vodAWS_ENDPOINT_URL_MEDIAPACKAGE_VOD
MediaPackageV2mediapackagev2AWS_ENDPOINT_URL_MEDIAPACKAGEV2
MediaStoremediastoreAWS_ENDPOINT_URL_MEDIASTORE
MediaStore Datamediastore_dataAWS_ENDPOINT_URL_MEDIASTORE_DATA
MediaTailormediatailorAWS_ENDPOINT_URL_MEDIATAILOR
Medical Imagingmedical_imagingAWS_ENDPOINT_URL_MEDICAL_IMAGING
MemoryDBmemorydbAWS_ENDPOINT_URL_MEMORYDB
Marketplace Meteringmarketplace_meteringAWS_ENDPOINT_URL_MARKETPLACE_METERING
Migration Hubmigration_hubAWS_ENDPOINT_URL_MIGRATION_HUB
mgnmgnAWS_ENDPOINT_URL_MGN
Migration Hub Refactor Spacesmigration_hub_refactor_spacesAWS_ENDPOINT_URL_MIGRATION_HUB_REFACTOR_SPACES
MigrationHub Configmigrationhub_configAWS_ENDPOINT_URL_MIGRATIONHUB_CONFIG
MigrationHubOrchestratormigrationhuborchestratorAWS_ENDPOINT_URL_MIGRATIONHUBORCHESTRATOR
MigrationHubStrategymigrationhubstrategyAWS_ENDPOINT_URL_MIGRATIONHUBSTRATEGY
MobilemobileAWS_ENDPOINT_URL_MOBILE
mqmqAWS_ENDPOINT_URL_MQ
MTurkmturkAWS_ENDPOINT_URL_MTURK
MWAAmwaaAWS_ENDPOINT_URL_MWAA
NeptuneneptuneAWS_ENDPOINT_URL_NEPTUNE
Neptune Graphneptune_graphAWS_ENDPOINT_URL_NEPTUNE_GRAPH
neptunedataneptunedataAWS_ENDPOINT_URL_NEPTUNEDATA
Network Firewallnetwork_firewallAWS_ENDPOINT_URL_NETWORK_FIREWALL
NetworkManagernetworkmanagerAWS_ENDPOINT_URL_NETWORKMANAGER
NetworkMonitornetworkmonitorAWS_ENDPOINT_URL_NETWORKMONITOR
nimblenimbleAWS_ENDPOINT_URL_NIMBLE
OAMoamAWS_ENDPOINT_URL_OAM
OmicsomicsAWS_ENDPOINT_URL_OMICS
OpenSearchopensearchAWS_ENDPOINT_URL_OPENSEARCH
OpenSearchServerlessopensearchserverlessAWS_ENDPOINT_URL_OPENSEARCHSERVERLESS
OpsWorksopsworksAWS_ENDPOINT_URL_OPSWORKS
OpsWorksCMopsworkscmAWS_ENDPOINT_URL_OPSWORKSCM
OrganizationsorganizationsAWS_ENDPOINT_URL_ORGANIZATIONS
OSISosisAWS_ENDPOINT_URL_OSIS
OutpostsoutpostsAWS_ENDPOINT_URL_OUTPOSTS
p8datap8dataAWS_ENDPOINT_URL_P8DATA
p8datap8dataAWS_ENDPOINT_URL_P8DATA
PanoramapanoramaAWS_ENDPOINT_URL_PANORAMA
Payment Cryptographypayment_cryptographyAWS_ENDPOINT_URL_PAYMENT_CRYPTOGRAPHY
Payment Cryptography Datapayment_cryptography_dataAWS_ENDPOINT_URL_PAYMENT_CRYPTOGRAPHY_DATA
Pca Connector Adpca_connector_adAWS_ENDPOINT_URL_PCA_CONNECTOR_AD
PersonalizepersonalizeAWS_ENDPOINT_URL_PERSONALIZE
Personalize Eventspersonalize_eventsAWS_ENDPOINT_URL_PERSONALIZE_EVENTS
Personalize Runtimepersonalize_runtimeAWS_ENDPOINT_URL_PERSONALIZE_RUNTIME
PIpiAWS_ENDPOINT_URL_PI
PinpointpinpointAWS_ENDPOINT_URL_PINPOINT
Pinpoint Emailpinpoint_emailAWS_ENDPOINT_URL_PINPOINT_EMAIL
Pinpoint SMS Voicepinpoint_sms_voiceAWS_ENDPOINT_URL_PINPOINT_SMS_VOICE
Pinpoint SMS Voice V2pinpoint_sms_voice_v2AWS_ENDPOINT_URL_PINPOINT_SMS_VOICE_V2
PipespipesAWS_ENDPOINT_URL_PIPES
PollypollyAWS_ENDPOINT_URL_POLLY
PricingpricingAWS_ENDPOINT_URL_PRICING
PrivateNetworksprivatenetworksAWS_ENDPOINT_URL_PRIVATENETWORKS
ProtonprotonAWS_ENDPOINT_URL_PROTON
QBusinessqbusinessAWS_ENDPOINT_URL_QBUSINESS
QConnectqconnectAWS_ENDPOINT_URL_QCONNECT
QLDBqldbAWS_ENDPOINT_URL_QLDB
QLDB Sessionqldb_sessionAWS_ENDPOINT_URL_QLDB_SESSION
QuickSightquicksightAWS_ENDPOINT_URL_QUICKSIGHT
RAMramAWS_ENDPOINT_URL_RAM
rbinrbinAWS_ENDPOINT_URL_RBIN
RDSrdsAWS_ENDPOINT_URL_RDS
RDS Datards_dataAWS_ENDPOINT_URL_RDS_DATA
RedshiftredshiftAWS_ENDPOINT_URL_REDSHIFT
Redshift Dataredshift_dataAWS_ENDPOINT_URL_REDSHIFT_DATA
Redshift Serverlessredshift_serverlessAWS_ENDPOINT_URL_REDSHIFT_SERVERLESS
RekognitionrekognitionAWS_ENDPOINT_URL_REKOGNITION
repostspacerepostspaceAWS_ENDPOINT_URL_REPOSTSPACE
resiliencehubresiliencehubAWS_ENDPOINT_URL_RESILIENCEHUB
Resource Explorer 2resource_explorer_2AWS_ENDPOINT_URL_RESOURCE_EXPLORER_2
Resource Groupsresource_groupsAWS_ENDPOINT_URL_RESOURCE_GROUPS
Resource Groups Tagging APIresource_groups_tagging_apiAWS_ENDPOINT_URL_RESOURCE_GROUPS_TAGGING_API
RoboMakerrobomakerAWS_ENDPOINT_URL_ROBOMAKER
RolesAnywhererolesanywhereAWS_ENDPOINT_URL_ROLESANYWHERE
Route 53route_53AWS_ENDPOINT_URL_ROUTE_53
Route53 Recovery Clusterroute53_recovery_clusterAWS_ENDPOINT_URL_ROUTE53_RECOVERY_CLUSTER
Route53 Recovery Control Configroute53_recovery_control_configAWS_ENDPOINT_URL_ROUTE53_RECOVERY_CONTROL_CONFIG
Route53 Recovery Readinessroute53_recovery_readinessAWS_ENDPOINT_URL_ROUTE53_RECOVERY_READINESS
Route 53 Domainsroute_53_domainsAWS_ENDPOINT_URL_ROUTE_53_DOMAINS
Route53Resolverroute53resolverAWS_ENDPOINT_URL_ROUTE53RESOLVER
RUMrumAWS_ENDPOINT_URL_RUM
S3s3AWS_ENDPOINT_URL_S3
S3 Controls3_controlAWS_ENDPOINT_URL_S3_CONTROL
S3Outpostss3outpostsAWS_ENDPOINT_URL_S3OUTPOSTS
SageMakersagemakerAWS_ENDPOINT_URL_SAGEMAKER
SageMaker A2I Runtimesagemaker_a2i_runtimeAWS_ENDPOINT_URL_SAGEMAKER_A2I_RUNTIME
Sagemaker Edgesagemaker_edgeAWS_ENDPOINT_URL_SAGEMAKER_EDGE
SageMaker FeatureStore Runtimesagemaker_featurestore_runtimeAWS_ENDPOINT_URL_SAGEMAKER_FEATURESTORE_RUNTIME
SageMaker Geospatialsagemaker_geospatialAWS_ENDPOINT_URL_SAGEMAKER_GEOSPATIAL
SageMaker Metricssagemaker_metricsAWS_ENDPOINT_URL_SAGEMAKER_METRICS
SageMaker Runtimesagemaker_runtimeAWS_ENDPOINT_URL_SAGEMAKER_RUNTIME
savingsplanssavingsplansAWS_ENDPOINT_URL_SAVINGSPLANS
SchedulerschedulerAWS_ENDPOINT_URL_SCHEDULER
schemasschemasAWS_ENDPOINT_URL_SCHEMAS
SimpleDBsimpledbAWS_ENDPOINT_URL_SIMPLEDB
Secrets Managersecrets_managerAWS_ENDPOINT_URL_SECRETS_MANAGER
SecurityHubsecurityhubAWS_ENDPOINT_URL_SECURITYHUB
SecurityLakesecuritylakeAWS_ENDPOINT_URL_SECURITYLAKE
ServerlessApplicationRepositoryserverlessapplicationrepositoryAWS_ENDPOINT_URL_SERVERLESSAPPLICATIONREPOSITORY
Service Quotasservice_quotasAWS_ENDPOINT_URL_SERVICE_QUOTAS
Service Catalogservice_catalogAWS_ENDPOINT_URL_SERVICE_CATALOG
Service Catalog AppRegistryservice_catalog_appregistryAWS_ENDPOINT_URL_SERVICE_CATALOG_APPREGISTRY
ServiceDiscoveryservicediscoveryAWS_ENDPOINT_URL_SERVICEDISCOVERY
SESsesAWS_ENDPOINT_URL_SES
SESv2sesv2AWS_ENDPOINT_URL_SESV2
ShieldshieldAWS_ENDPOINT_URL_SHIELD
signersignerAWS_ENDPOINT_URL_SIGNER
SimSpaceWeaversimspaceweaverAWS_ENDPOINT_URL_SIMSPACEWEAVER
SMSsmsAWS_ENDPOINT_URL_SMS
Snow Device Managementsnow_device_managementAWS_ENDPOINT_URL_SNOW_DEVICE_MANAGEMENT
SnowballsnowballAWS_ENDPOINT_URL_SNOWBALL
SNSsnsAWS_ENDPOINT_URL_SNS
SQSsqsAWS_ENDPOINT_URL_SQS
SSMssmAWS_ENDPOINT_URL_SSM
SSM Contactsssm_contactsAWS_ENDPOINT_URL_SSM_CONTACTS
SSM Incidentsssm_incidentsAWS_ENDPOINT_URL_SSM_INCIDENTS
Ssm Sapssm_sapAWS_ENDPOINT_URL_SSM_SAP
SSOssoAWS_ENDPOINT_URL_SSO
SSO Adminsso_adminAWS_ENDPOINT_URL_SSO_ADMIN
SSO OIDCsso_oidcAWS_ENDPOINT_URL_SSO_OIDC
SFNsfnAWS_ENDPOINT_URL_SFN
Storage Gatewaystorage_gatewayAWS_ENDPOINT_URL_STORAGE_GATEWAY
STSstsAWS_ENDPOINT_URL_STS
SupplyChainsupplychainAWS_ENDPOINT_URL_SUPPLYCHAIN
SupportsupportAWS_ENDPOINT_URL_SUPPORT
Support Appsupport_appAWS_ENDPOINT_URL_SUPPORT_APP
SWFswfAWS_ENDPOINT_URL_SWF
syntheticssyntheticsAWS_ENDPOINT_URL_SYNTHETICS
TextracttextractAWS_ENDPOINT_URL_TEXTRACT
Timestream InfluxDBtimestream_influxdbAWS_ENDPOINT_URL_TIMESTREAM_INFLUXDB
Timestream Querytimestream_queryAWS_ENDPOINT_URL_TIMESTREAM_QUERY
Timestream Writetimestream_writeAWS_ENDPOINT_URL_TIMESTREAM_WRITE
tnbtnbAWS_ENDPOINT_URL_TNB
TranscribetranscribeAWS_ENDPOINT_URL_TRANSCRIBE
TransfertransferAWS_ENDPOINT_URL_TRANSFER
TranslatetranslateAWS_ENDPOINT_URL_TRANSLATE
TrustedAdvisortrustedadvisorAWS_ENDPOINT_URL_TRUSTEDADVISOR
VerifiedPermissionsverifiedpermissionsAWS_ENDPOINT_URL_VERIFIEDPERMISSIONS
Voice IDvoice_idAWS_ENDPOINT_URL_VOICE_ID
VPC Latticevpc_latticeAWS_ENDPOINT_URL_VPC_LATTICE
WAFwafAWS_ENDPOINT_URL_WAF
WAF Regionalwaf_regionalAWS_ENDPOINT_URL_WAF_REGIONAL
WAFV2wafv2AWS_ENDPOINT_URL_WAFV2
WellArchitectedwellarchitectedAWS_ENDPOINT_URL_WELLARCHITECTED
WisdomwisdomAWS_ENDPOINT_URL_WISDOM
WorkDocsworkdocsAWS_ENDPOINT_URL_WORKDOCS
WorkLinkworklinkAWS_ENDPOINT_URL_WORKLINK
WorkMailworkmailAWS_ENDPOINT_URL_WORKMAIL
WorkMailMessageFlowworkmailmessageflowAWS_ENDPOINT_URL_WORKMAILMESSAGEFLOW
WorkSpacesworkspacesAWS_ENDPOINT_URL_WORKSPACES
WorkSpaces Thin Clientworkspaces_thin_clientAWS_ENDPOINT_URL_WORKSPACES_THIN_CLIENT
WorkSpaces Webworkspaces_webAWS_ENDPOINT_URL_WORKSPACES_WEB
XRayxrayAWS_ENDPOINT_URL_XRAY

Account-based endpoints

Account-based endpoints can be specified in the following ways:

Account-based endpoints help ensure high performance and scalability by using your AWS account ID to streamline the routing of AWS service requests for services that support this feature. When you use a credential provider and a service that supports account-based endpoints, the AWS CLI automatically constructs and uses an account-based endpoint instead of a regional endpoint.

Account-based endpoints use the following format, where<account-id> is replaced with your AWS account ID and<region> is replaced with your AWS Region:

https://<account-id>.myservice.<region>.amazonaws.com

By default in the AWS CLI, the account-based endpoint mode is set topreferred.

Endpoint configuration and settings precedence

Endpoint configuration settings are located in multiple places, such as the system or user environment variables, local AWS configuration files, or explicitly declared on the command line as a parameter. The AWS CLI endpoint configuration settings take precedence in the following order:

  1. The--endpoint-url command line option.

  2. If enabled, theAWS_IGNORE_CONFIGURED_ENDPOINT_URLS global endpoint environment variable or profile settingignore_configure_endpoint_urls to ignore custom endpoints.

  3. The value provided by a service-specific environment variableAWS_ENDPOINT_URL_<SERVICE>, such asAWS_ENDPOINT_URL_DYNAMODB.

  4. The values provided by theAWS_USE_DUALSTACK_ENDPOINT,AWS_USE_FIPS_ENDPOINT, andAWS_ENDPOINT_URL environment variables.

  5. TheAWS_ACCOUNT_ID_ENDPOINT_MODE environment variable is set topreferred orrequired using the Account ID in theAWS_ACCOUNT_ID environment variable oraws_account_id setting.

  6. The service-specific endpoint value provided by theendpoint_url setting within aservices section of the sharedconfig file.

  7. The value provided by theendpoint_url setting within aprofile of the sharedconfig file.

  8. use_dualstack_endpoint,use_fips_endpoint, andendpoint_url settings.

  9. Theaccount_id_endpoint_mode setting is set topreferred orrequired using the Account ID in theAWS_ACCOUNT_ID environment variable oraws_account_id setting.

  10. Any default endpoint URL for the respective AWS service is used last. For a list of the standard service endpoints available in each Region, seeAWS Regions and Endpoints in theAmazon Web Services General Reference.

HTTP proxies
Authentication and access credentials

[8]
ページ先頭

©2009-2025 Movatter.jp