You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/ecs/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ To deploy ODM containers on AWS ECS Fargate from [docker-compose](docker-compose
43
43
* Install [ECS Compose-x](https://github.com/compose-x/ecs_composex?tab=readme-ov-file#installation), preferably in a virtual environment.
44
44
* Ensure that you have an existing internet-facing Application Elastic Load balancer based on a VPC with public subnets [setup](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html) on Amazon Web Services(AWS).
45
45
* If you want to run ODM Decision services in HTTPS mode, you need to have an [ACM public certificate](https://console.aws.amazon.com/acm/home).
46
+
* Ensure that AWS S3 bucket is not secured by AWS KMS keys (SSE-KMS). This is not supported by IBM licensing service.
47
+
46
48
47
49
*Note*: The commands and tools have been tested on macOS.
48
50
@@ -145,6 +147,9 @@ Since the ECS tasks need to access to the secret from Secrets Manager service, y
145
147
146
148
### 2.4 Create S3 bucket and IAM policy for IBM licensing service
147
149
150
+
> **Disclaimer** -
151
+
> Make sure that AWS S3 is not secured by AWS KMS keys (SSE-KMS) as it is not supported by IBM Licensing service.
152
+
148
153
In this tutorial, we have included IBM Licensing service for tracking license usage of ODM that is deployed on AWS ECS Fargate.
149
154
150
155
The following steps are needed by IBM Licensing service:
@@ -176,7 +181,7 @@ The following steps are needed by IBM Licensing service:
For more information, see [Tracking license usage on AWS ECS Fargate](https://www.ibm.com/docs/en/cloud-paks/foundational-services/3.23?topic=platforms-tracking-license-usage-aws-ecs-fargate).
184
+
For more information, see [Tracking license usage on AWS ECS Fargate](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=service-tracking-license-usage-aws-ecs-fargate).
180
185
181
186
### 2.5 Add Outbound rule to Load balancer's security group
0 commit comments