SlideShare a Scribd company logo
1 of 28
P U B L I C S E C T O R
S U M M I T
WASHINGTON, D C
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
AWS Ground Station Overview
Nathan McGuirt
Senior Solutions Architect
Amazon Web Services
S e s s i o n I D : 2 9 4 6 2 8
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Agenda
Introduction
Service overview
Example architectures
Configuration and scheduling
Console overview
Onboarding and pricing
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
What is a ground
station?
Provides communication links
between Earth and satellites
Transfer commands, telemetry,
and mission data to and from
the spacecraft
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Traditional ground station challenges
Build, Lease, or Rent
Large up-front capital to build
Expensive and complex to maintain
Inelastic scaling
Opaque pricing
Scheduling conflicts and contention
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
• Managed ground stations
• No long-term commitments required
• Simple, pay-as-you-go pricing – pay by the minute
• Self-service scheduling
• Close proximity to AWS Regions
• First-come, first-served scheduling
AWS Ground Station
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
High-level architecture
Antenna
System
Scheduling
Antenna
control
Downlink
Uplink
AWS Security and Identity
Tracking
Digitizer /
radio
Customer VPC
EC2
Software radio /
data recovery
Self-service and automation through AWS Console and AWS APIs/SDK
Tracking Telemetry
and Control
Mission data
processing
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Physical locations
• Oregon (us-west-2) and Ohio (east-2)
launched with general availability
• 12 Ground Station locations planned
in 2019
• Close proximity to AWS Regions
• 2 or more antenna systems per
location
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Capabilities – orbits and bands
Orbits:
Low Earth Orbit (LEO)
Medium Earth Orbit (MEO)
Bands:
X-Band - Downlink
S-Band – Uplink and Downlink
UHF – Uplink and Downlink
UHF Coming Soon
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Antenna systems
Parabolic reflector antennas
Tracking antennas (autotrack)
5.4m diameter
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Antenna systems
• X-Band
• Receive 8000-8500 MHz
• Narrowband Downlink
• Up to 54MHz, (LHCP or RHCP)
• RF over IP – Dig. IF (VITA49)
• Wideband Downlink
• Up to 500MHz, dual polarity (RHCP, LHCP)
• Demodulated and decoded data (VITA49
Extension Data)
• S-Band
• Transmit 2025-2120 MHz
• Receive 2200-2300 MHz
• Narrowband uplink and downlink
• Up to 54 MHz Bandwidth (LHCP or RHCP)
• RF over IP – Dig. IF (VITA 49)
• UHF (Coming Soon)
• Narrowband Uplink and Downlink
• Up to 54MHz Bandwidth (VP)
• RF over IP – Dig. IF (VITA 49)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Narrowband example architecture
Customer VPC
Software Radio
(Dataflow Endpoint)
Mission Data
Processing
FEP/ Encryption
RF over IP
(VITA49 dig. IF)
TT&C
Amazon Simple
Storage Service
(Amazon S3)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Wideband example architecture
Customer VPC
Software Radio
(Dataflow Endpoint)
TT&C
FEP/ Decryption
(Dataflow Endpoint)
FEP/
Encryption
Demodulated Bit Stream
(VITA49 Extension Data)
Mission Data
Processing
Amazon S3
Amazon DynamoDB
RF over IP
(VITA49 dig. IF)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Possibilities
Dataflow Endpoint Instance
(Modulation/Coding)
FEP/
Encryption
Amazon S3
Mission Data
Amazon EMR Cluster
Mission Data
TT&C
Amazon Timestream
Amazon S3
Products
Amazon API
Gateway
AWS Lambda
Serverless Application
Amazon SageMaker
Customer Request
History
Automated
Tasking
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Data types and configurations
Contact
Satellite
Ground
Station
Mission
Profile
Tracking
Config
PrePass
Duration
PostPass
Duration
Minimum
Viable Contact
Duration
Dataflow Edge
Antenna
Uplink Config
Dataflow
Endpoint
Group
Dataflow Edge
Antenna Echo
Uplink Config
Dataflow
Endpoint
Group
...
Start time End Time
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Downlink and DataflowEndpoint
{
"antennaDownlinkConfig": {
"spectrumConfig": {
"bandwidth": {
"units": "MHz",
"value": 25
},
"centerFrequency”: {
"units": "MHz",
"value": 8212.5
},
"polarization": "RIGHT_HAND"
}
},
"name": "MyAntennaDownlinkConfig"
}
{
"endpointDetails": [
{
"endpoint": {
"address": {
"name": "192.168.1.100",
"port": 55888
},
"name": "DataflowEndpoint1",
},
"securityDetails": {
"roleArn": "arn:aws:iam:…:/GSEniControl",
"securityGroupIds": [
"sg-deadbeef"
],
"subnetIds": [
"subnet-abcdef12"
]
}
}
]
}
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Tracking config
{
"configData": {
"trackingConfig": {
"autotrack": ”REQUIRED"
},
},
"name": "MyTrackingConfig"
}
REQUIRED - Autotrack is required for your contacts.
PREFERRED - Autotrack is preferred for contacts, but contacts can still be executed
without autotrack.
REMOVED - No autotrack should be used for your contacts.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Mission profile
{
"name": "MyDownlinkMissionProfile",
"contactPostPassDurationSecond": 60,
"contactPrePassDurationSeconds": 60,
"minimumViableContactDurationSeconds": 120,
"dataflowEdges": [
[
"arn:aws:groundstation:…:config/antenna-downlink/11…555",
"arn:aws:groundstation:…:config/dataflow-endpoint/21…555"
],
… <SNIP>
],
"trackingConfigArn": "arn:aws:groundstation:…:config/tracking/71…555"
}
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Console scheduling
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Onboarding
1) Customer sends NORAD ID,
transmit license, acct number to:
aws-groundstation@amazon.com
2) AWS reaches out to gather
necessary information
3) AWS completes due diligence on
satellite ownership/operation
rights
4) Both customer and AWS update
licenses
5) Customer can begin using AWS
Ground Station
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Pricing for AWS Ground Station
• Customers pay by-the-
minute for scheduled time
• Customers who purchase
yearly reserved minutes
receive discounted pricing
• Customers using reserved
minutes can schedule
further in advanced
Narrowband
( <=54MHz )
Wideband
( >54 MHz )
On
Demand
$10/min $22/min
Reserved $3/min $10/min
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
AWS Ground Station – getting started
Onboarding - e-mail: aws-groundstation@amazon.com and send:
• NORAD ID
• FCC/ITU license information
• AWS Acct #
Console: https://console.aws.amazon.com/groundstation/home
User guide: https://docs.aws.amazon.com/ground-
station/latest/ug/what-is-aws-ground-station.html
API Reference: https://docs.aws.amazon.com/ground-
station/latest/APIReference/Welcome.html
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
“The most exciting part of our testing
work was finding out how fast we
could get data from space into
Amazon S3. The answer – 55 seconds.”
- Maxar
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Thank you!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Nathan McGuirt
nmcguirt@amazon.com
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T

