aws-quickstart / quickstart-uipath-orchestrator

AWS Quick Start Team
Apache License 2.0
11 stars 14 forks source link

Address code review findings #2

Closed dbinoy closed 4 years ago

dbinoy commented 4 years ago

Description of changes:

Default values for all username, password and license fields have been blanked out and regular expression checks added to all parameters where text entry is required.
Bucket name, region and prefix parameters added to follow QuickStart convention.
Quickstart standard templateUrl used for specifying child stack templates.
Security group locked down to VPC only, removing access from internet
Unnecessary YAML files removed
Storage gateway AMI pulled from AWS owned SSM parameter store using custom Lambda, instead of hard coding in region map.