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
Is your feature request related to a problem? Please describe.
Currently, if I want to opt-out of anonymized data collection, I need to edit the template file and make changes to select "No" for sending anonymized data to AWS.
When updating the template to a new version, I need to remember to edit the template again. This brings about more chances to forget to edit the file, or making mistakes while updating the template file.
Describe the feature you'd like
I would like to be able to opt out of anonymized data collection by setting a parameter in the stack. In this way, I don't need to edit the template file anymore and just provide the parameter in the stack creation/update process.
Even a better solution is to change the default behavior. This means by default there anonymized data collection is set to "No" and only those who wish to enable it can do so by setting a parameter.
Hi @bakharzy,
I agree with you that something like a CF parameter for user to be able select and not bury in documentation and code editing in order to opt in or out of sending data should have been there, however making it default No wont encourage customers to feed data back to AWS so a default position of Yes and select to opt-out is acceptable imo. I have raised a PR and hope its accepted.
Would like to hear AWS's feedback on this.
Is your feature request related to a problem? Please describe.
Currently, if I want to opt-out of anonymized data collection, I need to edit the template file and make changes to select "No" for sending anonymized data to AWS.
When updating the template to a new version, I need to remember to edit the template again. This brings about more chances to forget to edit the file, or making mistakes while updating the template file.
Describe the feature you'd like
I would like to be able to opt out of anonymized data collection by setting a parameter in the stack. In this way, I don't need to edit the template file anymore and just provide the parameter in the stack creation/update process.
Even a better solution is to change the default behavior. This means by default there anonymized data collection is set to "No" and only those who wish to enable it can do so by setting a parameter.
Additional context
Opt-out guides: Anonymized data collection
https://docs.aws.amazon.com/solutions/latest/landing-zone-accelerator-on-aws/reference.html
The text was updated successfully, but these errors were encountered: