Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Vitis/docs/Setup_AWS_CLI_and_S3_Bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The developer is required to create an S3 bucket for the AFI generation. The buc

To install the AWS CLI, please follow the [instructions here](http://docs.aws.amazon.com/cli/latest/userguide/installing.html).

The AWS SDAccel scripts require JSON output format and the scripts will not work properly if you use any other output format types (ex: text, table). JSON is the default output format of the AWS CLI.
The AWS Vitis scripts require JSON output format and the scripts will not work properly if you use any other output format types (ex: text, table). JSON is the default output format of the AWS CLI.

```
$ aws configure # to set your credentials (found in your console.aws.amazon.com page), region (us-east-1) and output (json)
Expand Down