Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5b3b13a

Browse files
Fix references to Kinesis Data Analytics v2 (#1654)
Co-authored-by: Viren Nadkarni <viren.nadkarni@localstack.cloud>
1 parent aebbb00 commit 5b3b13a

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

content/en/references/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to
261261
| - | - | - |
262262
| `REDIS_CONTAINER_MODE` | `1`\|`0` (default) | Start MemoryDB cluster nodes in separate containers instead of in the LocalStack container |
263263

264-
# MSAF
264+
### MSF
265265

266266
| Variable | Example Values | Description |
267267
| - | - | - |

content/en/references/coverage/coverage_kinesisanalyticsv2/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
title: "Kinesis Data Analytics API v2"
2+
title: "Managed Service for Apache Flink"
33
linkTitle: "kinesisanalyticsv2"
44
description: >
5-
Implementation details for API kinesisanalyticsv2
5+
Implementation details for MSF (formerly kinesisanalyticsv2)
66
hide_readingtime: true
77
---
88

9+
{{< callout >}}
10+
Amazon Managed Service for Apache Flink (MSF) was previously known as Amazon Kinesis Data Analytics for Apache Flink.
11+
{{< /callout >}}
12+
913
## Coverage Overview
1014
{{< localstack_coverage_table service="kinesisanalyticsv2" >}}
1115

content/en/user-guide/aws/kinesisanalyticsv2/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This service was formerly known as 'Kinesis Data Analytics for Apache Flink'.
1313
## Introduction
1414

1515
[Apache Flink](https://flink.apache.org/) is a framework for building applications that process and analyze streaming data.
16-
[Managed Service for Apache Flink (MSAF)](https://docs.aws.amazon.com/managed-flink/latest/java/what-is.html) is an AWS service that provides the underlying infrastructure and a hosted Apache Flink cluster that can run Apache Flink applications.
16+
[Managed Service for Apache Flink (MSF)](https://docs.aws.amazon.com/managed-flink/latest/java/what-is.html) is an AWS service that provides the underlying infrastructure and a hosted Apache Flink cluster that can run Apache Flink applications.
1717

1818
LocalStack lets you to run Flink applications locally and implements several [AWS-compatible API operations](https://docs.localstack.cloud/references/coverage/coverage_kinesisanalyticsv2/).
1919

2020
{{< callout "note" >}}
21-
The emulated MSAF provider was introduced and made the default in LocalStack v4.1.
21+
The emulated MSF provider was introduced and made the default in LocalStack v4.1.
2222

2323
If you wish to use the older mock provider, you can set `PROVIDER_OVERRIDE_KINESISANALYTICSV2=legacy`.
2424
{{< /callout >}}
@@ -50,7 +50,7 @@ The Flink application jar file will be placed in the `./target/flink-kds-s3.jar`
5050

5151
### Upload Application Code
5252

53-
MSAF requires that all application code resides in S3.
53+
MSF requires that all application code resides in S3.
5454

5555
Create an S3 bucket and upload the compiled Flink application jar.
5656

@@ -71,10 +71,10 @@ $ awslocal s3api create-bucket --bucket sink-bucket
7171

7272
### Permissions
7373

74-
MSAF requires a service execution role which allows it to connect to other services.
74+
MSF requires a service execution role which allows it to connect to other services.
7575
Without the proper permissions policy and role, this example application will not be able to connect to S3 sink bucket to output the result.
7676

77-
Create an IAM role for the running MSAF application to assume.
77+
Create an IAM role for the running MSF application to assume.
7878

7979
```json
8080
# role.json
@@ -114,7 +114,7 @@ Next create add a permissions policy to this role that permits read and write ac
114114
$ awslocal iam put-role-policy --role-name msaf-role --policy-name msaf-policy --policy-document file://policy.json
115115
{{< /command >}}
116116

117-
Now, when the running MSAF application assumes this role, it will have the necessary permissions to write to the S3 sink.
117+
Now, when the running MSF application assumes this role, it will have the necessary permissions to write to the S3 sink.
118118

119119
### Deploy Application
120120

@@ -155,7 +155,7 @@ $ awslocal s3api list-objects --bucket sink-bucket
155155

156156
## CloudWatch Logging
157157

158-
LocalStack MSAF supports [CloudWatch Logs integration](https://docs.aws.amazon.com/managed-flink/latest/java/cloudwatch-logs.html) to help monitor the Flink cluster for application events or configuration problems.
158+
LocalStack MSF supports [CloudWatch Logs integration](https://docs.aws.amazon.com/managed-flink/latest/java/cloudwatch-logs.html) to help monitor the Flink cluster for application events or configuration problems.
159159
The logging option can be added at the time of creating the Flink application using the [CreateApplication](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_CreateApplication.html) operation.
160160
Logging options can also be managed at a later point using the [AddApplicationCloudWatchLoggingOption](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationCloudWatchLoggingOption.html) and [DeleteApplicationCloudWatchLoggingOption](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationCloudWatchLoggingOption.html) operations.
161161

data/coverage/service_display_name.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@
265265
"api": "https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_Reference.html"
266266
},
267267
"kinesisanalyticsv2": {
268-
"long_name": "Kinesis Data Analytics API v2",
269-
"short_name": "",
270-
"api": "https://docs.aws.amazon.com/kinesisanalytics/latest/apiv2/Welcome.html"
268+
"long_name": "Managed Service for Apache Flink",
269+
"short_name": "MSF",
270+
"api": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/Welcome.html"
271271
},
272272
"kms": {
273273
"long_name": "Key Management Service",

data/persistence/coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@
14571457
},
14581458
"kinesisanalyticsv2": {
14591459
"service": "kinesisanalyticsv2",
1460-
"full_name": "Kinesis Data Analytics API v2",
1460+
"full_name": "Managed Service for Apache Flink",
14611461
"support": "unknown",
14621462
"test_suite": false,
14631463
"limitations": ""

0 commit comments

Comments
 (0)