More Related Content

What's hot

Satellite Applications
Satellite ApplicationsSatellite Applications
Satellite ApplicationsSerhan
 
AWS Webcast - Introduction to AWS Support Services
AWS Webcast - Introduction to AWS Support ServicesAWS Webcast - Introduction to AWS Support Services
AWS Webcast - Introduction to AWS Support ServicesAmazon Web Services
 
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?Operating Models: How Does Your Operating Model Change and Scale in the Cloud?
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?Amazon Web Services
 
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...Amazon Web Services Korea
 
Deep Dive - AWS Security by Design
Deep Dive - AWS Security by DesignDeep Dive - AWS Security by Design
Deep Dive - AWS Security by DesignAmazon Web Services
 
Best Practices for the Development of CubeSat Missions
Best Practices for the Development of CubeSat MissionsBest Practices for the Development of CubeSat Missions
Best Practices for the Development of CubeSat MissionsCarlos Duarte
 
Types of satellite orbits 086
Types of satellite orbits 086Types of satellite orbits 086
Types of satellite orbits 086RANE1998
 
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018Amazon Web Services
 
Satellite Network communication System Overview
Satellite   Network  communication  System OverviewSatellite   Network  communication  System Overview
Satellite Network communication System OverviewMohamed El sadany
 
Gps (global positioning system)
Gps (global positioning system)Gps (global positioning system)
Gps (global positioning system)mustahsanbsphy873
 
Implementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By AccentureImplementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By AccentureAmazon Web Services
 
20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball Edge20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball EdgeAmazon Web Services Japan
 
Satellite communication
Satellite   communicationSatellite   communication
Satellite communicationSatyajit Das
 
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021Amazon Web Services Korea
 

What's hot (20)

Satellite Applications
Satellite ApplicationsSatellite Applications
Satellite Applications
 
AWS Webcast - Introduction to AWS Support Services
AWS Webcast - Introduction to AWS Support ServicesAWS Webcast - Introduction to AWS Support Services
AWS Webcast - Introduction to AWS Support Services
 
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?Operating Models: How Does Your Operating Model Change and Scale in the Cloud?
Operating Models: How Does Your Operating Model Change and Scale in the Cloud?
 
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...
AWS Direct Connect 를 통한 하이브리드 클라우드 아키텍쳐 설계 - 김용우 솔루션즈 아키텍트, AWS :: AWS Summit...
 
Hubble space telescope
Hubble space telescopeHubble space telescope
Hubble space telescope
 
Deep Dive - AWS Security by Design
Deep Dive - AWS Security by DesignDeep Dive - AWS Security by Design
Deep Dive - AWS Security by Design
 
Best Practices for the Development of CubeSat Missions
Best Practices for the Development of CubeSat MissionsBest Practices for the Development of CubeSat Missions
Best Practices for the Development of CubeSat Missions
 
Cubesat satellite
Cubesat satelliteCubesat satellite
Cubesat satellite
 
Types of satellite orbits 086
Types of satellite orbits 086Types of satellite orbits 086
Types of satellite orbits 086
 
AWS Overview in a Single Diagram
AWS Overview in a Single DiagramAWS Overview in a Single Diagram
AWS Overview in a Single Diagram
 
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018
How AWS Minimizes the Blast Radius of Failures (ARC338) - AWS re:Invent 2018
 
Satellite Network communication System Overview
Satellite   Network  communication  System OverviewSatellite   Network  communication  System Overview
Satellite Network communication System Overview
 
Gps
GpsGps
Gps
 
Satellite
SatelliteSatellite
Satellite
 
Gps (global positioning system)
Gps (global positioning system)Gps (global positioning system)
Gps (global positioning system)
 
Implementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By AccentureImplementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By Accenture
 
20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball Edge20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball Edge
 
Satellite communication
Satellite   communicationSatellite   communication
Satellite communication
 
Are you Well Architected?
Are you Well Architected?Are you Well Architected?
Are you Well Architected?
 
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
콜센터의 지능화와 고객 관리 혁신 - 클라우드가 도와 드립니다  - 김정곤 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
 

Similar to AWS Ground Station Overview

Intro to Ground Station, AWS Federal Pop-Up Loft
Intro to Ground Station, AWS Federal Pop-Up LoftIntro to Ground Station, AWS Federal Pop-Up Loft
Intro to Ground Station, AWS Federal Pop-Up LoftAmazon Web Services
 
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS Summit
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS SummitSecurely Deliver Applications with AWS - SVC305 - Anaheim AWS Summit
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS SummitAmazon Web Services
 
Black Belt Tips for Cloud Network Operations - AWS Summit Sydney
Black Belt Tips for Cloud Network Operations - AWS Summit SydneyBlack Belt Tips for Cloud Network Operations - AWS Summit Sydney
Black Belt Tips for Cloud Network Operations - AWS Summit SydneyAmazon Web Services
 
