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
{{ message }}
This repository was archived by the owner on Aug 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Throughout this guide we'll assume that you:
23
23
24
24
1. Are familiar with the Linux command line
25
25
2. Can use SSH to access a Linux server
26
-
3. Have a access to an AWS account
26
+
3. Have access to an AWS account
27
27
28
28
If you are completely new to AWS, we **highly recommend** going through the following [AWS 10-Minute Tutorials](https://aws.amazon.com/getting-started/tutorials/) that will demonstrate the basics of AWS, as well as set up your development machine for working with AWS.
29
29
@@ -38,10 +38,10 @@ AWS has many services that can be used for genomics. Here, we will build core a
38
38
We **strongly** recommend following the [IAM Security Best Practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html) for securing your root AWS account and IAM users.
39
39
40
40
!!! note
41
-
If you are using a institutional account, it is likely that you do not have administrative privileges, i.e. the IAM [AdministratorAccess](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) managed policy is not attached to your IAM User or Role, and you won't be able to attach it yourself.
41
+
If you are using an institutional account, it is likely that you do not have administrative privileges, i.e. the IAM [AdministratorAccess](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) managed policy is not attached to your IAM User or Role, and you won't be able to attach it yourself.
42
42
43
-
If this is the case, you will need to work with your account administrator to get things set up for you. Refer them to this guide, and have them provide you with an [AWS Batch Job Queue ARN](https://docs.aws.amazon.com/batch/latest/userguide/job_queues.html), and a [Amazon S3 Bucket](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html) that you can write results to.
43
+
If this is the case, you will need to work with your account administrator to get things set up for you. Refer them to this guide, and have them provide you with an [AWS Batch Job Queue ARN](https://docs.aws.amazon.com/batch/latest/userguide/job_queues.html), and an [Amazon S3 Bucket](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html) that you can write results to.
44
44
45
45
## Contribution
46
46
47
-
This site is meant to be a living document, created for and by the genomics community at AWS and around the world. We encourage you to contribute new content and make improvements to existing content via pull request to the [GitHub repo](https://github.com/aws-samples/aws-genomics-workflows/) that hosts the source code for this site.
47
+
This site is meant to be a living document, created for and by the genomics community at AWS and around the world. We encourage you to contribute new content and make improvements to existing content via pull request to the [GitHub repo](https://github.com/aws-samples/aws-genomics-workflows/) that hosts the source code for this site.
0 commit comments