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
Before stack creation, two S3 buckets has to be created:
42
+
Before stack creation, two S3 buckets have to be created:
43
43
* a temporary bucket where lambda binaries and CFT can be uploaded
44
44
* CSVs destination bucket, where all generated file will be uploaded
45
45
bucket must be in the same region where stack will be created.
46
46
47
-
To deploy stack, follow these steps:
47
+
Follow these steps to deploy a new stack:
48
48
* download [lambda code binaries](deployment/binaries/arduino-s3-integration-lambda.zip) and [Cloud Formation Template](deployment/cloud-formation-template/deployment.yaml)
49
-
*Upload CFT and binary zip file on an S3 bucket accessible by the AWS account. For the CFT yaml file, copy the Object URL (it will be required in next step).
49
+
*upload CFT and binary zip file on an S3 bucket accessible by the AWS account. For the CFT yaml file, copy the Object URL (it will be required in next step).
50
50
51
51

52
52
53
-
*Start creation of a new cloud formation stack. Follow these steps:
53
+
*start creation of a new cloud formation stack
54
54
55
55

56
56
57
-
*Fill all required parameters.
57
+
*fill all required parameters.
58
58
<br/>**Mandatory**: Arduino API key and secret, S3 bucket where code has been uploaded, destination S3 bucket
59
59
<br/>**Optional**: tag filter for filtering things, organization identifier and samples resolution
60
60
61
61

62
62
63
63
### Configuration parameters
64
64
65
-
Here is a list of all configuration properties available in 'Parameter store'.
66
-
These parameters are filled by CFT and can be adjusted later in case of need (for example, API keys rotation)
65
+
Here is a list of all configuration properties supported by exporter. It is possible to edit them in AWS Parameter store.
66
+
These parameters are filled by CFT at stack creation time and can be adjusted later in case of need (for example, API keys rotation)
67
67
68
68
| Parameter | Description |
69
69
| --------- | ----------- |
@@ -76,17 +76,16 @@ These parameters are filled by CFT and can be adjusted later in case of need (fo
76
76
77
77
### Tag filtering
78
78
79
-
It is possible to filter only the Things of interest.
80
-
You can use tag filtering if you need to reduce data export to a specific set of Things.
79
+
It is possible to filter only the Arduino Things of interest.
80
+
You can use tag filtering if you need to reduce export to a specific set of Things.
81
81
82
-
* Add a tag in Arduino Cloud UI on all Things you want to export. To do that, select a thing and go in 'metadata' section and add a new tag.
82
+
* Add a tag in Arduino Cloud UI on all Things you want to export. To do that, select a thing, go in 'Metadata' section and 'Add' a new tag.
83
83
84
+

84
85
85
86

86
87
87
-

88
-
89
-
* Configure tag filter during CFT creation of by editing '/arduino/s3-importer/iot/filter/tags' parameter.
88
+
* Configure tag filter during CFT creation of by editing '/arduino/s3-importer/iot/filter/tags' parameter (syntax: tag1=value1,tag2=value2).
0 commit comments