Skip to content

Commit a32ba9d

Browse files
committed
Updated TOC
1 parent 1ea902e commit a32ba9d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/automation/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
href: automation-create-standalone-account.md
5151
- name: Create Automation account with Resource Manager template
5252
href: automation-create-account-template.md
53+
- name: Configure authentication with Amazon Web Services
54+
href: automation-config-aws-account.md
5355
- name: Manage an Automation Run As account
5456
href: manage-runas-account.md
5557
- name: Manage role permissions and security
@@ -250,8 +252,6 @@
250252
href: automation-create-alert-triggered-runbook.md
251253
- name: Manage Office 365 services
252254
href: manage-office-365.md
253-
- name: Authenticate runbooks with Amazon Web Services
254-
href: automation-config-aws-account.md
255255
- name: Deploy AWS VM with Automation runbook
256256
href: automation-scenario-aws-deployment.md
257257
- name: Deploy Resource Manager template with runbook

articles/automation/automation-config-aws-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to create and validate an AWS credential
44
keywords: aws authentication, configure aws
55
services: automation
66
ms.subservice: process-automation
7-
ms.date: 04/17/2018
7+
ms.date: 04/23/2020
88
ms.topic: conceptual
99
---
1010
# Authenticate Azure Automation runbooks with Amazon Web Services
@@ -14,7 +14,7 @@ Automating common tasks with resources in Amazon Web Services (AWS) can be accom
1414
* An AWS subscription and a set of credentials. Specifically your AWS Access Key and Secret Key. For more information, review the article [Using AWS Credentials](https://docs.aws.amazon.com/powershell/latest/userguide/specifying-your-aws-credentials.html).
1515
* An Azure subscription and Automation account.
1616

17-
To authenticate with AWS, you must specify a set of AWS credentials to authenticate your runbooks running from Azure Automation. If you already have an Automation account created and you want to use that to authenticate with AWS, you can follow the steps in the following section: If you want to dedicate an account for runbooks targeting AWS resources, you should first create a new [Automation account](automation-offering-get-started.md) (skip the option to create a service principal) and use the following steps:
17+
To authenticate with AWS, you must specify a set of AWS credentials to authenticate your runbooks running from Azure Automation. If you already have an Automation account created and you want to use that to authenticate with AWS, you can follow the steps in the following section. If you want to dedicate an account for runbooks targeting AWS resources, you should first create a new [Automation account](automation-create-standalone-account.md) and skip the step to create a Run As account. After creating the account, follow the steps below to complete the configuration.
1818

1919
## Configure Automation account
2020

articles/automation/automation-security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The service principal for a Run as Account does not have permissions to read Azu
2626

2727
Role-based access control is available with Azure Resource Manager to grant permitted actions to an Azure AD user account and Run As account, and authenticate that service principal. Read [Role-based access control in Azure Automation article](automation-role-based-access-control.md) for further information to help develop your model for managing Automation permissions.
2828

29-
Runbooks running on a Hybrid Runbook Worker in your data center or against computing services in other cloud environments like AWS, cannot use the same method that is typically used for runbooks authenticating to Azure resources. This is because those resources are running outside of Azure and therefore, requires their own security credentials defined in Automation to authenticate to resources that they access locally. For more information about runbook authentication with runbook workers, see [Authenticate runbooks for Hybrid Runbook Workers](automation-hrw-run-runbooks.md).
29+
Runbooks running on a Hybrid Runbook Worker in your data center or against computing services in other cloud environments like AWS, cannot use the same method that is typically used for runbooks authenticating to Azure resources. This is because those resources are running outside of Azure and therefore, requires their own security credentials defined in Automation to authenticate to resources that they access locally. For more information about runbook authentication with runbook workers, see [Authenticate runbooks for Hybrid Runbook Workers](automation-hrw-run-runbooks.md).
3030

3131
## Next steps
3232

3333
* [Create an Automation account from the Azure portal](automation-create-standalone-account.md).
3434

3535
* [Create an Automation account using Azure Resource Manager template](automation-create-account-template.md).
3636

37-
* [Authenticate runbooks with Amazon Web Services (AWS)](automation-config-aws-account.md).
37+
* [Authenticate with Amazon Web Services (AWS)](automation-config-aws-account.md).

0 commit comments

Comments
 (0)