Getting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesGetting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesAmazon Web Services
 
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...Amazon Web Services
 
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitGetting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitAmazon Web Services
 
Stream processing and managing real-time data
Stream processing and managing real-time dataStream processing and managing real-time data
Stream processing and managing real-time dataAmazon Web Services
 
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS Summit
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS SummitIntroduction to AWS Global Accelerator - SVC211 - Chicago AWS Summit
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS SummitAmazon Web Services
 
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...Amazon Web Services
 
Enabling Resilience Through the Cloud: AWS Disaster Response Program
Enabling Resilience Through the Cloud: AWS Disaster Response ProgramEnabling Resilience Through the Cloud: AWS Disaster Response Program
Enabling Resilience Through the Cloud: AWS Disaster Response ProgramAmazon Web Services
 
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Amazon Web Services
 
Failure is not an Option - Designing Highly Resilient AWS Systems
Failure is not an Option - Designing Highly Resilient AWS SystemsFailure is not an Option - Designing Highly Resilient AWS Systems
Failure is not an Option - Designing Highly Resilient AWS SystemsAmazon Web Services
 
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitArchitecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitAmazon Web Services
 
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019 AWS event engineering at scale - SEP329 - AWS re:Inforce 2019
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019 Amazon Web Services
 
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...Amazon Web Services
 
Introducing-AWS-Hong-Kong-Region
Introducing-AWS-Hong-Kong-RegionIntroducing-AWS-Hong-Kong-Region
Introducing-AWS-Hong-Kong-RegionAmazon Web Services
 
Advanced Architectures with AWS Transit Gateway
Advanced Architectures with AWS Transit GatewayAdvanced Architectures with AWS Transit Gateway
Advanced Architectures with AWS Transit GatewayAmazon Web Services
 
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...Amazon Web Services
 
Introduction to AWS App Mesh - MAD301 - Anaheim AWS Summit
Introduction to AWS App Mesh - MAD301 - Anaheim AWS SummitIntroduction to AWS App Mesh - MAD301 - Anaheim AWS Summit
Introduction to AWS App Mesh - MAD301 - Anaheim AWS SummitAmazon Web Services
 

Similar to AWS Ground Station Overview (20)

Intro to Ground Station, AWS Federal Pop-Up Loft
Intro to Ground Station, AWS Federal Pop-Up LoftIntro to Ground Station, AWS Federal Pop-Up Loft
Intro to Ground Station, AWS Federal Pop-Up Loft
 
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS Summit
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS SummitSecurely Deliver Applications with AWS - SVC305 - Anaheim AWS Summit
Securely Deliver Applications with AWS - SVC305 - Anaheim AWS Summit
 
Black Belt Tips for Cloud Network Operations - AWS Summit Sydney
Black Belt Tips for Cloud Network Operations - AWS Summit SydneyBlack Belt Tips for Cloud Network Operations - AWS Summit Sydney
Black Belt Tips for Cloud Network Operations - AWS Summit Sydney
 
Getting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesGetting Started with Serverless Architectures
Getting Started with Serverless Architectures
 
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...
Modernizing Architectures in AWS to Drive Efficiency for Municipal Mobility S...
 
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitGetting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
 
Stream processing and managing real-time data
Stream processing and managing real-time dataStream processing and managing real-time data
Stream processing and managing real-time data
 
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS Summit
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS SummitIntroduction to AWS Global Accelerator - SVC211 - Chicago AWS Summit
Introduction to AWS Global Accelerator - SVC211 - Chicago AWS Summit
 
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
 
Enabling Resilience Through the Cloud: AWS Disaster Response Program
Enabling Resilience Through the Cloud: AWS Disaster Response ProgramEnabling Resilience Through the Cloud: AWS Disaster Response Program
Enabling Resilience Through the Cloud: AWS Disaster Response Program
 
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
 
