

如需與 Amazon Timestream for LiveAnalytics 類似的功能，請考慮使用 Amazon Timestream for InfluxDB。它提供簡化的資料擷取和單一位數毫秒查詢回應時間，以進行即時分析。[在這裡](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)進一步了解。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# VPC 端點如何與 Timestream 搭配使用
<a name="VPCEndpoints.vpc-endpoint-considerations"></a>

 當您建立 VPC 端點以存取 Timestream Write 或 Timestream Query SDK 時，所有請求都會路由至 Amazon 網路內的端點，而不會存取公有網際網路。更具體地說，您的請求會路由到您帳戶已針對指定區域映射至之儲存格的寫入和查詢端點。若要進一步了解 Timestream 的手機架構和手機特定端點，您可以參閱 [行動架構](architecture.md#cells)。例如，假設您的帳戶已在 `cell1`中映射至 `us-west-2`，而且您已設定 VPC 介面端點進行寫入 (`ingest-cell1.timestream.us-west-2.amazonaws.com`) 和查詢 ()`query-cell1.timestream.us-west-2.amazonaws.com`。在此情況下，使用這些端點傳送的任何寫入請求將完全保留在 Amazon 網路中，且不會存取公有網際網路。

## Timestream VPC 端點的考量事項
<a name="VPCEndpoints.vpc-endpoint-considerations.how-it-works"></a>

為 Timestream 建立 VPC 端點時，請考慮下列事項：
+ 在為 Timestream for LiveAnalytics 設定介面 VPC 端點之前，請務必檢閱《*Amazon VPC 使用者指南*》中的[介面端點屬性和限制](https://docs.aws.amazon.com/vpc/latest/userguide/vpce-interface.html#vpce-interface-limitations)。
+ Timestream for LiveAnalytics 支援從您的 VPC 呼叫[其所有 API 動作](https://docs.aws.amazon.com/timestream/latest/developerguide/API_Reference.html)。
+ Timestream for LiveAnalytics 支援 VPC 端點政策。根據預設，允許透過端點完整存取 Timestream for LiveAnalytics。如需詳細資訊，請參閱《Amazon VPC 使用者指南》**中的[使用 VPC 端點控制對服務的存取](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html)。
+ 由於 Timestream 的架構，對寫入和查詢動作的存取需要建立兩個 VPC 介面端點，每個 SDK 各一個。此外，您必須指定儲存格端點 （您只能為要映射的 Timestream 儲存格建立端點）。如需詳細資訊，請參閱本指南 [Timestream for LiveAnalytics 的建立介面 VPC 端點](VPCEndpoints.vpc-endpoint-create.md)一節。

現在您已了解 Timestream for LiveAnalytics 如何與 VPC 端點搭配使用，[請為 Timestream for LiveAnalytics 建立介面 VPC 端點](VPCEndpoints.vpc-endpoint-create.md)。