Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 3.98 KB

Arc-onboarding-details.md

File metadata and controls

59 lines (46 loc) · 3.98 KB

Multicloud Arc Onboarding

Overview

Arc Onboarding auto-discovers EC2 instances running in your AWS environment and installs the Arc agent on the VMs. This simplified experience will enable customers to onboard to Azure management services such as Azure Monitor, providing a centralized way for customers to manage their Azure and AWS VMs.

Prereqs

  1. Your AWS VMs must have the SSM agent installed in order for the Arc Agent installation to succeed. Most AWS images have this preconfigured. Here is how you can check.
  2. You need to have the ArcForServerSSMRole IAM role assigned on your machine after you upload your Cloud Formation Template in the Connector creation steps. IAMRole1 IAMRole2
  3. You need to have the 'arc' tag as the key value. This is case insensitive.

Supported Regions

In Azure, you will need to create solution in one of the supported Azure regions below:

  • East US, West US Central, Canada Central, West Europe

In AWS, we will scan for EC2 instances in the following regions. You are able to filter for specific regions if you do not want to scan all of them.

  • us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-3, eu-west-1, eu-west-2, eu-central-1, eu-north-1, sa-east-1

Modeling AWS resources in Azure

When you onboard to Multicloud Arc Onboarding, our service will create a new resource group with the following naming convention: aws_yourAwsAccountId All of the discovered EC2 instances will be represented as Arc-servers and placed in that resource group. You can apply Azure tags and policies to these resources.

In addition, for the EC2 VMs discovered, we will create an Arc-enabled server and will need an Azure region to place it in. Here is the logic for how we will map:

AWS Region Mapped Azure Region
us-east-1 EastUS
us-east-2 EastUS
us-west-1 EastUS
us-west-2 EastUS
ca-central-1 EastUS
ap-southeast-1 SoutheastAsia
ap-northeast-1 SoutheastAsia
ap-northeast-3 SoutheastAsia
ap-southeast-2 AU East
eu-west-1 West Europe
eu-central-1 West Europe
eu-north-1 West Europe
eu-west-2 UK South
sa-east-1 Brazil South

Filtering Rules

You can filter for which Azure regions you would like to scan for. By default, all regions will be scanned.

In addition, you must have a tag on your EC2 instances with the key of arc and empty value. This is case sensitive. If your EC2 instance does not have this tag, the Arc agent will not be installed.

Connectivity Method

You can select how the Arc Connected machine agent should connect through the internet through either public endpoints or through a proxy server. You can learn more here

Periodic Sync Time

The periodic sync time determines how often your AWS account is scanned and synced to Azure. Any time there is a newly discovered AWS instance that fit the filtering rules, the Arc agent will be installed automatically.

If do not want the Arc Onboarding solution to scan your account, you can turn off the periodic sync time through the API.

Offboarding

If you delete the Connector or the Arc Onboarding solution, your AWS EC2 instances will remain in Azure as Arc-enabled servers. You can clean them up by browsing to the resource group under aws_yourAwsAccountId and deleting that resource group. After the solution is deleted, the periodic syncs will stop the auto-detection of new EC2 instances and the Arc agent will not be installed.

Support

Please see our support policy.