Failure is not an Option - Designing Highly Resilient AWS Systems
Failure is not an Option - Designing Highly Resilient AWS SystemsFailure is not an Option - Designing Highly Resilient AWS Systems
Failure is not an Option - Designing Highly Resilient AWS Systems
 
From Monolith to Microservices
From Monolith to MicroservicesFrom Monolith to Microservices
From Monolith to Microservices
 
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitArchitecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
 
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019 AWS event engineering at scale - SEP329 - AWS re:Inforce 2019
AWS event engineering at scale - SEP329 - AWS re:Inforce 2019
 
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...
Introduction to the AWS Well-Architected Framework and AWS WA Tool - SVC214-R...
 
Introducing-AWS-Hong-Kong-Region
Introducing-AWS-Hong-Kong-RegionIntroducing-AWS-Hong-Kong-Region
Introducing-AWS-Hong-Kong-Region
 
Advanced Architectures with AWS Transit Gateway
Advanced Architectures with AWS Transit GatewayAdvanced Architectures with AWS Transit Gateway
Advanced Architectures with AWS Transit Gateway
 
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...
Hybrid Solutions at the Edge – Go Global Faster, Efficiently, and More Secure...
 
Introduction to AWS App Mesh - MAD301 - Anaheim AWS Summit
Introduction to AWS App Mesh - MAD301 - Anaheim AWS SummitIntroduction to AWS App Mesh - MAD301 - Anaheim AWS Summit
Introduction to AWS App Mesh - MAD301 - Anaheim AWS Summit
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

