Get started
Before you begin, you should familiarize yourself with the basic concepts in AWS Ground Station. For more information, see How AWS Ground Station works.
Sign up for an AWS account
To get started with AWS, you need an AWS account. For information about creating an AWS account, see Getting started with an AWS account in the AWS Account Management Reference Guide.
Add AWS Ground Station permissions to your AWS account
To use AWS Ground Station without requiring an administrative user, you need to create a new policy and attach it to your AWS account.
-
Sign in to the AWS Management Console and open the IAM console
. -
Create a new policy. Use the following steps:
-
In the navigation pane, choose Policies and then choose Create Policy.
-
In the JSON tab, edit the JSON with one of the following values. Use the JSON that works best for your application.
-
For Ground Station administrative privileges, set Action to groundstation:* as follows:
-
For Read-only privileges, set Action to groundstation:Get*, groundstation:List*, and groundstation:Describe* as follows:
-
For additional security through multifactor authentication, set Action to groundstation:*, and Condition/Bool to aws:MultiFactorAuthPresent:true as follows:
-
-
-
In the IAM console, attach the policy you created to the desired user.
For more information about IAM users and attaching policies, see the IAM User Guide.