diff --git a/.gitignore b/.gitignore index e43b0f9..08302ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +.idea + diff --git a/content/100_getting_started/110_for_students/111_set_up_an_aws_account/_index.md b/content/100_getting_started/110_for_students/111_set_up_an_aws_account/_index.md index fd6dba8..5291ff8 100644 --- a/content/100_getting_started/110_for_students/111_set_up_an_aws_account/_index.md +++ b/content/100_getting_started/110_for_students/111_set_up_an_aws_account/_index.md @@ -8,8 +8,11 @@ tags: ## Set up an AWS account -Follow these steps if you need to setup an AWS account for yourself. If you are in a workshop or classroom setting, ask your instructor about accounts that may have been set up for you. +Follow these steps if you need to setup an AWS account for yourself. If you are in a workshop or classroom setting, +ask your instructor about accounts that may have been set up for you. -1. Create a new AWS account following [this guide](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/) -2. Create an Admin user following [this guide](https://docs.aws.amazon.com/mediapackage/latest/ug/setting-up-create-iam-user.html) +1. Create a new AWS account by following the [How do I create and activate a new AWS account?](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/) + tutorial. +2. Use the [Create your first IAM Admin user](https://docs.aws.amazon.com/mediapackage/latest/ug/setting-up-create-iam-user.html) + topic from the *AWS Identity and Access Management User Guide*. 3. That's it! You're ready to get started. \ No newline at end of file