Skip to content

Commit

Permalink
Update Setup_AWS_CLI_and_S3_Bucket.md (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasXilinx authored Oct 6, 2020
1 parent 288bee0 commit cbd4e77
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit cbd4e77

Please sign in to comment.