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: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable changes to this project are documented in this file.
5
5
Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.1.0] - 2023-09-21
9
+
10
+
### Added
11
+
12
+
- AppRegistry integration to monitor application costs and usage.
13
+
- Integration with Organizations. Customers can install the solution in a delegated admin account (recommended)
14
+
or the management account and the solution will use an organization wide config aggregator to discover resources across
15
+
their organization. [1](https://github.com/aws-solutions/workload-discovery-on-aws/issues/1)
16
+
- Pipeline for local development of the solution.
17
+
- Support for deploying this solution in an existing VPC. [169](https://github.com/aws-solutions/workload-discovery-on-aws/issues/169)
18
+
- Support for deploying this solution with Neptune Serverless. [314](https://github.com/aws-solutions/workload-discovery-on-aws/issues/314)
19
+
- UI now indicates if global resources template has been deployed in target accounts. [367](https://github.com/aws-solutions/workload-discovery-on-aws/issues/367)
20
+
- Support for more resource types now totalling over 250.
21
+
22
+
### Changed
23
+
- Migrated from the deprecated awsui frontend framework to [Cloudscape](https://cloudscape.design).
24
+
25
+
### Fixed
26
+
- Export of diagrams to JSON [426](https://github.com/aws-solutions/workload-discovery-on-aws/issues/426)
27
+
- Export of diagrams to draw.io [329](https://github.com/aws-solutions/workload-discovery-on-aws/issues/329)
28
+
- Outdated OpenSSL package being used [424](https://github.com/aws-solutions/workload-discovery-on-aws/issues/424)
29
+
- Response payload size exceeding maximum allowed payload size [351](https://github.com/aws-solutions/workload-discovery-on-aws/issues/351)
30
+
- Publishing name instead of ARN of resources [330](https://github.com/aws-solutions/workload-discovery-on-aws/issues/330)
31
+
- CSV report of the Resources does not include ARN [407](https://github.com/aws-solutions/workload-discovery-on-aws/issues/407)
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Workload Discovery on AWS (v2.0.3)
1
+
# Workload Discovery on AWS (v2.1.0)
2
2
3
3
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
4
4
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.
@@ -157,7 +157,6 @@ Parameters required by the template:
157
157
***AdminUserEmailAddress** - The email address to receive login credentials at.
158
158
***AlreadyHaveConfigSetup** - Yes/No depending on whether AWS Config has is configured in the deployment Region.
159
159
***CreateOpensearchServiceRole** - Yes/No depending on whether you already have this service-role created. You can check in the IAM console to see if it is provisioned.
160
-
***OptOutOfSendingAnonymousUsageMetrics** - Yes/No depending on whether you are happy to send anonymous usage metrics back to AWS.
161
160
***CreateNeptuneReplica** - Yes/No depending on whether you want a read-replica created for Amazon Neptune. Note, that this will increase the cost of running the solution.
162
161
***NeptuneInstanceClass** - Select from a range of instance types that will be provisioned for the Amazon Neptune database. Note, the selection could increase the cost associated with running the solution.
163
162
***OpensearchInstanceType** - Select the instance type that will be provisioned for the Amazon ElasticSearch Domain.
@@ -166,9 +165,13 @@ Parameters required by the template:
166
165
167
166
**Note** - You will need to deploy in the same account and region as the S3 bucket that the deployment artefacts are uploaded to.
168
167
169
-
## Collecting Anonymous Operational Metrics
168
+
## License
170
169
171
-
This solution collects anonymous operational metrics to help AWS improve the quality of features of the solution.
170
+
See license [here](./LICENSE.txt).
171
+
172
+
## Anonymized data collection
173
+
174
+
This solution collects anonymized operational metrics to help AWS improve the quality and features of the solution.
172
175
For more information, including how to disable this capability, please see the [Implementation Guide](https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/collection-of-operational-metrics.html).
0 commit comments