Skip to content

Commit

Permalink
Use CloudFormation quick-create link instead of tools script for reso…
Browse files Browse the repository at this point in the history
…urce creation
  • Loading branch information
Dylan Shields authored and dbolt committed Dec 18, 2019
1 parent 7689c85 commit efc1d7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 189 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ aws configure add-model --service-model "file://aqx-model.json" --service-name a

6. Create the necessary Amazon Braket resources in your AWS account.

This will create the required resources and a default S3 bucket, `braket-output-${AWS::AccountId}`, for storing Amazon Braket outputs. If you don't want to create a bucket and will create your own than drop the `--create-default-bucket` from the command below.
```bash
python tools/create_braket_resources.py --create-default-bucket
```
Follow the link below to create the resources using CloudFormation. This will create the required IAM resources and a default S3 bucket, `braket-output-${AWS::AccountId}`, for storing Amazon Braket outputs.

[Quick-Create in AWS CloudFormation](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://braket-external-assets-prod-us-west-2.s3-us-west-2.amazonaws.com/templates/braket-resources.yaml&stackName=BraketResources)


7. You can now call Amazon Braket from the `braket-python-sdk`.

Expand Down
12 changes: 0 additions & 12 deletions tools/braket_default_s3_bucket.cloudformation.yaml

This file was deleted.

78 changes: 0 additions & 78 deletions tools/braket_required_resources.cloudformation.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions tools/create_braket_resources.py

This file was deleted.

0 comments on commit efc1d7c

Please sign in to comment.