Earlier quoted context omitted.
They do have some impressive "I didn't know anyone would need that!" services. I also love this one: https://aws.amazon.com/snowmobile/ > AWS Snowmobile is an Exabyte-scale data transfer service used to move extremely large amounts of data to AWS. You can transfer up to 100PB per Snowmobile, a 45-foot long ruggedized shipping container, pulled by a semi-trailer truck. (...)
I wanted a small-scale version of this for my personal photos, back when I realized that uploading a few hundred GB on my 5mbps down/0.5mbps up residential cable connection was going to take weeks. (Ended up doing it from university, where I had symmetric 100mbit in my dorm room).
AWS Ground Station
111–120 of 184 posts
Re: AWS Ground Station
#112We also can offer you an actual satellite for rent, starting 2021. Have a look at https://www.exodusorbitals.com
Re: AWS Ground Station
#113Earlier quoted context omitted.
>maybe ask them to beef up their security What's the threat model for a ground station? Interception? Sabotage? Hardware theft? Can you even sell these things on eBay?
Satellite navigation is a key strategic asset, as is any system that carries national and trans-national communications. Imagine being able to interfere with a navy's navigation, maybe not enough to stop them from getting somewhere but definitely enough to slow them down. Or imagine being able to change the position of a communications satellite, a device that is basically just dumb microwave relay---and microwave, I…
Re: AWS Ground Station
#114We also can offer you an actual satellite for rent, starting 2021. Have a look at https://www.exodusorbitals.com
Sorry, but what would be the use case for running code on a satellite?
- space-qualification for the satellite control software. You need to test your own flight software in space, so you use our satellite platform to run test/validation and then reuse on your own satellite.
- space-based algorithm tests, such as data compression/error correction or radiation hardening through software means. Inter-satellite link protocols is also a rich field for software developers.
- data analysis: satellite instruments can produce a lot more data than can be downlinked, so it is in your best interest to pre-process it as much as possible on-board instead of downloading just raw data
- Autonomy algorithms tests: for example for automatic collision avoidance software or maneuvres around non-cooperating target (think defunct satellite or asteroid)
- Data fusion: combine data from multiple satellite instruments, such AIS receiver and imagery to filter maritime traffic for ships without AIS transponders on, then classify those
- Remote asset tracking and labeling (think pipelines, agriculture, shipping containers, farming plots) where you don't have "eyes on the ground". Needs some image recognition tools to identify changes and/or damage.
All of the above can be packed as an "app" and run concurrently or in series on one or multiple satellites, with the possibility of reusing the code for different satellite platforms.
An interesting case is making a single "virtual satellite" out of multiple physical ones, with a single app using instruments from different satellites.
Re: AWS Ground Station
#115Earlier quoted context omitted.
I worked at a company that with a fleet of microsatellites that also built and managed our own network of groundstations. The costs of groundstations can definitely add up. Scouting for locations with good RF properties takes a lot of long flights, weird dealings with customs (RF equipment is questioned heavily). Then you have to find a site to host it, maybe ask them to beef up their security, construction to suppor…
>maybe ask them to beef up their security What's the threat model for a ground station? Interception? Sabotage? Hardware theft? Can you even sell these things on eBay?
Re: AWS Ground Station
#116Earlier quoted context omitted.
Satellite navigation is a key strategic asset, as is any system that carries national and trans-national communications. Imagine being able to interfere with a navy's navigation, maybe not enough to stop them from getting somewhere but definitely enough to slow them down. Or imagine being able to change the position of a communications satellite, a device that is basically just dumb microwave relay---and microwave, I…
I would expect ground stations that important to be on military bases, not random locations that a private company is scouting. No?
https://en.wikipedia.org/wiki/Captain_Midnight_broadcast_sig...
Re: AWS Ground Station
#117Where does one get the satellite to rent?
Re: AWS Ground Station
#118Re: AWS Ground Station
#119Earlier quoted context omitted.
Sorry, but what would be the use case for running code on a satellite?
A few solid cases are: - space-qualification for the satellite control software. You need to test your own flight software in space, so you use our satellite platform to run test/validation and then reuse on your own satellite. - space-based algorithm tests, such as data compression/error correction or radiation hardening through software means. Inter-satellite link protocols is also a rich field for software develop…
Re: AWS Ground Station
#120Earlier quoted context omitted.
A few solid cases are: - space-qualification for the satellite control software. You need to test your own flight software in space, so you use our satellite platform to run test/validation and then reuse on your own satellite. - space-based algorithm tests, such as data compression/error correction or radiation hardening through software means. Inter-satellite link protocols is also a rich field for software develop…
Great question and answers here, fascinating to consider potential use cases. Have you thought about adapting this copy for your website so more people can see the potential when they arrive there?