Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 382c3e2

Browse files
updated instructions.
1 parent 907ea51 commit 382c3e2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ As the below installation instructions explain, you can choose to install a temp
5353
1. For `ApplicationReciterEnvAMAZONAWSACCESSKEY` and `ApplicationReciterEnvAMAZONAWSSECRETKEY`, give the keys you created in IAM user.
5454
1. Enter DNS names for the ApplicationCNAMEPubmed and ApplicationCNAMEReciter fields.
5555
1. DNS names must be regionally unique.
56-
1. To verify a DNS is available, enter the following in Terminal where <profile-name> is your proposed DNS name:
57-
`aws elasticbeanstalk check-dns-availability --cname-prefix <your preferred dns prefix> --profile <profile-name>` ???
56+
1. To verify a DNS is available, enter the following in Terminal where <profile-name> is your profile name that you setup in previous step and include your preferred dns prefix:
57+
`aws elasticbeanstalk check-dns-availability --cname-prefix <your preferred dns prefix> --profile <profile-name>`
5858
1. Suggestion: to avoid conflicts, include your personal institutional ID.
5959
1. Click `Next`, and add tags. These tags will be attached to all the resources that are created with this stack.
6060
1. Check the two acknowledge boxes and click "Create stack.
@@ -114,7 +114,15 @@ As the below installation instructions explain, you can choose to install a temp
114114
1. Use the CNAME you entered above for ReCiter, and go to a URL that has this general form:
115115
`http://<cname>.<region>.elasticbeanstalk.com/swagger-ui.html`
116116
1. If you have trouble finding this URL, go [here](https://console.aws.amazon.com/elasticbeanstalk/home) and click on ReCiterService
117-
1. You can do the same for the ReCiter Pubmed Service.
117+
1. You can do the same for the ReCiter Pubmed Service and other services that we created.
118+
1. Teardown of resources - When you are finished experimenting with or using your AWS account, you should clean up the resources associated with it to avoid incurring charges for resources that you are not using.
119+
1. Optional: go to [CloudWatch](https://console.aws.amazon.com/cloudwatch/) and see which services are being used.
120+
1. Empty any S3 buckets that have been created [here](https://console.aws.amazon.com/s3/). There will be one created for codepipeline with bucket name codepipeline-<your-region>-<account-number> e.g. codepipeline-us-east-1-<account number>. Use the console to empty it or you can use the terminal to delete it as well using `aws s3 rm s3://<bucket-name> --recursive --profile <profile-name>`
121+
1. Select the “master” version of any CloudFormation stacks and delete them [Cloudformation](https://console.aws.amazon.com/cloudformation/). Delete cannot proceed if your setup is still using services. This may take several minutes.
122+
1. Wait for delete to be completed. When it is completed, it should say “No stacks.”
123+
1. Go to [DynamoDB console](https://console.aws.amazon.com/dynamodb/). Delete all the tables one by one by clicking on delete table button.
124+
1. Voila you have deleted all your resources and should have an empty account.
125+
118126

119127

120128

0 commit comments

Comments
 (0)