Skip to content

Commit 61748c9

Browse files
committed
Additional resources to be cleaned up
1 parent eced3f4 commit 61748c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,11 @@ cd ${ThisProjectRoot}
254254
cdk destroy
255255
```
256256

257-
And remove ECR repository. Repository Uri is able to get as `EcrRepositoryUri` from CDK Output.
257+
And following resources:
258258

259-
And remove S3 bucket for artifacts. S3 Bucket Name is able to get as `ArtifactBucketName` from CDK Output.
259+
* ECR repository. Repository Uri is able to get as `EcrRepositoryUri` from CDK Output.
260+
* S3 bucket for artifacts. S3 Bucket Name is able to get as `ArtifactBucketName` from CDK Output.
261+
* Target Groups. They are named `tg-{shortened ECS Service name}-{First 15 characters of Commit ID}`
260262

261263
## License
262264

0 commit comments

Comments
 (0)