Making space communication easier by providing a streamlined user interface to interact with AWS Ground Station.
*Ground Station scheduling coming soon*Create, edit, update, and delete Ground Station missions from one user interface. You have control over all the inputs Mission Profiles have to offer including all your dataflow edges.
Create, edit, update, and delete all config types that Ground Station has to offer.
Switch the region you are editing missions and configs.
Please visit the AWS marketplace and search for Nova Leap to find our software. Recommended instance size can be as low as a t3.micro.
When launching the instance please attach the following IAM role for the correct functionality of Nova Leap.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"groundstation:CreateConfig",
"iam:PassRole",
"groundstation:ListConfigs",
"groundstation:GetMissionProfile",
"groundstation:CreateMissionProfile",
"groundstation:GetConfig",
"groundstation:DeleteConfig",
"groundstation:UpdateMissionProfile",
"groundstation:DeleteMissionProfile",
"groundstation:ListMissionProfiles",
"groundstation:UpdateConfig"
],
"Resource": "*"
}
]
}