DEV Community

Cover image for Notes from AWS re:Invent 2022: the Giant Magellan Telescope
Joe Stech for AWS Community Builders

Posted on

1

Notes from AWS re:Invent 2022: the Giant Magellan Telescope

Most of the sessions I attended at re:Invent this year were highly technical, but I also attended some broader science talks, and this talk by Giant Magellan President Dr. Robert Shelton was one of them.

Apparently in the Atacama Desert, the driest place on earth, a new telescope is being built: the Giant Magellan Telescope. It's going to be 22 stories tall, the entire building will rotate, and will be up to 200 times more powerful than existing research telescopes. https://www.giantmagellan.org

The telescope's president was presenting at AWS because AWS provides the compute required to simulate the telescope's building envelope. The telescope will require precise environmental controls, and the Atacama Desert is a place with wild temperature swings. With AWS-based simulation, the Giant Magellan project can ensure that their building designs will support the environmental controls required by telescope and the extraordinarily sophisticated instrumentation that can be attached to the telescope!

Dr. Shelton spoke about how the telescope will have the capability to resolve atmospheric composition of exoplanets at the level required to detect extraterrestrial life, finally answering the age-old question: are we alone in the universe?

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post