AWS Ground Station Overview

  • 1. P U B L I C S E C T O R S U M M I T WASHINGTON, D C
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T AWS Ground Station Overview Nathan McGuirt Senior Solutions Architect Amazon Web Services S e s s i o n I D : 2 9 4 6 2 8
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Agenda Introduction Service overview Example architectures Configuration and scheduling Console overview Onboarding and pricing
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T What is a ground station? Provides communication links between Earth and satellites Transfer commands, telemetry, and mission data to and from the spacecraft
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Traditional ground station challenges Build, Lease, or Rent Large up-front capital to build Expensive and complex to maintain Inelastic scaling Opaque pricing Scheduling conflicts and contention
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T • Managed ground stations • No long-term commitments required • Simple, pay-as-you-go pricing – pay by the minute • Self-service scheduling • Close proximity to AWS Regions • First-come, first-served scheduling AWS Ground Station
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T High-level architecture Antenna System Scheduling Antenna control Downlink Uplink AWS Security and Identity Tracking Digitizer / radio Customer VPC EC2 Software radio / data recovery Self-service and automation through AWS Console and AWS APIs/SDK Tracking Telemetry and Control Mission data processing
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Physical locations • Oregon (us-west-2) and Ohio (east-2) launched with general availability • 12 Ground Station locations planned in 2019 • Close proximity to AWS Regions • 2 or more antenna systems per location
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Capabilities – orbits and bands Orbits: Low Earth Orbit (LEO) Medium Earth Orbit (MEO) Bands: X-Band - Downlink S-Band – Uplink and Downlink UHF – Uplink and Downlink UHF Coming Soon
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Antenna systems Parabolic reflector antennas Tracking antennas (autotrack) 5.4m diameter
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Antenna systems • X-Band • Receive 8000-8500 MHz • Narrowband Downlink • Up to 54MHz, (LHCP or RHCP) • RF over IP – Dig. IF (VITA49) • Wideband Downlink • Up to 500MHz, dual polarity (RHCP, LHCP) • Demodulated and decoded data (VITA49 Extension Data) • S-Band • Transmit 2025-2120 MHz • Receive 2200-2300 MHz • Narrowband uplink and downlink • Up to 54 MHz Bandwidth (LHCP or RHCP) • RF over IP – Dig. IF (VITA 49) • UHF (Coming Soon) • Narrowband Uplink and Downlink • Up to 54MHz Bandwidth (VP) • RF over IP – Dig. IF (VITA 49)
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Narrowband example architecture Customer VPC Software Radio (Dataflow Endpoint) Mission Data Processing FEP/ Encryption RF over IP (VITA49 dig. IF) TT&C Amazon Simple Storage Service (Amazon S3)
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Wideband example architecture Customer VPC Software Radio (Dataflow Endpoint) TT&C FEP/ Decryption (Dataflow Endpoint) FEP/ Encryption Demodulated Bit Stream (VITA49 Extension Data) Mission Data Processing Amazon S3 Amazon DynamoDB RF over IP (VITA49 dig. IF)
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Possibilities Dataflow Endpoint Instance (Modulation/Coding) FEP/ Encryption Amazon S3 Mission Data Amazon EMR Cluster Mission Data TT&C Amazon Timestream Amazon S3 Products Amazon API Gateway AWS Lambda Serverless Application Amazon SageMaker Customer Request History Automated Tasking
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Data types and configurations Contact Satellite Ground Station Mission Profile Tracking Config PrePass Duration PostPass Duration Minimum Viable Contact Duration Dataflow Edge Antenna Uplink Config Dataflow Endpoint Group Dataflow Edge Antenna Echo Uplink Config Dataflow Endpoint Group ... Start time End Time
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Downlink and DataflowEndpoint { "antennaDownlinkConfig": { "spectrumConfig": { "bandwidth": { "units": "MHz", "value": 25 }, "centerFrequency”: { "units": "MHz", "value": 8212.5 }, "polarization": "RIGHT_HAND" } }, "name": "MyAntennaDownlinkConfig" } { "endpointDetails": [ { "endpoint": { "address": { "name": "192.168.1.100", "port": 55888 }, "name": "DataflowEndpoint1", }, "securityDetails": { "roleArn": "arn:aws:iam:…:/GSEniControl", "securityGroupIds": [ "sg-deadbeef" ], "subnetIds": [ "subnet-abcdef12" ] } } ] }
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Tracking config { "configData": { "trackingConfig": { "autotrack": ”REQUIRED" }, }, "name": "MyTrackingConfig" } REQUIRED - Autotrack is required for your contacts. PREFERRED - Autotrack is preferred for contacts, but contacts can still be executed without autotrack. REMOVED - No autotrack should be used for your contacts.
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Mission profile { "name": "MyDownlinkMissionProfile", "contactPostPassDurationSecond": 60, "contactPrePassDurationSeconds": 60, "minimumViableContactDurationSeconds": 120, "dataflowEdges": [ [ "arn:aws:groundstation:…:config/antenna-downlink/11…555", "arn:aws:groundstation:…:config/dataflow-endpoint/21…555" ], … <SNIP> ], "trackingConfigArn": "arn:aws:groundstation:…:config/tracking/71…555" }
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Console scheduling
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Onboarding 1) Customer sends NORAD ID, transmit license, acct number to: aws-groundstation@amazon.com 2) AWS reaches out to gather necessary information 3) AWS completes due diligence on satellite ownership/operation rights 4) Both customer and AWS update licenses 5) Customer can begin using AWS Ground Station
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Pricing for AWS Ground Station • Customers pay by-the- minute for scheduled time • Customers who purchase yearly reserved minutes receive discounted pricing • Customers using reserved minutes can schedule further in advanced Narrowband ( <=54MHz ) Wideband ( >54 MHz ) On Demand $10/min $22/min Reserved $3/min $10/min
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T AWS Ground Station – getting started Onboarding - e-mail: aws-groundstation@amazon.com and send: • NORAD ID • FCC/ITU license information • AWS Acct # Console: https://console.aws.amazon.com/groundstation/home User guide: https://docs.aws.amazon.com/ground- station/latest/ug/what-is-aws-ground-station.html API Reference: https://docs.aws.amazon.com/ground- station/latest/APIReference/Welcome.html
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T “The most exciting part of our testing work was finding out how fast we could get data from space into Amazon S3. The answer – 55 seconds.” - Maxar
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Thank you! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Nathan McGuirt nmcguirt@amazon.com
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T