diff --git a/content/en/references/network-troubleshooting/transparent-endpoint-injection/_index.md b/content/en/references/network-troubleshooting/transparent-endpoint-injection/_index.md index f4bfe17739..da8e41d430 100644 --- a/content/en/references/network-troubleshooting/transparent-endpoint-injection/_index.md +++ b/content/en/references/network-troubleshooting/transparent-endpoint-injection/_index.md @@ -1,6 +1,6 @@ --- title: Transparent endpoint injection -tags: ["Pro image"] +tags: ["Base"] weight: 2 tags: - troubleshooting diff --git a/content/en/tutorials/route-53-failover/index.md b/content/en/tutorials/route-53-failover/index.md index 2cb206950c..17edaa899d 100644 --- a/content/en/tutorials/route-53-failover/index.md +++ b/content/en/tutorials/route-53-failover/index.md @@ -29,7 +29,7 @@ LocalStack allows you to integrate and test [Chaos API]({{< ref "chaos-api" >}}) Route53's health checks and traffic redirection enhance architecture resilience and ensure service continuity during regional outages, crucial for uninterrupted user experiences. {{< callout "note">}} -Route53 Failover and Chaos API is currently available as part of the LocalStack Enterprise plan. +Route53 Failover and Chaos API is currently available as part of the Ultimate plan. If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access. {{< /callout >}} diff --git a/content/en/user-guide/aws/account/index.md b/content/en/user-guide/aws/account/index.md index 392d814868..f49e5af0ed 100644 --- a/content/en/user-guide/aws/account/index.md +++ b/content/en/user-guide/aws/account/index.md @@ -2,6 +2,7 @@ title: "Account Management" linkTitle: "Account Management" description: Get started with AWS Account Management on LocalStack +tags: ["Ultimate"] --- ## Introduction @@ -10,7 +11,7 @@ The Account service provides APIs to manage your AWS account. You can use the Account APIs to retrieve information about your account, manage your contact information and alternate contacts. Additionally, you can use the Account APIs to enable or disable a region for your account, and delete alternate contacts in your account. -LocalStack supports Account via the Pro offering, allowing you to use the Account API to retrieve information about your account. +LocalStack allows you to use the Account API to retrieve information about your account. The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_account/), which provides information on the extent of Account's integration with LocalStack. {{< callout >}} diff --git a/content/en/user-guide/aws/acm/index.md b/content/en/user-guide/aws/acm/index.md index 21975ea780..9b50368f46 100644 --- a/content/en/user-guide/aws/acm/index.md +++ b/content/en/user-guide/aws/acm/index.md @@ -2,6 +2,7 @@ title: "Certificate Manager (ACM)" linkTitle: "Certificate Manager (ACM)" description: Get started with AWS Certificate Manager (ACM) on LocalStack +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/amplify/index.md b/content/en/user-guide/aws/amplify/index.md index 78d02f1f25..80fca92820 100644 --- a/content/en/user-guide/aws/amplify/index.md +++ b/content/en/user-guide/aws/amplify/index.md @@ -2,9 +2,8 @@ title: "Amplify" linkTitle: "Amplify" description: Get started with Amplify on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/apigateway/index.md b/content/en/user-guide/aws/apigateway/index.md index 268e573484..db1c0e300d 100644 --- a/content/en/user-guide/aws/apigateway/index.md +++ b/content/en/user-guide/aws/apigateway/index.md @@ -2,9 +2,8 @@ title: "API Gateway" linkTitle: "API Gateway" description: Get started with API Gateway on LocalStack -tags: ["Pro image"] +tags: ["Free", "Base"] persistence: supported - --- ## Introduction @@ -13,7 +12,7 @@ API Gateway is a managed service that enables developers to create, deploy, and It allows easy creation of REST, HTTP, and WebSocket APIs to securely access data, business logic, or functionality from backend services like AWS Lambda functions or EC2 instances. API Gateway supports standard HTTP methods such as `GET`, `POST`, `PUT`, `PATCH`, and `DELETE` and integrates with various AWS services, including Lambda, Cognito, CloudWatch, and X-Ray. -LocalStack supports API Gateway V1 in the Community image and API Gateway V2 in the Pro image. +LocalStack supports API Gateway V1 (REST API) in the Free plan, and API Gateway V2 (HTTP, Management and WebSocket API) in the Base plan. LocalStack allows you to use the API Gateway APIs to create, deploy, and manage APIs on your local machine to invoke those exposed API endpoints. The supported APIs are available on the API coverage page for [API Gateway V1](https://docs.localstack.cloud/references/coverage/coverage_apigateway/) & [API Gateway V2](https://docs.localstack.cloud/references/coverage/coverage_apigatewayv2/), which provides information on the extent of API Gateway's integration with LocalStack. diff --git a/content/en/user-guide/aws/appconfig/index.md b/content/en/user-guide/aws/appconfig/index.md index 2a4e49036c..00201e9f28 100644 --- a/content/en/user-guide/aws/appconfig/index.md +++ b/content/en/user-guide/aws/appconfig/index.md @@ -2,7 +2,7 @@ title: "AppConfig" linkTitle: "AppConfig" description: Get started with AppConfig on LocalStack -tags: ["Pro image"] +tags: ["Base"] --- AppConfig is a service provided by Amazon Web Services (AWS) that simplifies the process of managing and deploying application configurations. diff --git a/content/en/user-guide/aws/applicationautoscaling/index.md b/content/en/user-guide/aws/applicationautoscaling/index.md index 711b15f4b3..6ee65f8673 100644 --- a/content/en/user-guide/aws/applicationautoscaling/index.md +++ b/content/en/user-guide/aws/applicationautoscaling/index.md @@ -2,9 +2,8 @@ title: "Application Auto Scaling" linkTitle: "Application Auto Scaling" description: Get started with Application Auto Scaling on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/appsync/index.md b/content/en/user-guide/aws/appsync/index.md index 2c8d941017..840327149e 100644 --- a/content/en/user-guide/aws/appsync/index.md +++ b/content/en/user-guide/aws/appsync/index.md @@ -2,7 +2,7 @@ title: "AppSync" linkTitle: "AppSync" description: Get started with AppSync on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/athena/index.md b/content/en/user-guide/aws/athena/index.md index efc597bc67..c4540496de 100644 --- a/content/en/user-guide/aws/athena/index.md +++ b/content/en/user-guide/aws/athena/index.md @@ -2,7 +2,7 @@ title: "Athena" linkTitle: "Athena" description: Get started with Athena on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/autoscaling/index.md b/content/en/user-guide/aws/autoscaling/index.md index a92a7305d8..73a3229283 100644 --- a/content/en/user-guide/aws/autoscaling/index.md +++ b/content/en/user-guide/aws/autoscaling/index.md @@ -2,7 +2,7 @@ title: "Auto Scaling" linkTitle: "Auto Scaling" description: Get started with Auto Scaling" on LocalStack -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/aws/backup/index.md b/content/en/user-guide/aws/backup/index.md index 65539432be..fb9c0dd5cc 100644 --- a/content/en/user-guide/aws/backup/index.md +++ b/content/en/user-guide/aws/backup/index.md @@ -2,9 +2,8 @@ title: "Backup" linkTitle: "Backup" description: Get started with Backup on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/batch/index.md b/content/en/user-guide/aws/batch/index.md index 989ffae544..385194f7c8 100644 --- a/content/en/user-guide/aws/batch/index.md +++ b/content/en/user-guide/aws/batch/index.md @@ -2,7 +2,7 @@ title: Batch linkTitle: Batch description: Get started with Batch on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/bedrock/index.md b/content/en/user-guide/aws/bedrock/index.md index 3087804e49..42e61ec062 100644 --- a/content/en/user-guide/aws/bedrock/index.md +++ b/content/en/user-guide/aws/bedrock/index.md @@ -2,7 +2,7 @@ title: "Bedrock" linkTitle: "Bedrock" description: Use foundation models running on your device with LocalStack! -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/ce/index.md b/content/en/user-guide/aws/ce/index.md index d19efe071c..620b460000 100644 --- a/content/en/user-guide/aws/ce/index.md +++ b/content/en/user-guide/aws/ce/index.md @@ -3,7 +3,7 @@ title: "Cost Explorer" linkTitle: "Cost Explorer" description: > Get started with Cost Explorer on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/cloudformation/index.md b/content/en/user-guide/aws/cloudformation/index.md index 3637a0df2b..b05ae936b9 100644 --- a/content/en/user-guide/aws/cloudformation/index.md +++ b/content/en/user-guide/aws/cloudformation/index.md @@ -3,7 +3,7 @@ title: "CloudFormation" linkTitle: "CloudFormation" description: Get started with Cloudformation on LocalStack persistence: supported with limitations - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/cloudfront/index.md b/content/en/user-guide/aws/cloudfront/index.md index 915dd99542..507ee7040b 100644 --- a/content/en/user-guide/aws/cloudfront/index.md +++ b/content/en/user-guide/aws/cloudfront/index.md @@ -2,9 +2,8 @@ title: "CloudFront" linkTitle: "CloudFront" description: Get started with CloudFront on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/cloudtrail/index.md b/content/en/user-guide/aws/cloudtrail/index.md index cfd9f0a754..0bff2c2129 100644 --- a/content/en/user-guide/aws/cloudtrail/index.md +++ b/content/en/user-guide/aws/cloudtrail/index.md @@ -2,9 +2,8 @@ title: "CloudTrail" linkTitle: "CloudTrail" description: Get started with CloudTrail on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/cloudwatch/index.md b/content/en/user-guide/aws/cloudwatch/index.md index 2e3c95ee5f..5624528258 100644 --- a/content/en/user-guide/aws/cloudwatch/index.md +++ b/content/en/user-guide/aws/cloudwatch/index.md @@ -2,10 +2,8 @@ title: "CloudWatch" linkTitle: "CloudWatch" description: Get started with AWS CloudWatch on LocalStack -aliases: -- /aws/cloudwatch/ persistence: supported - +tags: ["Free"] --- CloudWatch is a comprehensive monitoring and observability service that Amazon Web Services (AWS) provides. @@ -129,7 +127,7 @@ The output should look similar to the following: ``` {{< callout "tip" >}} -You can use [filters](https://docs.aws.amazon.com/cli/latest/reference/logs/filter-log-events.html) or [queries](https://docs.aws.amazon.com/cli/latest/reference/logs/get-query-results.html) with the LocalStack Pro image to refine your results. +You can use [filters](https://docs.aws.amazon.com/cli/latest/reference/logs/filter-log-events.html) or [queries](https://docs.aws.amazon.com/cli/latest/reference/logs/get-query-results.html) with a licensed LocalStack edition to refine your results. {{< /callout >}} ## Metric Alarms diff --git a/content/en/user-guide/aws/codecommit/index.md b/content/en/user-guide/aws/codecommit/index.md index 75658c0127..3a0a8bb105 100644 --- a/content/en/user-guide/aws/codecommit/index.md +++ b/content/en/user-guide/aws/codecommit/index.md @@ -2,7 +2,7 @@ title: "CodeCommit" linkTitle: "CodeCommit" description: Get started with CodeCommit on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported --- diff --git a/content/en/user-guide/aws/cognito/index.md b/content/en/user-guide/aws/cognito/index.md index 2069e55c7e..585208bdb2 100644 --- a/content/en/user-guide/aws/cognito/index.md +++ b/content/en/user-guide/aws/cognito/index.md @@ -2,9 +2,8 @@ title: "Cognito" linkTitle: "Cognito" description: Get started with Cognito on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/config/index.md b/content/en/user-guide/aws/config/index.md index 23c7373ec6..b32328c176 100644 --- a/content/en/user-guide/aws/config/index.md +++ b/content/en/user-guide/aws/config/index.md @@ -3,7 +3,7 @@ title: "Config" linkTitle: "Config" description: Get started with Config on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/dms/index.md b/content/en/user-guide/aws/dms/index.md index 7de2765c2e..24b1498090 100644 --- a/content/en/user-guide/aws/dms/index.md +++ b/content/en/user-guide/aws/dms/index.md @@ -2,7 +2,7 @@ title: "Database Migration Service (DMS)" linkTitle: "Database Migration Service (DMS)" description: Get started with Database Migration Service (DMS) on LocalStack -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction @@ -15,8 +15,7 @@ The supported APIs are available on our [API coverage page](https://docs.localst {{< callout "note">}} DMS is in a preview state, supporting only [selected use cases](#supported-use-cases). -It is only available as part of the **LocalStack Enterprise** plan, and you need to set the env `ENABLE_DMS=1` in order to activate it. -If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access. +You need to set the env `ENABLE_DMS=1` in order to activate it. {{< /callout >}} ## Getting started diff --git a/content/en/user-guide/aws/docdb/index.md b/content/en/user-guide/aws/docdb/index.md index 0f94a4ae74..f4d9cb539e 100644 --- a/content/en/user-guide/aws/docdb/index.md +++ b/content/en/user-guide/aws/docdb/index.md @@ -1,9 +1,8 @@ --- title: "DocumentDB (DocDB)" linkTitle: "DocumentDB (DocDB)" -categories: ["LocalStack Pro"] -description: > - Get started with AWS DocumentDB on LocalStack +tags: ["Ultimate"] +description: Get started with AWS DocumentDB on LocalStack --- ## Introduction diff --git a/content/en/user-guide/aws/dynamodb/index.md b/content/en/user-guide/aws/dynamodb/index.md index a77ee83e11..9454f58b93 100644 --- a/content/en/user-guide/aws/dynamodb/index.md +++ b/content/en/user-guide/aws/dynamodb/index.md @@ -3,7 +3,7 @@ title: DynamoDB linkTitle: DynamoDB description: Get started with DynamoDB on LocalStack persistence: supported - +tags: ["Free"] --- DynamoDB is a fully managed NoSQL database service provided by AWS. diff --git a/content/en/user-guide/aws/ec2/index.md b/content/en/user-guide/aws/ec2/index.md index fa99f6370b..f12abb21ed 100644 --- a/content/en/user-guide/aws/ec2/index.md +++ b/content/en/user-guide/aws/ec2/index.md @@ -1,10 +1,9 @@ --- title: "Elastic Compute Cloud (EC2)" linkTitle: "Elastic Compute Cloud (EC2)" -tags: ["Pro image"] +tags: ["Free"] description: Get started with Amazon Elastic Compute Cloud (EC2) on LocalStack persistence: supported with limitations - --- ## Introduction @@ -453,7 +452,7 @@ Any operation not listed below will use the mock VM manager. {{< callout "note" >}} The Libvirt VM manager is under active development. -It is currently offered as a preview and will be part of the Enterprise Plan upon release. +It is currently offered as a preview and will be part of the Ultimate plan upon release. If a functionality you desire is missing, please create a feature request on the [GitHub issue tracker](https://github.com/localstack/localstack/issues/new/choose). {{< /callout >}} diff --git a/content/en/user-guide/aws/ecr/index.md b/content/en/user-guide/aws/ecr/index.md index 5c03d1b581..0e8569af93 100644 --- a/content/en/user-guide/aws/ecr/index.md +++ b/content/en/user-guide/aws/ecr/index.md @@ -2,9 +2,8 @@ title: "Elastic Container Registry (ECR)" linkTitle: "Elastic Container Registry (ECR)" description: Get started with Elastic Container Registry (ECR) on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/ecs/index.md b/content/en/user-guide/aws/ecs/index.md index 0a4f2f7d29..88145aa195 100644 --- a/content/en/user-guide/aws/ecs/index.md +++ b/content/en/user-guide/aws/ecs/index.md @@ -1,13 +1,9 @@ --- title: "Elastic Container Service (ECS)" linkTitle: "Elastic Container Service (ECS)" -categories: ["LocalStack Pro"] +tags: ["Base"] description: Get started with Elastic Container Service (ECS) on LocalStack -aliases: -- /aws/elastic-container-service/ -- /user-guide/aws/elastic-container-service/ persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/efs/index.md b/content/en/user-guide/aws/efs/index.md index 29ca933dc4..2290b0ef72 100644 --- a/content/en/user-guide/aws/efs/index.md +++ b/content/en/user-guide/aws/efs/index.md @@ -1,9 +1,8 @@ --- title: "Elastic File System (EFS)" linkTitle: "Elastic File System (EFS)" -description: > - Get started with Elastic File System (EFS) on LocalStack -tags: ["Pro image"] +description: Get started with Elastic File System (EFS) on LocalStack +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/eks/index.md b/content/en/user-guide/aws/eks/index.md index c8adbc0d81..9aff4ccfc8 100644 --- a/content/en/user-guide/aws/eks/index.md +++ b/content/en/user-guide/aws/eks/index.md @@ -2,9 +2,8 @@ title: "Elastic Kubernetes Service (EKS)" linkTitle: "Elastic Kubernetes Service (EKS)" description: Get started with Elastic Kubernetes Service (EKS) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported with limitations - --- ## Introduction diff --git a/content/en/user-guide/aws/elasticache/index.md b/content/en/user-guide/aws/elasticache/index.md index dcd1ba6c68..0904ea1086 100644 --- a/content/en/user-guide/aws/elasticache/index.md +++ b/content/en/user-guide/aws/elasticache/index.md @@ -1,12 +1,9 @@ --- title: "ElastiCache" linkTitle: "ElastiCache" -categories: ["LocalStack Pro"] +tags: ["Base"] description: Get started with AWS ElastiCache on LocalStack -aliases: -- /aws/elasticache/ persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/elasticbeanstalk/index.md b/content/en/user-guide/aws/elasticbeanstalk/index.md index f8e9148bb7..e133a64517 100644 --- a/content/en/user-guide/aws/elasticbeanstalk/index.md +++ b/content/en/user-guide/aws/elasticbeanstalk/index.md @@ -3,7 +3,7 @@ title: "Elastic Beanstalk" linkTitle: "Elastic Beanstalk" description: > Get started with Elastic Beanstalk (EB) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/elastictranscoder/index.md b/content/en/user-guide/aws/elastictranscoder/index.md index 3a741cb29b..8dd61fd40a 100644 --- a/content/en/user-guide/aws/elastictranscoder/index.md +++ b/content/en/user-guide/aws/elastictranscoder/index.md @@ -2,7 +2,7 @@ title: "Elastic Transcoder" linkTitle: "Elastic Transcoder" description: Get started with Elastic Transcoder on LocalStack -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/aws/elb/index.md b/content/en/user-guide/aws/elb/index.md index 2415ab1ab2..a75982e5d2 100644 --- a/content/en/user-guide/aws/elb/index.md +++ b/content/en/user-guide/aws/elb/index.md @@ -2,7 +2,7 @@ title: "Elastic Load Balancing (ELB)" linkTitle: "Elastic Load Balancing (ELB)" description: Get started with Elastic Load Balancing (ELB) on LocalStack -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/aws/elementalmediaconvert/index.md b/content/en/user-guide/aws/elementalmediaconvert/index.md index 0373fe8e76..5b3c7de9b1 100644 --- a/content/en/user-guide/aws/elementalmediaconvert/index.md +++ b/content/en/user-guide/aws/elementalmediaconvert/index.md @@ -2,7 +2,7 @@ title: "Elemental MediaConvert" linkTitle: "Elemental MediaConvert" description: Get started with Elemental MediaConvert on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/emr/index.md b/content/en/user-guide/aws/emr/index.md index d43bcc7c86..bc36dcdd3a 100644 --- a/content/en/user-guide/aws/emr/index.md +++ b/content/en/user-guide/aws/emr/index.md @@ -1,12 +1,9 @@ --- title: "Elastic MapReduce (EMR)" linkTitle: "Elastic MapReduce (EMR)" -categories: ["LocalStack Pro"] +tags: ["Ultimate"] description: > Get started with Elastic MapReduce (EMR) on LocalStack -aliases: - - /aws/elastic-mapreduce/ - - /user-guide/aws/elastic-mapreduce/ --- ## Introduction @@ -15,7 +12,7 @@ Amazon Elastic MapReduce (EMR) is a fully managed big data processing service th EMR supports various big data processing frameworks, including Hadoop MapReduce, Apache Spark, Apache Hive, and Apache Pig. Developers can leverage these frameworks and their rich ecosystem of tools and libraries to perform complex data transformations, machine learning tasks, and real-time data processing. -LocalStack Pro supports EMR and allows developers to run data analytics workloads locally. +LocalStack supports EMR and allows developers to run data analytics workloads locally. EMR utilizes various tools in the [Hadoop](https://hadoop.apache.org/) and [Spark](https://spark.apache.org) ecosystem, and your EMR instance is automatically configured to connect seamlessly to LocalStack's S3 API. LocalStack also supports EMR Serverless to create applications and job runs, to run your Spark/PySpark jobs locally. diff --git a/content/en/user-guide/aws/es/index.md b/content/en/user-guide/aws/es/index.md index ab1a878254..1d0d903b79 100644 --- a/content/en/user-guide/aws/es/index.md +++ b/content/en/user-guide/aws/es/index.md @@ -3,9 +3,7 @@ title: "Elasticsearch Service" linkTitle: "Elasticsearch Service" description: > Get started with Amazon Elasticsearch Service (ES) on LocalStack -aliases: - - /aws/elasticsearch/ - - /user-guide/aws/elasticsearch/ +tags: ["Free"] --- The Elasticsearch Service in LocalStack lets you create one or more single-node Elasticsearch/OpenSearch cluster that behaves like the [Amazon Elasticsearch Service](https://aws.amazon.com/opensearch-service/the-elk-stack/what-is-elasticsearch/). diff --git a/content/en/user-guide/aws/events/index.md b/content/en/user-guide/aws/events/index.md index 80f5a36ece..73edcdc553 100644 --- a/content/en/user-guide/aws/events/index.md +++ b/content/en/user-guide/aws/events/index.md @@ -3,7 +3,7 @@ title: "EventBridge" linkTitle: "EventBridge" description: Get started with EventBridge on LocalStack persistence: supported with limitations - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/firehose/index.md b/content/en/user-guide/aws/firehose/index.md index 7e60b99900..73d5e8dae3 100644 --- a/content/en/user-guide/aws/firehose/index.md +++ b/content/en/user-guide/aws/firehose/index.md @@ -3,8 +3,7 @@ title: "Data Firehose" linkTitle: "Data Firehose" description: > Get started with Data Firehose on LocalStack -aliases: -- /user-guide/aws/kinesis-firehose/ +tags: ["Free"] --- {{< callout >}} diff --git a/content/en/user-guide/aws/fis/index.md b/content/en/user-guide/aws/fis/index.md index 6534480f24..b01492d974 100644 --- a/content/en/user-guide/aws/fis/index.md +++ b/content/en/user-guide/aws/fis/index.md @@ -3,7 +3,7 @@ title: "Fault Injection Service (FIS)" linkTitle: "Fault Injection Service (FIS)" description: > Get started with Fault Injection Service (FIS) on LocalStack -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/glacier/index.md b/content/en/user-guide/aws/glacier/index.md index 9281d4fa78..cd52965ae5 100644 --- a/content/en/user-guide/aws/glacier/index.md +++ b/content/en/user-guide/aws/glacier/index.md @@ -2,9 +2,8 @@ title: "Glacier" linkTitle: "Glacier" description: Get started with S3 Glacier on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/glue/index.md b/content/en/user-guide/aws/glue/index.md index 375acd3cfd..9b14839847 100644 --- a/content/en/user-guide/aws/glue/index.md +++ b/content/en/user-guide/aws/glue/index.md @@ -2,14 +2,14 @@ title: Glue linkTitle: Glue description: Get started with Glue on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction The Glue API in LocalStack Pro allows you to run ETL (Extract-Transform-Load) jobs locally, maintaining table metadata in the local Glue data catalog, and using the Spark ecosystem (PySpark/Scala) to run data processing workflows. -LocalStack allows you to use the Glue APIs in your local environment. +LocalStack allows you to use the Glue APIs in your local environment. The supported APIs are available on our [API coverage page](/references/coverage/coverage_glue/), which provides information on the extent of Glue's integration with LocalStack. {{< callout >}} diff --git a/content/en/user-guide/aws/iam/index.md b/content/en/user-guide/aws/iam/index.md index 4442893a7d..a209b42f2c 100644 --- a/content/en/user-guide/aws/iam/index.md +++ b/content/en/user-guide/aws/iam/index.md @@ -3,7 +3,7 @@ title: "Identity and Access Management (IAM)" linkTitle: "Identity and Access Management (IAM)" description: Get started with AWS Identity and Access Management (IAM) on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/identitystore/index.md b/content/en/user-guide/aws/identitystore/index.md index 13479673f1..a2d97ccba5 100644 --- a/content/en/user-guide/aws/identitystore/index.md +++ b/content/en/user-guide/aws/identitystore/index.md @@ -2,7 +2,7 @@ title: "Identity Store" linkTitle: "Identity Store" description: Get started with Identity Store on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/iot/index.md b/content/en/user-guide/aws/iot/index.md index 6a817a1b53..d3696822c9 100644 --- a/content/en/user-guide/aws/iot/index.md +++ b/content/en/user-guide/aws/iot/index.md @@ -1,18 +1,16 @@ --- title: "IoT" linkTitle: "IoT" -categories: ["LocalStack Pro"] +tags: ["Base"] description: > Get started with AWS IoT on LocalStack -aliases: - - /aws/iot/ --- ## Introduction AWS IoT provides cloud services to manage IoT devices and integrate them with other AWS services. -LocalStack Pro supports IoT Core, IoT Data, IoT Analytics. +LocalStack supports IoT Core, IoT Data, IoT Analytics. Common operations for creating and updating things, groups, policies, certificates and other entities are implemented with full CloudFormation support. The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_iot/). diff --git a/content/en/user-guide/aws/iotanalytics/index.md b/content/en/user-guide/aws/iotanalytics/index.md index d620c2f993..94655662c6 100644 --- a/content/en/user-guide/aws/iotanalytics/index.md +++ b/content/en/user-guide/aws/iotanalytics/index.md @@ -1,7 +1,7 @@ --- title: "IoT Analytics" linkTitle: "IoT Analytics" -categories: ["LocalStack Pro"] +tags: ["Ultimate"] description: Get started with IoT Analytics on LocalStack --- diff --git a/content/en/user-guide/aws/iotdata/index.md b/content/en/user-guide/aws/iotdata/index.md index b29b9b27e6..2ddf33ee28 100644 --- a/content/en/user-guide/aws/iotdata/index.md +++ b/content/en/user-guide/aws/iotdata/index.md @@ -1,7 +1,7 @@ --- title: "IoT Data" linkTitle: "IoT Data" -categories: ["LocalStack Pro"] +tags: ["Ultimate"] description: Get started with IoT Data on LocalStack --- diff --git a/content/en/user-guide/aws/iotwireless/index.md b/content/en/user-guide/aws/iotwireless/index.md index 7764d654db..fbec3bcfb5 100644 --- a/content/en/user-guide/aws/iotwireless/index.md +++ b/content/en/user-guide/aws/iotwireless/index.md @@ -2,7 +2,7 @@ title: "IoT Wireless" linkTitle: "IoT Wireless" description: Get started with IoT Wireless on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/kinesis/index.md b/content/en/user-guide/aws/kinesis/index.md index 7304aa99ac..99f51e4467 100644 --- a/content/en/user-guide/aws/kinesis/index.md +++ b/content/en/user-guide/aws/kinesis/index.md @@ -3,7 +3,7 @@ title: "Kinesis Data Streams" linkTitle: "Kinesis Data Streams" description: Get started with Kinesis Data Streams on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/kinesisanalytics/index.md b/content/en/user-guide/aws/kinesisanalytics/index.md index 355b6e8569..084a53565a 100644 --- a/content/en/user-guide/aws/kinesisanalytics/index.md +++ b/content/en/user-guide/aws/kinesisanalytics/index.md @@ -3,7 +3,7 @@ title: "Kinesis Data Analytics for SQL Applications" linkTitle: "Kinesis Data Analytics for SQL Applications" description: > Get started with Kinesis Data Analytics for SQL Applications on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- {{< callout "warning" >}} @@ -17,9 +17,7 @@ Kinesis Data Analytics for SQL Applications is a service offered by Amazon Web S It allows you to apply transformations, filtering, and enrichment to streaming data using standard SQL syntax. LocalStack allows you to use the Kinesis Data Analytics APIs in your local environment. -The API coverage is available on: - -* [Kinesis Data Analytics](https://docs.localstack.cloud/references/coverage/coverage_kinesisanalytics/) +The supported APIs is available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_kinesisanalytics/). ## Getting started diff --git a/content/en/user-guide/aws/kinesisanalyticsv2/index.md b/content/en/user-guide/aws/kinesisanalyticsv2/index.md index 88c38d21e4..5d0b017575 100644 --- a/content/en/user-guide/aws/kinesisanalyticsv2/index.md +++ b/content/en/user-guide/aws/kinesisanalyticsv2/index.md @@ -3,7 +3,7 @@ title: "Managed Service for Apache Flink" linkTitle: "Managed Service for Apache Flink" description: > Get started with Managed Service for Apache Flink on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- {{< callout >}} diff --git a/content/en/user-guide/aws/kms/index.md b/content/en/user-guide/aws/kms/index.md index 3b8135183a..11a72cfc51 100644 --- a/content/en/user-guide/aws/kms/index.md +++ b/content/en/user-guide/aws/kms/index.md @@ -3,7 +3,7 @@ title: "Key Management Service (KMS)" linkTitle: "Key Management Service (KMS)" description: Get started with Key Management Service (KMS) on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/lakeformation/index.md b/content/en/user-guide/aws/lakeformation/index.md index 93fcd85c67..43ba9744d2 100644 --- a/content/en/user-guide/aws/lakeformation/index.md +++ b/content/en/user-guide/aws/lakeformation/index.md @@ -2,6 +2,7 @@ title: "Lake Formation" linkTitle: "Lake Formation" description: Get started with Lake Formation on LocalStack +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/lambda/index.md b/content/en/user-guide/aws/lambda/index.md index b7beef5ebd..1772d51caa 100644 --- a/content/en/user-guide/aws/lambda/index.md +++ b/content/en/user-guide/aws/lambda/index.md @@ -2,13 +2,8 @@ title: "Lambda" linkTitle: "Lambda" description: Get started with Lambda on LocalStack -aliases: -- /references/lambda-executors/ -- /references/lambda-provider-v2/ -- /references/lambda-asf-provider/ -- /references/lambda-v2-provider/ +tags: ["Free"] persistence: supported with limitations - --- ## Introduction @@ -181,7 +176,7 @@ Where necessary, footnotes are used to provide additional context. {{< callout >}} Feature availability and coverage is categorized with the following system: -- ⭐️ Only Available in LocalStack Pro image +- ⭐️ Only Available in LocalStack licensed editions - 🟢 Fully Implemented - 🟡 Partially Implemented - 🟠 Not Implemented @@ -221,7 +216,7 @@ Create a [GitHub issue](https://github.com/localstack/localstack/issues/new/choo ## Lambda Layers (Pro) [Lambda layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) let you include additional code and dependencies in your Lambda functions. -The LocalStack Pro image allows you to deploy Lambda Layers locally to streamline your development and testing process. +With a valid LocalStack license, you can deploy Lambda Layers locally to streamline your development and testing process. The Community image also allows creating, updating, and deleting Lambda Layers, but they are not applied when invoking a Lambda function. ### Creating and using a Lambda Layer Locally diff --git a/content/en/user-guide/aws/logs/index.md b/content/en/user-guide/aws/logs/index.md index 613af3e1ca..bc3c23c2d5 100644 --- a/content/en/user-guide/aws/logs/index.md +++ b/content/en/user-guide/aws/logs/index.md @@ -2,10 +2,8 @@ title: "CloudWatch Logs" linkTitle: "CloudWatch Logs" description: Get started with AWS CloudWatch Logs on LocalStack -aliases: -- /aws/logs/ +tags: ["Free"] persistence: supported - --- [CloudWatch Logs](https://docs.aws.amazon.com/cloudwatch/index.html) allows to store and retrieve logs. diff --git a/content/en/user-guide/aws/managedblockchain/index.md b/content/en/user-guide/aws/managedblockchain/index.md index dacc682ff9..813662c320 100644 --- a/content/en/user-guide/aws/managedblockchain/index.md +++ b/content/en/user-guide/aws/managedblockchain/index.md @@ -3,7 +3,7 @@ title: "Managed Blockchain (AMB)" linkTitle: "Managed Blockchain (AMB)" description: > Get started with Managed Blockchain (AMB) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- Managed Blockchain (AMB) is a managed service that enables the creation and management of blockchain networks, such as Hyperledger Fabric, Bitcoin, Polygon and Ethereum. diff --git a/content/en/user-guide/aws/mediastore/index.md b/content/en/user-guide/aws/mediastore/index.md index 401a55c3a9..caa7f6f4ce 100644 --- a/content/en/user-guide/aws/mediastore/index.md +++ b/content/en/user-guide/aws/mediastore/index.md @@ -2,7 +2,7 @@ title: Elemental MediaStore linkTitle: Elemental MediaStore description: Get started with Elemental MediaStore on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/memorydb/index.md b/content/en/user-guide/aws/memorydb/index.md index 953c35e776..2cd6bd850c 100644 --- a/content/en/user-guide/aws/memorydb/index.md +++ b/content/en/user-guide/aws/memorydb/index.md @@ -1,11 +1,8 @@ --- title: "MemoryDB for Redis" linkTitle: "MemoryDB for Redis" -categories: ["LocalStack Pro"] -description: > - Get started with AWS MemoryDB on LocalStack -aliases: - - /aws/memorydb/ +tags: ["Ultimate"] +description: Get started with MemoryDB on LocalStack --- ## Introduction @@ -13,7 +10,7 @@ aliases: MemoryDB is a fully managed, Redis-compatible, in-memory database tailored for workloads demanding ultra-fast, primary database functionality. It streamlines the deployment and management of in-memory databases within the AWS cloud environment, acting as a replacement for using a cache in front of a database for improved durability and performance. -LocalStack's Pro offering contains support for the main MemoryDB APIs surrounding cluster creation, allowing developers to utilize the MemoryDB functionalities in their local development environment. +LocalStack provides support for the main MemoryDB APIs surrounding cluster creation, allowing developers to utilize the MemoryDB functionalities in their local development environment. The supported APIs are available on our [API Coverage Page](https://docs.localstack.cloud/references/coverage/coverage_memorydb/), which provides information on the extent of MemoryDB's integration with LocalStack. ## Getting started diff --git a/content/en/user-guide/aws/mq/index.md b/content/en/user-guide/aws/mq/index.md index 4c1b4a2aaf..1f839092c1 100644 --- a/content/en/user-guide/aws/mq/index.md +++ b/content/en/user-guide/aws/mq/index.md @@ -2,7 +2,7 @@ title: "MQ" linkTitle: "MQ" description: Get started with MQ on LocalStack -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/aws/msk/index.md b/content/en/user-guide/aws/msk/index.md index 40a9d3c561..e6454a067e 100644 --- a/content/en/user-guide/aws/msk/index.md +++ b/content/en/user-guide/aws/msk/index.md @@ -2,9 +2,8 @@ title: "Managed Streaming for Kafka (MSK)" linkTitle: "Managed Streaming for Kafka (MSK)" description: Get started with Managed Streaming for Kafka (MSK) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported with limitations - --- ## Introduction diff --git a/content/en/user-guide/aws/mwaa/index.md b/content/en/user-guide/aws/mwaa/index.md index 4d80202e62..2a7131d55e 100644 --- a/content/en/user-guide/aws/mwaa/index.md +++ b/content/en/user-guide/aws/mwaa/index.md @@ -3,7 +3,7 @@ title: "Managed Workflows for Apache Airflow (MWAA)" linkTitle: "Managed Workflows for Apache Airflow (MWAA)" description: > Get started with Managed Workflows for Apache Airflow (MWAA) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/neptune/index.md b/content/en/user-guide/aws/neptune/index.md index af86f143c6..c0a9af3ea6 100644 --- a/content/en/user-guide/aws/neptune/index.md +++ b/content/en/user-guide/aws/neptune/index.md @@ -3,7 +3,7 @@ title: "Neptune" linkTitle: "Neptune" description: > Get started with Neptune on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/opensearch/index.md b/content/en/user-guide/aws/opensearch/index.md index ef51bbac41..70199ba4a6 100644 --- a/content/en/user-guide/aws/opensearch/index.md +++ b/content/en/user-guide/aws/opensearch/index.md @@ -3,6 +3,7 @@ title: "OpenSearch Service" linkTitle: "OpenSearch Service" description: > Get started with OpenSearch Service on LocalStack +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/organizations/index.md b/content/en/user-guide/aws/organizations/index.md index b5d197094f..73ab5ee23f 100644 --- a/content/en/user-guide/aws/organizations/index.md +++ b/content/en/user-guide/aws/organizations/index.md @@ -1,11 +1,8 @@ --- title: "Organizations" linkTitle: "Organizations" -categories: ["LocalStack Pro"] +tags: ["Ultimate"] description: Get started with AWS Organizations on LocalStack -aliases: - - /aws/organization/ - - /user-guide/aws/organization/ --- Amazon Web Services Organizations is an account management service that allows you to consolidate multiple different AWS accounts into an organization. diff --git a/content/en/user-guide/aws/pca/index.md b/content/en/user-guide/aws/pca/index.md index 426afede43..3320b9631e 100644 --- a/content/en/user-guide/aws/pca/index.md +++ b/content/en/user-guide/aws/pca/index.md @@ -2,7 +2,7 @@ title: "Private Certificate Authority (ACM PCA)" linkTitle: "Private Certificate Authority (ACM PCA)" description: Get started with Private Certificate Authority (ACM PCA) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/pinpoint/index.md b/content/en/user-guide/aws/pinpoint/index.md index 50f8889737..79732063b7 100644 --- a/content/en/user-guide/aws/pinpoint/index.md +++ b/content/en/user-guide/aws/pinpoint/index.md @@ -2,7 +2,7 @@ title: "Pinpoint" linkTitle: "Pinpoint" description: Get started with Pinpoint on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported --- diff --git a/content/en/user-guide/aws/pipes/index.md b/content/en/user-guide/aws/pipes/index.md index 455cac0ca5..100bb41ad3 100644 --- a/content/en/user-guide/aws/pipes/index.md +++ b/content/en/user-guide/aws/pipes/index.md @@ -2,9 +2,8 @@ title: "EventBridge Pipes" linkTitle: "EventBridge Pipes" description: Get started with EventBridge Pipes on LocalStack -tags: ["Pro image"] +tags: ["Free"] persistence: supported with limitations - --- ## Introduction diff --git a/content/en/user-guide/aws/qldb/index.md b/content/en/user-guide/aws/qldb/index.md index 6bd6ccfbbe..9401e79ab1 100644 --- a/content/en/user-guide/aws/qldb/index.md +++ b/content/en/user-guide/aws/qldb/index.md @@ -1,7 +1,7 @@ --- title: "Quantum Ledger Database (QLDB)" linkTitle: "Quantum Ledger Database (QLDB)" -tags: ["Pro image"] +tags: ["Ultimate"] description: Get started with Quantum Ledger Database (QLDB) on LocalStack --- diff --git a/content/en/user-guide/aws/ram/index.md b/content/en/user-guide/aws/ram/index.md index 4a51e6d741..cb50d48c13 100644 --- a/content/en/user-guide/aws/ram/index.md +++ b/content/en/user-guide/aws/ram/index.md @@ -2,13 +2,15 @@ title: "Resource Access Manager (RAM)" linkTitle: "Resource Access Manager (RAM)" description: Get started with RAM on LocalStack +tags: ["Ultimate"] --- -Resource Access Manager (RAM) helps resources to be shared across AWS accounts, within or across organizations. +## Introduction +Resource Access Manager (RAM) helps resources to be shared across AWS accounts, within or across organizations. On AWS, RAM is an abstraction on top of AWS Identity and Access Management (IAM) which can manage resource-based policies to supported resource types. -RAM is available in LocalStack Pro. +RAM is available in LocalStack. The supported API operations can be found on the [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_ram/). ## Getting started diff --git a/content/en/user-guide/aws/rds/index.md b/content/en/user-guide/aws/rds/index.md index 1d954df248..95c0282ba8 100644 --- a/content/en/user-guide/aws/rds/index.md +++ b/content/en/user-guide/aws/rds/index.md @@ -2,9 +2,8 @@ title: "Relational Database Service (RDS)" linkTitle: "Relational Database Service (RDS)" description: Get started with Relational Database Service (RDS) on LocalStack -tags: ["Pro image"] +tags: ["Base"] persistence: supported with limitations - --- ## Introduction diff --git a/content/en/user-guide/aws/redshift/index.md b/content/en/user-guide/aws/redshift/index.md index 3f12cadaaa..f82f202191 100644 --- a/content/en/user-guide/aws/redshift/index.md +++ b/content/en/user-guide/aws/redshift/index.md @@ -2,7 +2,7 @@ title: "Redshift" linkTitle: "Redshift" description: Get started with Redshift on LocalStack -tags: ["Pro image"] +tags: ["Free", "Ultimate"] --- ## Introduction @@ -15,7 +15,8 @@ LocalStack allows you to use the RedShift APIs in your local environment to anal The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_redshift/), which provides information on the extent of RedShift's integration with LocalStack. {{< callout "Note" >}} -The Community edition of LocalStack provides RedShift with mocked CRUD operations, while the Pro edition provides emulation capabilities. +Users on Free plan can use RedShift APIs in LocalStack for basic mocking and testing. +For advanced features like Redshift Data API and other emulation capabilities, please refer to the Ultimate plan. {{< /callout >}} ## Getting started diff --git a/content/en/user-guide/aws/resource_groups/index.md b/content/en/user-guide/aws/resource_groups/index.md index c495ca5a0b..6b49ce30d4 100644 --- a/content/en/user-guide/aws/resource_groups/index.md +++ b/content/en/user-guide/aws/resource_groups/index.md @@ -1,8 +1,7 @@ --- title: "Resource Groups" linkTitle: "Resource Groups" -aliases: -- /user-guide/aws/resourcegroups/ +tags: ["Free"] description: > Get started with Resource Groups on LocalStack --- diff --git a/content/en/user-guide/aws/route53/index.md b/content/en/user-guide/aws/route53/index.md index e481014e53..03928be4ca 100644 --- a/content/en/user-guide/aws/route53/index.md +++ b/content/en/user-guide/aws/route53/index.md @@ -3,7 +3,7 @@ title: "Route 53" linkTitle: "Route 53" description: Get started with Route 53 on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction @@ -15,7 +15,7 @@ Route 53 integrates seamlessly with other AWS services, such as route traffic to LocalStack allows you to use the Route53 APIs in your local environment to create hosted zones and to manage DNS entries. The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_route53/), which provides information on the extent of Route53's integration with LocalStack. -LocalStack Pro image integrates with our DNS server to respond to DNS queries with these domains. +LocalStack also integrates with our DNS server to respond to DNS queries with these domains. {{< callout "note">}} LocalStack CLI does not publish port `53` anymore by default. diff --git a/content/en/user-guide/aws/route53resolver/index.md b/content/en/user-guide/aws/route53resolver/index.md index a7ce9d649e..5347282610 100644 --- a/content/en/user-guide/aws/route53resolver/index.md +++ b/content/en/user-guide/aws/route53resolver/index.md @@ -3,7 +3,7 @@ title: "Route 53 Resolver" linkTitle: "Route 53 Resolver" description: Get started with Route 53 Resolver on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/s3/index.md b/content/en/user-guide/aws/s3/index.md index 5717ec7231..f61e8c37d0 100644 --- a/content/en/user-guide/aws/s3/index.md +++ b/content/en/user-guide/aws/s3/index.md @@ -3,7 +3,7 @@ title: "Simple Storage Service (S3)" linkTitle: "Simple Storage Service (S3)" description: Get started with Amazon S3 on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/sagemaker/index.md b/content/en/user-guide/aws/sagemaker/index.md index 6776574d97..eb4c42efde 100644 --- a/content/en/user-guide/aws/sagemaker/index.md +++ b/content/en/user-guide/aws/sagemaker/index.md @@ -2,7 +2,7 @@ title: "SageMaker" linkTitle: "SageMaker" description: Get started with SageMaker on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction @@ -10,7 +10,7 @@ tags: ["Pro image"] Amazon SageMaker is a fully managed service provided by Amazon Web Services (AWS) that provides the tools to build, train, and deploy machine-learning models in the cloud for predictive analytics applications. It streamlines the machine learning development process, reduces the time and effort required to build and deploy models, and offers the scalability and flexibility needed for large-scale machine learning projects in the AWS cloud. -LocalStack Pro provides a local version of the SageMaker API, which allows running jobs to create machine learning models (e.g., using PyTorch) and to deploy them. +LocalStack provides a local version of the SageMaker API, which allows running jobs to create machine learning models (e.g., using PyTorch) and to deploy them. The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_sagemaker/), which provides information on the extent of Sagemaker's integration with LocalStack. {{< callout >}} diff --git a/content/en/user-guide/aws/scheduler/index.md b/content/en/user-guide/aws/scheduler/index.md index d973c44775..58b00fc6b8 100644 --- a/content/en/user-guide/aws/scheduler/index.md +++ b/content/en/user-guide/aws/scheduler/index.md @@ -2,6 +2,7 @@ title: "EventBridge Scheduler" linkTitle: "EventBridge Scheduler" description: Get started with EventBridge Scheduler on LocalStack +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/secretsmanager/index.md b/content/en/user-guide/aws/secretsmanager/index.md index c8b33d1288..5adb6e4174 100644 --- a/content/en/user-guide/aws/secretsmanager/index.md +++ b/content/en/user-guide/aws/secretsmanager/index.md @@ -3,7 +3,7 @@ title: "Secrets Manager" linkTitle: "Secrets Manager" description: Get started with Secrets Manager on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/serverlessrepo/index.md b/content/en/user-guide/aws/serverlessrepo/index.md index 7a8e0af817..ebd0f2daab 100644 --- a/content/en/user-guide/aws/serverlessrepo/index.md +++ b/content/en/user-guide/aws/serverlessrepo/index.md @@ -3,7 +3,7 @@ title: "Serverless Application Repository" linkTitle: "Serverless Application Repository" description: > Get started with Serverless Application Repository on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/servicediscovery/index.md b/content/en/user-guide/aws/servicediscovery/index.md index 2bd57042c8..ede2f6151c 100644 --- a/content/en/user-guide/aws/servicediscovery/index.md +++ b/content/en/user-guide/aws/servicediscovery/index.md @@ -3,7 +3,7 @@ title: "Service Discovery" linkTitle: "Service Discovery" description: > Get started with Service Discovery on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/ses/index.md b/content/en/user-guide/aws/ses/index.md index d1158dc677..cb8bc61e29 100644 --- a/content/en/user-guide/aws/ses/index.md +++ b/content/en/user-guide/aws/ses/index.md @@ -2,9 +2,8 @@ title: "Simple Email Service (SES)" linkTitle: "Simple Email Service (SES)" description: Get started with Amazon Simple Email Service (SES) on LocalStack -tags: ["Pro image"] +tags: ["Free", "Base"] persistence: supported - --- ## Introduction @@ -12,9 +11,13 @@ persistence: supported Simple Email Service (SES) is an emailing service that can be integrated with other cloud-based services. It provides API to facilitate email templating, sending bulk emails and more. -SESv1 is available in LocalStack Community image, while SESv2 and SMTP integration is available in LocalStack Pro. The supported APIs are available on the API coverage page for [SESv1](https://docs.localstack.cloud/references/coverage/coverage_ses/) and [SESv2](https://docs.localstack.cloud/references/coverage/coverage_sesv2/). +{{< callout "Note" >}} +Users on Free plan can use SES V1 APIs in LocalStack for basic mocking and testing. +For advanced features like SMTP integration and other emulation capabilities, please refer to the Ultimate plan. +{{< /callout >}} + ## Getting Started This is an introductory guide to get started with SES. diff --git a/content/en/user-guide/aws/shield/index.md b/content/en/user-guide/aws/shield/index.md index 77df76e628..fe6eec0289 100644 --- a/content/en/user-guide/aws/shield/index.md +++ b/content/en/user-guide/aws/shield/index.md @@ -2,6 +2,7 @@ title: "Shield" linkTitle: "Shield" description: Get started with Shield on LocalStack +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/sns/index.md b/content/en/user-guide/aws/sns/index.md index fd6b8bb582..f9f299f8dc 100644 --- a/content/en/user-guide/aws/sns/index.md +++ b/content/en/user-guide/aws/sns/index.md @@ -3,7 +3,7 @@ title: "Simple Notification Service (SNS)" linkTitle: "Simple Notification Service (SNS)" description: Get started with Simple Notification Service (SNS) on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/sqs/index.md b/content/en/user-guide/aws/sqs/index.md index 060fcf568c..455db885cb 100644 --- a/content/en/user-guide/aws/sqs/index.md +++ b/content/en/user-guide/aws/sqs/index.md @@ -4,7 +4,7 @@ description: Get started with Simple Queue Service (SQS) on LocalStack aliases: - /aws/sqs/ persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/ssm/index.md b/content/en/user-guide/aws/ssm/index.md index 53405f8df5..99503f9b02 100644 --- a/content/en/user-guide/aws/ssm/index.md +++ b/content/en/user-guide/aws/ssm/index.md @@ -2,9 +2,8 @@ title: "Systems Manager (SSM)" linkTitle: "Systems Manager (SSM)" description: Get started with Systems Manager (SSM) on LocalStack -tags: ["Pro image"] +tags: ["Free"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/stepfunctions/index.md b/content/en/user-guide/aws/stepfunctions/index.md index 472313a1d1..3353f6f577 100644 --- a/content/en/user-guide/aws/stepfunctions/index.md +++ b/content/en/user-guide/aws/stepfunctions/index.md @@ -1,6 +1,7 @@ --- title: "Step Functions" linkTitle: "Step Functions" +tags: ["Free"] description: > Get started with Step Functions on LocalStack --- diff --git a/content/en/user-guide/aws/sts/index.md b/content/en/user-guide/aws/sts/index.md index 8ecb650958..4cc81481f9 100644 --- a/content/en/user-guide/aws/sts/index.md +++ b/content/en/user-guide/aws/sts/index.md @@ -1,11 +1,9 @@ --- title: "Security Token Service (STS)" linkTitle: "Security Token Service (STS)" -aliases: -- /user-guide/aws/security-token-service/ description: Get started with Security Token Service on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/support/index.md b/content/en/user-guide/aws/support/index.md index 3250453279..1d3869eeeb 100644 --- a/content/en/user-guide/aws/support/index.md +++ b/content/en/user-guide/aws/support/index.md @@ -3,7 +3,7 @@ title: "Support" linkTitle: "Support" description: Get started with Support on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/swf/index.md b/content/en/user-guide/aws/swf/index.md index f15afb1f6b..930b002ce2 100644 --- a/content/en/user-guide/aws/swf/index.md +++ b/content/en/user-guide/aws/swf/index.md @@ -3,6 +3,7 @@ title: "Simple Workflow Service (SWF)" linkTitle: "Simple Workflow Service (SWF)" description: > Get started with Simple Workflow Service (SWF) on LocalStack +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/textract/index.md b/content/en/user-guide/aws/textract/index.md index 76683d12a1..c813b35c1f 100644 --- a/content/en/user-guide/aws/textract/index.md +++ b/content/en/user-guide/aws/textract/index.md @@ -2,9 +2,8 @@ title: "Textract" linkTitle: "Textract" description: Get started with Textract on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- Textract is a machine learning service that automatically extracts text, forms, and tables from scanned documents. diff --git a/content/en/user-guide/aws/timestream/index.md b/content/en/user-guide/aws/timestream/index.md index c6649c171d..6e94adf479 100644 --- a/content/en/user-guide/aws/timestream/index.md +++ b/content/en/user-guide/aws/timestream/index.md @@ -2,9 +2,8 @@ title: "Timestream" linkTitle: "Timestream" description: Get started with Timestream on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] persistence: supported - --- ## Introduction diff --git a/content/en/user-guide/aws/transcribe/index.md b/content/en/user-guide/aws/transcribe/index.md index 3e4e22053f..e2a34c1f9a 100644 --- a/content/en/user-guide/aws/transcribe/index.md +++ b/content/en/user-guide/aws/transcribe/index.md @@ -3,7 +3,7 @@ title: "Transcribe" linkTitle: "Transcribe" description: Get started with Amazon Transcribe on LocalStack persistence: supported - +tags: ["Free"] --- ## Introduction diff --git a/content/en/user-guide/aws/transfer/index.md b/content/en/user-guide/aws/transfer/index.md index 09f75ea3fc..468c695927 100644 --- a/content/en/user-guide/aws/transfer/index.md +++ b/content/en/user-guide/aws/transfer/index.md @@ -1,11 +1,9 @@ --- title: "Transfer" linkTitle: "Transfer" -categories: ["LocalStack Pro"] +tags: ["Ultimate"] description: > Get started with Amazon Transfer on LocalStack -aliases: - - /aws/transfer/ --- ## Introduction diff --git a/content/en/user-guide/aws/verifiedpermissions/index.md b/content/en/user-guide/aws/verifiedpermissions/index.md index 5a792a9980..927ab5007b 100644 --- a/content/en/user-guide/aws/verifiedpermissions/index.md +++ b/content/en/user-guide/aws/verifiedpermissions/index.md @@ -2,7 +2,7 @@ title: "Verified Permissions" linkTitle: "Verified Permissions" description: Get started with Verified Permissions on LocalStack -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction @@ -14,11 +14,6 @@ It checks if a principal can take an action on a resource in a specific context LocalStack allows you to use the Verified Permissions APIs in your local environment to test your authorization logic, with integrations with other AWS services like Cognito. The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_verifiedpermissions/), which provides information on the extent of Verified Permissions' integration with LocalStack. -{{< callout >}} -Verified Permissions is available as part of the LocalStack Enterprise plan. -If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access. -{{< /callout >}} - ## Getting started This guide is designed for users new to Verified Permissions and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script. diff --git a/content/en/user-guide/aws/waf/index.md b/content/en/user-guide/aws/waf/index.md index f8d610d397..666f283958 100644 --- a/content/en/user-guide/aws/waf/index.md +++ b/content/en/user-guide/aws/waf/index.md @@ -2,7 +2,7 @@ title: "Web Application Firewall (WAF)" linkTitle: "Web Application Firewall (WAF)" description: Get started with Web Application Firewall (WAF) on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/aws/xray/index.md b/content/en/user-guide/aws/xray/index.md index 7b690f40a0..54adb1c38c 100644 --- a/content/en/user-guide/aws/xray/index.md +++ b/content/en/user-guide/aws/xray/index.md @@ -2,7 +2,7 @@ title: "X-Ray" linkTitle: "X-Ray" description: Get started with X-Ray on LocalStack -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/chaos-engineering/chaos-api/index.md b/content/en/user-guide/chaos-engineering/chaos-api/index.md index 9664874cf6..362af22c0f 100644 --- a/content/en/user-guide/chaos-engineering/chaos-api/index.md +++ b/content/en/user-guide/chaos-engineering/chaos-api/index.md @@ -2,7 +2,7 @@ title: "Chaos API" linkTitle: "Chaos API" description: Simulate outages and network failures to test the resiliency of your infrastructure -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction @@ -22,11 +22,6 @@ If required, you can make the failures occur probabilistically. Furthermore, the Chaos API can also be configured to add a network latency for all calls. -{{< alert title="Note">}} -Chaos API is available as part of the LocalStack Enterprise plan. -If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access. -{{< /alert >}} - ## Prerequisites The prerequisites for this guide are: diff --git a/content/en/user-guide/chaos-engineering/chaos-application-dashboard/index.md b/content/en/user-guide/chaos-engineering/chaos-application-dashboard/index.md index d856752682..3dedb720fc 100644 --- a/content/en/user-guide/chaos-engineering/chaos-application-dashboard/index.md +++ b/content/en/user-guide/chaos-engineering/chaos-application-dashboard/index.md @@ -2,9 +2,7 @@ title: "Chaos Engineering Dashboard" linkTitle: "Chaos Engineering Dashboard" description: Chaos Engineering Dashboard allows users to run chaos experiments within their application stack to test the system's resilience. -tags: ["Enterprise plan"] -aliases: - - /user-guide/chaos-engineering/web-application-dashboard/ +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/chaos-engineering/fault-injection-service/index.md b/content/en/user-guide/chaos-engineering/fault-injection-service/index.md index 3796a79e9f..39057f13e2 100644 --- a/content/en/user-guide/chaos-engineering/fault-injection-service/index.md +++ b/content/en/user-guide/chaos-engineering/fault-injection-service/index.md @@ -2,9 +2,7 @@ title: "AWS Fault Injection Service" linkTitle: "AWS Fault Injection Service" description: Use Fault Injection Service to simulate faults in your infrastructure and test its fault tolerance -tags: ["Enterprise plan"] -aliases: - - /tutorials/fault-injection-service-experiments/ +tags: ["Ultimate"] --- The [Fault Injection Service (FIS)](https://aws.amazon.com/fis/) is a fully managed service by AWS designed to help you improve the resilience of your applications by simulating real-world outages and operational issues. @@ -13,11 +11,6 @@ This service allows you to conduct controlled experiments on your AWS infrastruc By using the Fault Injection Service, you can identify weaknesses, test recovery procedures, and ensure that your applications can withstand unexpected disruptions. This proactive approach to reliability engineering enables you to enhance system robustness, minimize downtime, and maintain a high level of service availability for your users. -{{< alert title="Note">}} -Fault Injection Service emulation is available as part of the LocalStack Enterprise plan. -If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access. -{{< /alert >}} - {{< callout "tip" >}} For more information, please refer to the [FIS service docs]({{< ref "user-guide/aws/fis" >}}). {{< /callout >}} diff --git a/content/en/user-guide/cloud-sandbox/application-previews/index.md b/content/en/user-guide/cloud-sandbox/application-previews/index.md index 6fd89c104b..c6930fb08f 100644 --- a/content/en/user-guide/cloud-sandbox/application-previews/index.md +++ b/content/en/user-guide/cloud-sandbox/application-previews/index.md @@ -3,7 +3,7 @@ title: "Application Preview" linkTitle: "Application Preview" weight: 2 description: Create an Application Preview to deploy your application changes in an Ephemeral Instance -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md b/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md index f405009786..994cc8149c 100644 --- a/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md +++ b/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md @@ -3,7 +3,7 @@ title: "Ephemeral Instances" linkTitle: "Ephemeral Instances" weight: 1 description: Create an Ephemeral Instance in the cloud using the LocalStack Web Application -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/extensions/developing-extensions/index.md b/content/en/user-guide/extensions/developing-extensions/index.md index 4a26dcec89..a45a566e24 100644 --- a/content/en/user-guide/extensions/developing-extensions/index.md +++ b/content/en/user-guide/extensions/developing-extensions/index.md @@ -3,7 +3,7 @@ title: "Developing extensions" weight: 3 description: > How to develop your own extensions -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/extensions/extensions-library/index.md b/content/en/user-guide/extensions/extensions-library/index.md index 05b6aa8de9..61442162a4 100644 --- a/content/en/user-guide/extensions/extensions-library/index.md +++ b/content/en/user-guide/extensions/extensions-library/index.md @@ -2,9 +2,7 @@ title: "Extensions Library" weight: 4 description: Extend LocalStack by adding new services and features as extensions -tags: ["Pro image"] -aliases: - - /user-guide/web-application/extensions-library/ +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/extensions/getting-started/index.md b/content/en/user-guide/extensions/getting-started/index.md index 0a67facbf0..f09d98d082 100644 --- a/content/en/user-guide/extensions/getting-started/index.md +++ b/content/en/user-guide/extensions/getting-started/index.md @@ -4,7 +4,7 @@ linkTitle: "Getting started" weight: 1 description: > Get started with LocalStack extensions by installing and using the official MailHog extension. -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/extensions/managing-extensions/index.md b/content/en/user-guide/extensions/managing-extensions/index.md index a44f5983ae..cc3c7e1161 100644 --- a/content/en/user-guide/extensions/managing-extensions/index.md +++ b/content/en/user-guide/extensions/managing-extensions/index.md @@ -3,7 +3,7 @@ title: "Managing extensions" weight: 2 description: > How to manage LocalStack extensions in your LocalStack environment -tags: ["Pro image"] +tags: ["Base"] --- You have different options to install and manage your LocalStack extensions depending on your environment and work style. diff --git a/content/en/user-guide/localstack-enterprise/enterprise-image/index.md b/content/en/user-guide/localstack-enterprise/enterprise-image/index.md index 364be15cef..b0850ccafe 100644 --- a/content/en/user-guide/localstack-enterprise/enterprise-image/index.md +++ b/content/en/user-guide/localstack-enterprise/enterprise-image/index.md @@ -3,7 +3,7 @@ title: "Enterprise Image" linkTitle: "Enterprise Image" weight: 1 description: Custom LocalStack Enterprise image for offline or air-gapped environments with preferred configurations and packages. -tags: ["Enterprise plan"] +tags: ["Enterprise"] --- ## Introduction diff --git a/content/en/user-guide/localstack-enterprise/enterprise-support/index.md b/content/en/user-guide/localstack-enterprise/enterprise-support/index.md index e4b1138e2a..e977ec3e64 100644 --- a/content/en/user-guide/localstack-enterprise/enterprise-support/index.md +++ b/content/en/user-guide/localstack-enterprise/enterprise-support/index.md @@ -3,7 +3,7 @@ title: "Enterprise Support" linkTitle: "Enterprise Support" weight: 3 description: -tags: ["Enterprise plan"] +tags: ["Enterprise"] --- ## Introduction diff --git a/content/en/user-guide/localstack-enterprise/k8s-operator/index.md b/content/en/user-guide/localstack-enterprise/k8s-operator/index.md index 46e9ae623a..e198912d7d 100644 --- a/content/en/user-guide/localstack-enterprise/k8s-operator/index.md +++ b/content/en/user-guide/localstack-enterprise/k8s-operator/index.md @@ -3,7 +3,7 @@ title: "K8s Operator" linkTitle: "K8s Operator" weight: 2 description: Custom K8s operator that offers LocalStack emulator as a native resource in Kubernetes environments. -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/localstack-enterprise/kubernetes-executor/index.md b/content/en/user-guide/localstack-enterprise/kubernetes-executor/index.md index 5abe45dcde..f6c1a11755 100644 --- a/content/en/user-guide/localstack-enterprise/kubernetes-executor/index.md +++ b/content/en/user-guide/localstack-enterprise/kubernetes-executor/index.md @@ -3,7 +3,7 @@ title: "Kubernetes Executor" weight: 5 description: > Configuring Kubernetes Executor for compute services in LocalStack Enterprise -tags: ["Enterprise plan"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/localstack-enterprise/single-sign-on/_index.md b/content/en/user-guide/localstack-enterprise/single-sign-on/_index.md index 13cfc4ad2c..d420313240 100644 --- a/content/en/user-guide/localstack-enterprise/single-sign-on/_index.md +++ b/content/en/user-guide/localstack-enterprise/single-sign-on/_index.md @@ -3,7 +3,7 @@ title: "Single-Sign On" weight: 4 description: > Configuring Custom Single-Sign On (SSO) Providers in LocalStack Web Application -tags: ["Enterprise plan"] +tags: ["Enterprise"] aliases: - /user-guide/web-application/single-sign-on/ --- diff --git a/content/en/user-guide/localstack-enterprise/single-sign-on/azure-ad/index.md b/content/en/user-guide/localstack-enterprise/single-sign-on/azure-ad/index.md index 298c1602c1..e19b44a542 100644 --- a/content/en/user-guide/localstack-enterprise/single-sign-on/azure-ad/index.md +++ b/content/en/user-guide/localstack-enterprise/single-sign-on/azure-ad/index.md @@ -1,6 +1,6 @@ --- title: "SSO for Azure AD" -tags: ["Enterprise plan"] +tags: ["Enterprise"] weight: 1 description: > Configuring Azure AD for Single Sign-on in LocalStack Enterprise diff --git a/content/en/user-guide/security-testing/explainable-iam/index.md b/content/en/user-guide/security-testing/explainable-iam/index.md index 87016998f8..82f33f116e 100644 --- a/content/en/user-guide/security-testing/explainable-iam/index.md +++ b/content/en/user-guide/security-testing/explainable-iam/index.md @@ -3,7 +3,7 @@ title: "Explainable IAM" linkTitle: "Explainable IAM" weight: 2 description: Discover IAM Policy Engine logs related to failed policy evaluation -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/security-testing/iam-enforcement/index.md b/content/en/user-guide/security-testing/iam-enforcement/index.md index 71c2da5b61..6a378b4c72 100644 --- a/content/en/user-guide/security-testing/iam-enforcement/index.md +++ b/content/en/user-guide/security-testing/iam-enforcement/index.md @@ -3,7 +3,7 @@ title: "IAM Policy Enforcement" linkTitle: "IAM Policy Enforcement" weight: 1 description: Enforce IAM policies in LocalStack to test your policies -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/security-testing/iam-policy-stream/index.md b/content/en/user-guide/security-testing/iam-policy-stream/index.md index f7daad3138..a97c731a80 100644 --- a/content/en/user-guide/security-testing/iam-policy-stream/index.md +++ b/content/en/user-guide/security-testing/iam-policy-stream/index.md @@ -3,7 +3,7 @@ title: "IAM Policy Stream" linkTitle: "IAM Policy Stream" weight: 3 description: Generate a stream of IAM policies as requests are coming into LocalStack using IAM Policy Stream. -tags: ["Pro image"] +tags: ["Ultimate"] --- ## Introduction diff --git a/content/en/user-guide/state-management/cloud-pods/index.md b/content/en/user-guide/state-management/cloud-pods/index.md index a00fa4521c..7ad95d52f0 100644 --- a/content/en/user-guide/state-management/cloud-pods/index.md +++ b/content/en/user-guide/state-management/cloud-pods/index.md @@ -2,11 +2,7 @@ title: "Cloud Pods" weight: 2 description: Get started with Cloud Pods to manage the state of your LocalStack instance state -aliases: - - /user-guide/cloud-pods/getting-started/ - - /user-guide/tools/cloud-pods/auto-load/ - - /user-guide/tools/cloud-pods/remotes/ -tags: ["Teams plan"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/state-management/export-import-state/index.md b/content/en/user-guide/state-management/export-import-state/index.md index 462d0e2548..c4c0062676 100644 --- a/content/en/user-guide/state-management/export-import-state/index.md +++ b/content/en/user-guide/state-management/export-import-state/index.md @@ -4,7 +4,7 @@ weight: 3 description: Export and import the state of the current infrastructure state into a file or a LocalStack instance respectively! aliases: - /user-guide/web-application/export-import-state/ -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/state-management/launchpad/index.md b/content/en/user-guide/state-management/launchpad/index.md index 53265abe0a..6a6ff62f4c 100644 --- a/content/en/user-guide/state-management/launchpad/index.md +++ b/content/en/user-guide/state-management/launchpad/index.md @@ -4,7 +4,7 @@ weight: 4 description: Get started with Cloud Pods Launchpad to share and inject Cloud Pods into your LocalStack instance via a URL aliases: - /user-guide/cloud-pods/launchpad/ -tags: ["Pro image"] +tags: ["Base"] --- The LocalStack Cloud Pods Launchpad enables you to easily share and inject Cloud Pods into a LocalStack instance. diff --git a/content/en/user-guide/state-management/persistence/index.md b/content/en/user-guide/state-management/persistence/index.md index 7f3a25518b..06fdf88eff 100644 --- a/content/en/user-guide/state-management/persistence/index.md +++ b/content/en/user-guide/state-management/persistence/index.md @@ -6,7 +6,7 @@ description: > aliases: - /localstack/persistence-mechanism/ - /references/persistence-mechanism/ -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/state-management/pods-cli/index.md b/content/en/user-guide/state-management/pods-cli/index.md index 05a6efb737..d7dc283493 100644 --- a/content/en/user-guide/state-management/pods-cli/index.md +++ b/content/en/user-guide/state-management/pods-cli/index.md @@ -5,7 +5,7 @@ description: > Reference guide for LocalStack Cloud Pods CLI commands and how to get started on using them! aliases: - /user-guide/cloud-pods/pods-cli/ -tags: ["Teams plan"] +tags: ["Base"] --- This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (`pod`) commands. diff --git a/content/en/user-guide/state-management/support/index.md b/content/en/user-guide/state-management/support/index.md index 0007a22d2b..8bb7726cd7 100644 --- a/content/en/user-guide/state-management/support/index.md +++ b/content/en/user-guide/state-management/support/index.md @@ -3,7 +3,7 @@ title: Persistence Coverage for AWS Services linkTitle: Persistence Coverage description: Overview of the persistence coverage across the implemented AWS services hide_readingtime: true -tags: ["Pro Image"] +tags: ["Base"] --- ## Persistence Coverage Overview diff --git a/content/en/user-guide/tools/aws-replicator/index.md b/content/en/user-guide/tools/aws-replicator/index.md index fb0709f997..992a3ac6d5 100644 --- a/content/en/user-guide/tools/aws-replicator/index.md +++ b/content/en/user-guide/tools/aws-replicator/index.md @@ -2,7 +2,7 @@ title: "AWS Replicator" weight: 13 description: "AWS Replicator makes it easier to use LocalStack in shared AWS environments by copying resources into LocalStack." -tags: ["Teams plan"] +tags: ["Ultimate"] --- ## Introduction @@ -18,12 +18,11 @@ This means that external resources can easily be replicated before deploying the {{< callout "note">}} The AWS Replicator is in a preview state, supporting only [selected resources](#supported-resources). -It is only available as part of the **LocalStack Teams** plan and higher. {{< /callout >}} ## Getting started -A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start the LocalStack Pro image. +A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start LocalStack. {{< callout "note" >}} The Replicator is in limited preview and is available from LocalStack CLI version 4.2.0. diff --git a/content/en/user-guide/tools/event-studio/index.md b/content/en/user-guide/tools/event-studio/index.md index 79015a7415..dc475e3c24 100644 --- a/content/en/user-guide/tools/event-studio/index.md +++ b/content/en/user-guide/tools/event-studio/index.md @@ -2,7 +2,7 @@ title: "Event Studio" weight: 12 description: Event Studio allows you to record, trace, debug and replay any events exchanged between AWS services. -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/tools/transparent-endpoint-injection/index.md b/content/en/user-guide/tools/transparent-endpoint-injection/index.md index b93832d449..72189c1663 100644 --- a/content/en/user-guide/tools/transparent-endpoint-injection/index.md +++ b/content/en/user-guide/tools/transparent-endpoint-injection/index.md @@ -4,7 +4,7 @@ linkTitle: "Transparent Endpoint Injection" weight: 10 description: > Transparently resolve your AWS calls to LocalStack -tags: ["Pro image"] +tags: ["Base"] --- ## Introduction diff --git a/content/en/user-guide/web-application/stack-insights/index.md b/content/en/user-guide/web-application/stack-insights/index.md index 646f6c69de..068636a48d 100644 --- a/content/en/user-guide/web-application/stack-insights/index.md +++ b/content/en/user-guide/web-application/stack-insights/index.md @@ -1,11 +1,9 @@ --- title: "Stack Insights" -tags: ["Teams plan"] +tags: ["Base"] weight: 140 description: > Stack Insights enable users to report AWS API usage telemetry of LocalStack runs to their LocalStack account. -aliases: - - /user-guide/tools/analytics-dashboard/ --- ## Introduction