Amazon Timestream endpoints and quotas - AWS General Reference

Amazon Timestream endpoints and quotas

The following are the service endpoints and service quotas for this service. To connect programmatically to an AWS service, you use an endpoint. In addition to the standard AWS endpoints, some AWS services offer FIPS endpoints in selected Regions. For more information, see AWS service endpoints. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your AWS account. For more information, see AWS service quotas.

Service endpoints

Use the following endpoints to acquire the endpoints for the write API.

Region Name Region Endpoint Protocol
US East (Ohio) us-east-2

ingest.timestream.us-east-2.amazonaws.com

ingest.timestream-fips.us-east-2.amazonaws.com

HTTPS

HTTPS

US East (N. Virginia) us-east-1

ingest.timestream.us-east-1.amazonaws.com

ingest.timestream-fips.us-east-1.amazonaws.com

HTTPS

HTTPS

US West (Oregon) us-west-2

ingest.timestream.us-west-2.amazonaws.com

ingest.timestream-fips.us-west-2.amazonaws.com

HTTPS

HTTPS

Asia Pacific (Sydney) ap-southeast-2 ingest.timestream.ap-southeast-2.amazonaws.com HTTPS
Asia Pacific (Tokyo) ap-northeast-1 ingest.timestream.ap-northeast-1.amazonaws.com HTTPS
Europe (Frankfurt) eu-central-1 ingest.timestream.eu-central-1.amazonaws.com HTTPS
Europe (Ireland) eu-west-1 ingest.timestream.eu-west-1.amazonaws.com HTTPS
AWS GovCloud (US-West) us-gov-west-1 ingest.timestream.us-gov-west-1.amazonaws.com HTTPS

Use the following endpoints to acquire the endpoints for the query API.

Region Name Region Endpoint Protocol
US East (Ohio) us-east-2

query.timestream.us-east-2.amazonaws.com

query.timestream-fips.us-east-2.amazonaws.com

HTTPS

HTTPS

US East (N. Virginia) us-east-1

query.timestream.us-east-1.amazonaws.com

query.timestream-fips.us-east-1.amazonaws.com

HTTPS

HTTPS

US West (Oregon) us-west-2

query.timestream.us-west-2.amazonaws.com

query.timestream-fips.us-west-2.amazonaws.com

HTTPS

HTTPS

Asia Pacific (Sydney) ap-southeast-2 query.timestream.ap-southeast-2.amazonaws.com HTTPS
Asia Pacific (Tokyo) ap-northeast-1 query.timestream.ap-northeast-1.amazonaws.com HTTPS
Europe (Frankfurt) eu-central-1 query.timestream.eu-central-1.amazonaws.com HTTPS
Europe (Ireland) eu-west-1 query.timestream.eu-west-1.amazonaws.com HTTPS
AWS GovCloud (US-West) us-gov-west-1 query.timestream.us-gov-west-1.amazonaws.com HTTPS

For more information, see Using the API in the Amazon Timestream Developer Guide.

Service quotas

Name Default Adjustable Description
Composite Partition Key attributes per table Each supported Region: 1 No A Timestream table has a limit to the number of composite partition key attributes. The composite partition key attributes can be dimensions or measure_name and can be specified at the time of new table creation.
Data size for query result Each supported Region: 5 Gigabytes No The maximum data size for a query result.
Database name length Each supported Region: 256 Bytes No The maximum number of bytes for a database name.
Databases per account Each supported Region: 500 No The maximum number of databases you can create per AWS account.
Dimension name dimension value pair size per series Each supported Region: 2 Kilobytes No The maximum size of dimension name and dimension value pair per series.
Dimension name length Each supported Region: 60 Bytes No The maximum number of bytes for a dimension name.
Dimensions per table Each supported Region: 128 No The maximum number of dimensions per table.
Execution duration for queries in hours Each supported Region: 1 No The maximum execution duration (in hours) for a query. Queries that take longer will timeout.
Future ingestion period in minutes Each supported Region: 30 No The maximum lead time (in minutes) for your time series data compared to the current system time. For example, if the future ingestion period is 30 minutes, then Timestream will accept data that is up to 30 minutes ahead of the current system time.
Maximum count of active magnetic store partitions per database Each supported Region: 250 No Maximum number of active magnetic store partitions per database. A partition may remain active for up to 6 hours after receiving ingestion.
Maximum retention period for magnetic store in days Each supported Region: 73,000 No The maximum duration (in days) for which data can be retained in the magnetic store.
Maximum retention period for memory store in hours Each supported Region: 8,766 No The maximum duration (in hours) for which data can be retained in the memory store per table.
Measure name length Each supported Region: 256 Bytes No The maximum number of bytes for a measure name.
Measure value size per multi-measure record Each supported Region: 2,048 Bytes No The maximum size of measure values per multi-measure record.
Measures per multi-measure record Each supported Region: 256 No The maximum number of measures per multi-measure record.
Measures per table Each supported Region: 8,192 No The maximum number of measures per table.
Metadata size for query result Each supported Region: 100 Kilobytes No The maximum metadata size for a query result.
Minimum retention period for magnetic store in days Each supported Region: 1 No The minimum duration (in days) for which data must be retained in the magnetic store per table.
Minimum retention period for memory store in hours Each supported Region: 1 No The minimum duration (in hours) for which data must be retained in the memory store per table.
QueryString length in KiB Each supported Region: 256 No The maximum length (in KiB) of a query string in UTF-8 encoded chars for a query.
Records per WriteRecords API request Each supported Region: 100 No The maximum number of records in a WriteRecords API request.
Scheduled queries per account Each supported Region: 10,000 No The maximum number of scheduled queries you can create per AWS account.
Table name length Each supported Region: 256 Bytes No The maximum number of bytes for a table name.
Tables per account Each supported Region: 50,000 No The maximum number of tables you can create per AWS account.
Throttle rate for CRUD APIs Each supported Region: 1 No The maximum number of Create/Update/List/Describe/Delete database/table API requests allowed per second per account, in the current region.
Unique measures across multi-measure records per table Each supported Region: 1,024 No The unique measures in all the multi-measure records defined in a single table. A single multi-measure record can have MaximumMeasureAttributesPerRecord unique measures, and a table can have MaximumMeasureAttributesPerTable unique measures defined across multi-measure records.

For more information, see Quotas in the Amazon Timestream Developer Guide.