POPULARITY
What RTOS dominates the embedded space? Your first guess might be Linux, but you would be wrong, by a wide margin. FreeRTOS is the winner. If you're wondering how and why FreeRTOS came to be, this is the podcast for you. Today i'm speaking with the RTOS's original creator, Richard Barry. Richard is now part of Amazon Web Services (AWS), but he is still leading the charge for FreeRTOS. Hear how it came about, and where Richard thinks it's going on this this week's Embedded Executives podcast.
En este episodio Edén nos platica su experiencia usando RTOS, conceptos básicos y algunos de los componentes que parecen magia negra que los RTOS tienen en sus tripas para hacer la vida de los desarrolladores y equipos de desarrolladores más fácil. Hablamos sobre los recursos, manejo de memoria, consideraciones al usarlos pero sobre todo las ventajas que tiene el uso de los RTOS en aplicaciones de comunicaciones y proyectos donde hay varios desarrolladores trabajando en módulos diferentes al mismo tiempo. Eden Candelas @elmundoverdees Pepe Ruiz @pepe_ruiz https://www.freertos.org/ https://aws.amazon.com/es/freertos/ https://azure.microsoft.com/es-es/services/rtos/ https://zephyrproject.org/
En este episodio Edén nos platica su experiencia usando RTOS, conceptos básicos y algunos de los componentes que parecen magia negra que los RTOS tienen en sus tripas para hacer la vida de los desarrolladores y equipos de desarrolladores más fácil. Hablamos sobre los recursos, manejo de memoria, consideraciones al usarlos pero sobre todo las ventajas que tiene el uso de los RTOS en aplicaciones de comunicaciones y proyectos donde hay varios desarrolladores trabajando en módulos diferentes al mismo tiempo. Eden Candelas @elmundoverdees Pepe Ruiz @pepe_ruiz https://www.freertos.org/ https://aws.amazon.com/es/freertos/ https://azure.microsoft.com/es-es/services/rtos/ https://zephyrproject.org/
Brian Amos joins Chris to talk through his book about learning Real Time Operating Systems (RTOS) with a Hands-on methodology. Discussions around what an RTOS is, when to use one, and how FreeRTOS works.
Join Scott as he continues bluetooth low energy (BLE) GATT client code on the ESP32-S3. Chat on the Adafruit Discord at https://adafru.it/discord. Deep Dive happens every week. Normally Fridays at 2pm Pacific. Next week is on Friday. All notes are available on GitHub with links into the videos. Thanks to @askpatrickw and @dcd for making and maintaining the notes. https://github.com/adafruit/deep-dive-notes/ 0:00 Cat cam in main window 1:00 hello 3:50 introduction and housekeeping 4:40 introduce Vin and Spook 6:55 linkedin and restream streams as well 7:20 https://github.com/adafruit/deep-dive-notes 8:29 did you ever cover how the compiler works in CP on one of these deep dives? 10:40 Did you see that Zephyr now has support for RP2040? 11:03 Linker was for the actual linking of the CP core (and just general knowledge). The compiler for more how the internal Python compiler works 12:02 Smokey Brights / https://www.smokeybrights.com/ 12:50 https://docs.micropython.org/en/latest/develop/compiler.html 13:40 # 5881Thank you for an example how to use DeviceInfoService for connections 15:55 continue CP 2022 discussion 18:22 Axel - 19:00 crashes that happen after several days are very hard to debug 19:13 Does Adafruit have any plans to support a 5 GHz wifi chip? Espressif c6 20:25 kattni's #circuitpython2022 22:30 https://blog.adafruit.com/2022/02/01/the-circuitpython-community-a-round-up-and-a-look-forward-to-2022/ 28:15 “it takes a village” 32:45 thank you Kattni for reminding us that CircuitPython requires its community 33:05 PlatformIO? 33:40 How does the CP2022 resolve? Are you going to publish a manifesto or something? 37:06 Does anyone know about a driver for Windows to make a Bluetooth COM-Port to the adafruit_ble.services.nordic UARTService accessible 37:50 Kattni will be my first guest on Paul Cutler's CP podcast, too, which will give a chance for people to hear her March 1st - 39:35 BlueTooth - review last week / broadcast and observer roles 43:28 next step - initiating the connection 45:04 BatteryService 46:45 Declarative form of python used 47:22 BLE - GAP advertising 47:39 GATT - use to build this library upon 48:35 github BLE example uart examples (client ) 50:55 Can you point me to a CP joystick hid example that uses analog inputs for pi pico? 57:00 what makes up a service 59:30 where is serial_number? 1:00:20 Bluetooth.com specifications and more BLE service api and espressif/common-hal/bleio/Connetion.c 1:09:10 Nimble callbacks *_cb / FreeRTOS 1:12:35 Discover by UUID will be faster 1:13:05 Discover all characteristics 1:15:35 nRF 52840 with BLE 1:16:09 esp s3 board - client board 1:17:14 nimble screen - demo 1:18:35 and example code - Unhandled connection event 12 1:19:20 uart.read(4) is not reading - how does it work… 1:20:00 NUX Nordic Uart Service 1:21:08 passing up the lower level services 1:22:20 StreamIn and StreamOut 1:24:35 Characteristics_buffer - native 1:28:00 This is a deep dive ( notify vs indicate ) 1:28:41 two ways to write ( write and write without response ) 1:30:30 then there is the security stuff 1:32:10 how do we go about building circuitpython uf2 files for missing boards? https://learn.adafruit.com/building-circuitpython and https://learn.adafruit.com/how-to-add-a-new-board-to-circuitpython 1:37:35 “there's no software engineering problem that can't be solved with another layer of abstraction.” - ( in the right place ) 1:39:02 implementation for nRF version 1:39:48 *GATTS - server, and *GATTC client 1:40:39 adding event handler in constructor, need to add to espressif version also 1:42:28 need an event handler system 1:42:40 this is all BLE workflow stuff you're working on now right, not just "standard BLE" support for S3? 1:45:10 HVX is short for “Handle Value Notification or Indication” 1:47:30 CP joystick hid example that uses analog inputs for pi pico? https://learn.adafruit.com/customizing-usb-devices-in-circuitpython/hid-devices and https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/potentiometer-and-pwm-led and of course - reach out on discord https://adafru.it/discord 1:50:15 again - take the the nRF code, and change it for the espressif version 1:52:40 we need two callbacks here for espressif and review ble_gap.h 1:56:12 could be more complicated due to non-consecutive buffers 1:57:22 Has there been any discussion of doing BLE Mesh support 1:59:06 Need to figure out how to split apart the om buffer os_mbuf 2:01:44 "Apache Mynewt offers the world's first fully open-source Bluetooth Low Energy (BLE) or Bluetooth Smart stack fully compliant with Bluetooth 5 specifications with support for Bluetooth Mesh. It is called NimBLE." https://mynewt.apache.org/latest/network/index.html# 2:02:00 Check out the git repos 2:03:03 circuit-python dev channel 2:03:59 Next week on Friday 2:04:19 Pet the cat 2:05:02 have a great weekend
This week's Electromaker Show is now available on YouTube and everywhere you get your podcasts! Welcome to the Electromaker Show episode 70! This week we look at a truly globe-trotting cellular IoT project and uncover another wonderful way the Pi can be used for music-making. We'll also take a look at some funding website things and learn all about low-power wireless communication! Tune in for the latest maker, tech, DIY, IoT, embedded, and crowdfunding news stories from the week. Watch the show! We publish a new show every week. Subscribe here: https://www.youtube.com/channel/UCiMO2NHYWNiVTzyGsPYn4DA?sub_confirmation=1 We stock the latest products from Adafruit, Seeed Studio, Pimoroni, Sparkfun, and many more! Browse our shop: https://www.electromaker.io/shop Join us on Discord! https://discord.com/invite/w8d7mkCkxj Follow us on Twitter: https://twitter.com/ElectromakerIO Like us on Facebook: https://www.facebook.com/electromaker.io/ Follow us on Instagram: https://www.instagram.com/electromaker_io/ Featured in this show: FreeRTOS on the Raspberry Pi Pico Cellular IoT Project flies around the world Balena Security Camera Project Raspberry Pi 3 midi router for sweet techno setup Returning to Sensor Watch on Crowd Supply Thunderscope on Crowd Supply Mango Pi Risc-V Pi Zero 2-a-like Comparing wireless technologies News from the Electrowire Make it Smart Contest
Quelles sont les nouveautés AWS des deux dernières semaines ? Dans cet épisode, je reviens sur re:Post, les nouveaux forums d'échange de la communauté AWS, de FreeRTOS, d'annonces faites autour des Local Zones et de AWS Wavelength en europe et de nouveaux types d'instances EC2 disponibles dans la région de Paris.
Quelles sont les nouveautés AWS des deux dernières semaines ? Dans cet épisode, je reviens sur re:Post, les nouveaux forums d'échange de la communauté AWS, de FreeRTOS, d'annonces faites autour des Local Zones et de AWS Wavelength en europe et de nouveaux types d'instances EC2 disponibles dans la région de Paris.
My guest today is Jan Capek, Co-founder and co-CEO of Braiins. Braiins is the preeminent Bitcoin mining software company. Braiins offers a full-stack software solution by providing miners with everything from state-of-the-art mining firmware to a best-in-class mining pool. Braiin's is the company behind the legendary mining pool, Slush Pool. Slush Pool was the world's first mining pool and continues to be an industry leader in transparency and innovation, with more than 1.25 million BTC mined since 2010. Braiins is also is the developer of Stratum V2, a next generation protocol for pooled mining with a focus on quality improvements including reduced data loads, empty block elimination, hash rate hijacking prevention and the Braiins OS / OS+, autotuning mining firmware, which boosts the efficiency of mining hardware with cutting-edge firmware that is natively integrated with Stratum V2 and mining software written from scratch in Rust language. At Braiins Jan, focuses on building out infrastructure architecture for Slush Pool where he aims to bring pool infrastructure to scale, build out more robust security, DDoS mitigation, and infrastructure configuration management, and provisioning. He also focuses on building the Braiins systems providing custom development consulting services in the following areas: applications for FreeRTOS and NuttX environment, embedded Linux BSP's, and infrastructure configuration management. If you are interested in learning more about the mining industry you have to listen to this conversation, Jan shares an immense amount of knowledge and details about Bitcoin and the mining industry. In our conversation, we cover the Braiins and Slush's history of innovating in the mining industry, scaling a Bitcoin mining company, the impact of ASICs, decentralizing the Bitcoin Network, and much more. Jan discusses how he got into Bitcoin and shares the origin story of Braiins and Slush Pool. Jan goes into depth about his experience bootstrapping Braiins into the first professionalized Bitcoin mining company. We go on to discuss the evolution of mining hardware and the impact of ASICs on the industry. We had a very thoughtful discussion about the dangers of blacklisting Bitcoin addresses and how there are censorship resistance redundancies within the Bitcoin Network. Another major discussion point in our conversation was the possible ramifications of Bitcoin's hardcoded rules coming into conflict with regulatory and legal institutions. We finish our conversation by discussing the importance of decentralizing manufacturing supply-chain for Bitcoin mining. Please enjoy my conversation with Jan Capek. -- Ledn provides financial products to help you unlock the power of digital assets. With a secure and easy-to-use platform, it's the simplest way to earn interest, borrow, and trade your BTC and USDC. For maximum accountability, Ledn offers Proof of Reserves attestations to give you peace of mind while you make the most of your Bitcoin. Untold Stories listeners can receive $50 in free BTC when you create a new loan. More info at https://untoldstories.link/LEDN -- This podcast is powered by Blockworks. For exclusive content and events that provide insights into the crypto and blockchain space, visit them at https://blockworks.co
Today, customers who are leveraging FreeRTOS on their devices and wish to connect to Azure IoT services need to resort to home-grown solutions or venture to adapt existing SDKs to work with FreeRTOS. With the Azure IoT middleware for FreeRTOS they'll get a proper SDK that exposes the APIs these developers expect to see when getting their devices connected to Azure. In contrast with home-grown solutions, the Azure IoT middleware for FreeRTOS is maintained and supported by Microsoft, and it is an open-source project that allows customers to adapt it to a number of different hardware combinations to support their business and technical requirements.Learn more reading the blog post at https://aka.ms/AzureIoTMiddlewareForFreeRTOS/Blog
Today, customers who are leveraging FreeRTOS on their devices and wish to connect to Azure IoT services need to resort to home-grown solutions or venture to adapt existing SDKs to work with FreeRTOS. With the Azure IoT middleware for FreeRTOS they'll get a proper SDK that exposes the APIs these developers expect to see when getting their devices connected to Azure. In contrast with home-grown solutions, the Azure IoT middleware for FreeRTOS is maintained and supported by Microsoft, and it is an open-source project that allows customers to adapt it to a number of different hardware combinations to support their business and technical requirements.Learn more reading the blog post at https://aka.ms/AzureIoTMiddlewareForFreeRTOS/Blog
The team meets Vattenfall's Marcus Melin and Mikael Söderström to learn how they are leveraging Azure to help enable the use of renewable energy 24x7 by their customers Also, be sure to go back and listen to the Sustainability solutions in Azure episode where the team first heard about Vattenfall from Conor Kelly. Media file: https://azpodcast.blob.core.windows.net/episodes/Episode396.mp3 YouTube: https://youtu.be/SgULg_YJT4k Resources: https://vattenfall.se/24-7 Other updates: Govern your data wherever it resides with Azure Purview https://azure.microsoft.com/en-us/blog/govern-your-data-wherever-it-resides-with-azure-purview/ Azure Cost Management and Billing updates – September 2021 https://azure.microsoft.com/en-us/blog/azure-cost-management-and-billing-updates-september-2021/ Building a digital guide dog for railway passengers with impaired vision https://techcommunity.microsoft.com/t5/ai-customer-engineering-team/building-a-digital-guide-dog-for-railway-passengers-with/ba-p/2749612 Azure IoT middleware for FreeRTOS in general availability | Azure updates | Microsoft Azure General availability: Azure Sphere OS version 21.09 | Azure updates | Microsoft Azure
Este es el segundo episodio de la serie sobre IoT y computo en el edge, Jorge Alfaro y Raul Hugo hablan de los criterios a seguir al momento de escoger dispositivos asi como los casos de uso de FreeRTOS y AWS IoT Greengrass Material Adicional: https://greengrassv2.workshop.aws/en/
Quali sono le sfide di business e le sfide tecnologiche di un progetto IoT? Quali casi d'uso sono emersi negli ultimi anni e quali servizi e strumenti mette a disposizione AWS sul fronte IoT? Come si configurano e mettono in sicurezza i dispositivi su larga scala? E come si analizzano i dati generati dai dispositivi? In questo episodio ospito un collega di AWS Italia, Andrea Prosperi. Parleremo di Internet of Things, di microcontrollori, di AWS Greengrass, FreeRTOS e tanto altro. Link: AWS IoT Core. Link: FreeRTOS. Link: AWS Partner Device Catalog.
Richard Barry joins David to talk about the role of the RTOS in IoT, the increasing complexities that need to be considered when connecting devices to the internet and how security must be a mindset from the beginning of product development. The discussion also covers the coordination of device-side and cloud-side security to look at patterns from a fleet of devices and prevent scalable attacks. Minutes: Introducing Richard Barry and the FreeRTOS project [00:57] Breaking down what an RTOS is [2:04] Real-time use cases – the variety of real-time requirements [4:10] The increase in remote accessibility and the security challenges it brings [5:40] RTOS as the undifferentiating factor in devices [6:48] Internet connectivity and the increasing security complexities it brings [8:10] The role of Amazon in FreeRTOS - making development as quick and secure as possible [9:18] Knowledge gaps in a multi-disciplinary IoT [10:50] The relationship between the RTOS and Root of Trust [13:22] Reference integrations and standardized interfaces to ease the porting to hardware security [14:28] Developer security expertise – the challenge of new concepts, terminology and requirements [15:55] Practical challenges that come with scale [17:35] Developer considerations for lifecycle security [18:40] The importance of demonstrating and educating best practice [19:26] Awareness of the consequences of getting it wrong, the increased legislation and, inevitably, the increased use of the Root of Trust [21:36] The importance of security being the mindset from the beginning [22:37] Evolution of Open Source projects – being driven by market requirements, enabling scalability [23:30] Building confidence in FreeRTOS, with backing and credibility from Amazon [24:30] Simplifying the FreeRTOS software – making it smaller and decoupled to suit the diversified use cases [25:11] Futureproofed strategy for developers – reuse undifferentiating factors [26:42] Coordinating cloud and device security to prevent scalable attacks [27:33] Learn more about PSA Certified www.psacertified.org
In this episode, Richard Barry discusses real-time edge processing with Dave Finch, New York Times bestselling author and producer of the Moore's Lobby podcast on All About Circuits. About Richard Barry Richard Barry founded the FreeRTOS project in 2003, spent more than a decade developing and promoting FreeRTOS through his company Real Time Engineers Ltd, and currently continues his work on FreeRTOS as a senior principal engineer at Amazon Web Services. FreeRTOS is a cross-platform standard RTOS kernel for microcontrollers with ports to more than 40 microcontroller cores and 18 toolchains. FreeRTOS is now downloaded once every 175 seconds – making FreeRTOS one of the leading RTOSes in its class. Richard graduated with 1st Class Honors in Computing for Real-Time Systems, and was awarded an Honorary Doctorate for his contributions to the development of embedded technology. Richard has also been directly involved in the startup of several companies and authored several books.
Eli Hughes of TZero joins Chris to talk about creating a business around a connected brewery monitoring system and the technologies that go inside of it. Also working with processors, switching from FreeRTOS to Zephyr and working as a "Pro Support" engineer.
最新情報を "ながら" でキャッチアップ! ラジオ感覚放送 「毎日AWS!」 おはようございます、サーバーワークスの加藤です。 今日は 7/20 に出た11件のアップデートをご紹介。 感想は Twitter にて「#サバワ」をつけて投稿してください! ■ UPDATE ラインナップ Amazon AppFlow が 新しいSaleforce との統合機能をサポート Amazon SQS が新しいコンソールエクスペリエンスをサポート AWS Global Accelerator に ALB へのワンクリック設定機能が追加 Amazon Connect に通話録音APIが追加 AWS Systems Manager Automation の同時実行数上限を引き上げ Amazon EC2 オンデマンドキャパシティ予約のメトリクスが Amazon CloudWatch で監視可能に Amazon EMR が Amazon EC2 G4 インスタンスをサポート AWS Solutions Library に AWS Content Analysis が追加 AWS IoT Device Tester for FreeRTOS v3.1.0 が利用可能に Migration Evaluator を発表 - AWS のビジネスケースを素早く作成 AWS Managed Services がコンテキストベースのプロアクティブなインシデント通知サービスを提供 ■ サーバーワークスSNS Twitter / Facebook ■ サーバーワークスブログ サーバーワークスエンジニアブログ
This week's EYE ON NPI (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) looks at a new spin on a familiar favorite! We've chatted before about the IMX RT10xx series of chips from NXP. These 'cross-over' chips are Cortex M7's running at 500 or 600 MHz - that means you get the relative simplicity of a Cortex microcontroller with the speed and power of a microprocessor. Heck, the RT106x's ~3000 CoreMark @ 600 MHz makes it faster for some computations when you compare it to the Raspberry Pi Zero' ~2000 CoreMark (https://www.eembc.org/coremark/view.php?benchmark_seq=2534) - most of that due to the Linux operating system overhead. This chip family recently made its way into CircuitPython (https://circuitpython.org/board/imxrt1060_evk/) as we were super-excited to see such a powerful and low cost chip. OK but back to this week's EYE ON NPI which is a sister-chip, the iMX RT106L (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) - an interesting twist to the RT1060 - this chip is licensed to use with a wake-word + voice-activation software stack. It seems like the hardware is the same, and share the same datasheets and reference manuals. So it's more about purchasing hardware that has a licensing cost baked in - this reminds us of when we would purchase MP3 chips that had a 50 cent licensing fee built in. (https://blog.adafruit.com/2017/04/18/is-mp3-now-patent-free-makerbusiness-technicolor/) So, why is this interesting? Well, you've seen the proliferation of voice assistants like Siri, Google Voice and Alexa - they all use a a microcomputer, with a very powerful processor, to record audio and send it to the cloud for processing. Having to build a full computer with operating system to do voice control makes the BoM cost go up - you need a few MB of RAM, plenty of flash, a complex PMIC...what if we could do all of the processing on a really fast microcontroller instead? Like...a 600 MHz M7? Yes! NXP’s MCU-based solution for local voice control leverages the i.MX RT106L crossover MCU, enabling developers to quickly and easily add local voice commands to their products. The ultra-small form-factor, production-ready hardware design comes with fully integrated software that runs on FreeRTOS for quick, out-of-the-box evaluation and proof-of-concept development. This turnkey solution minimizes time-to-market, risk, and development effort, enabling OEMs to easily add voice to their smart home and smart appliance products without the need for Wi-Fi and cloud connectivity while also addressing the privacy concerns of many consumers. There's a few different products in this family. First is the 106L - the L for "Local". (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106l) That's internet-less voice command inference. Good for maybe a dozen words. There's a collection of words built-in - for more words you'll have to train up the engine which is a non-trivial task. The Local is great for simple device control and no WiFi is required so its very low power and low cost. Next is the similar 106A, the A is "Alexa", as you may guess it has Amazon Alexa software ready to go to create custom Alexa-connected devices. (https://www.digikey.com/product-detail/en/nxp-usa-inc/MIMXRT106ADVL6A/568-MIMXRT106ADVL6A-ND/10816229) You'll need to use/add WiFi for the cloud backend communication. Digi-Key has a great tutorial/article about the Alexa series and the nitty-gritty detail of how it works over here (https://www.digikey.com/en/articles/quickly-implement-alexa-built-in-iot-designs) Lastly is the 106F where F is for "Face" - yes facial recognition! (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106f) This version connects up to a camera and can be used to recognize faces. These are all interesting machine learning demos many of us have seen, and its interesting to see NXP integrate them as software 'add-on's for a very powerful and capable chip. Note that the RT1060 doesn't have hardware ML acceleration or co-processor, so you'll be relying on the speed and power of the microcontroller itself. We think in the next few years we will see similar "AI ready" chips that are even less expensive thanks to a neural-net accelerator. Meanwhile, if you want to explore these powerful chips, you can check out the entire NXP iMX RT series chip collection here on Digi-Key (https://www.digikey.com/en/product-highlight/n/nxp-semi/imx-rt-series) And pick up the iMX RT106L eval kit here on Digi-Key (part 568-SLN-LOCAL-IOT-ND ) so you can start playing with local voice recognition: order today and you'll have it tomorrow! (https://www.digikey.com/products/en/development-boards-kits-programmers/evaluation-boards-embedded-mcu-dsp/786?k=rt106l) Visit the Adafruit shop online - http://www.adafruit.com
Feedback / Neuigkeiten Es gibt was zu gewinnen: Tindie.com Gutschein im Wert von 100$.- Dazu einfach eine E-Mail an feedback@kurzschlussjunkies.de schicken. Mehr ist nicht nötig. Einsendeschluss ist der 24.12.2019 20Uhr MEZ Chris hat überlegt für ein neues Produkt den ESP32 als WLAN/Bluetooth Chip einzusetzen. Darauf hin hat er die Info erhalten, dass der Chip eine erhebliche Sicherheitslücke aufweist und somit der Schlüssel für das Secure Boot auslesbar ist. Basti erklärt wie der Angriff auf den ESP funktioniert. Weitere Links zu den Themen: https://www.cvedetails.com/cve-help.phphttps://www.espressif.com/en/news/Espressif_Security_Advisory_Concerning_Fault_Injection_and_Secure_Boothttps://limitedresults.com/2019/11/pwn-the-esp32-forever-flash-encryption-and-sec-boot-keys-extraction/ Chris hat auf seinem Homeserver FreeNAS, NextCloud und SyncThing installiert Common-Sense-Tipps Chris betont, dass es super wichitg ist, die Standartpasswörter zu ändern. Immer und vor allem bei Geräten, die mit dem Internet verbunden sind. Chris hat noch einen weiteren Tip: Benutzt HTTPS auch für private Webtools. Schaut dazu bei Let's Encrypt vorbei. Chris hat eine Wette mit seinem Chef verloren, weil er mit dem realen Operationsverstärker wesentlich schlechtere Werte hat, als mit dem simulierten. Basti gibt euich den Tip immer Backups zu machen. Danach rantet er über Schlangenöl Sicherheitssoftware. Er hat sich dabei auf NordVPN eingeschossen, weil ihm der Anbieter auf Youtube so häufig begegnet ist. Nach genauerem Hinsehen, ist der Hack, den Basti angesprochen hat, nicht so gravierend, wie er das im Podcast darstellt. https://www.computerbild.de/artikel/cb-News-Sicherheit-Hackerangriff-auf-NordVPN-24369357.htmlhttps://techcrunch.com/2019/10/21/nordvpn-confirms-it-was-hacked/https://www.heise.de/security/meldung/NordVPN-Co-Hacker-stiegen-in-Server-von-verschiedenen-VPN-Anbietern-ein-4563846.htmlhttps://www.reddit.com/r/nordvpn/comments/8mkz59/nordvpn_cracked/https://restoreprivacy.com/nordvpn-hack/ Design Contest Chris betont, dass wir die Trennung Hardware Software strikt durchziehen, Basti hat ihn eine Leitung stecken lassen, weil das ja Hardware ist. Von der Software sind Basisfunktionen implementiert. Also UART, FreeRTOS und Captouch. Chip der Woche Diese Woche haben wir den STM32G473 Mirkocontroller mit viel Analog und Digital Peripherie: 512 kBytes Flash96 kBytes Flashbis zu 48 MHz Clock16 DMA Kanäle5 ADCs7 DACs6 OPAs17 Timer
Microsoft releases Teams for Linux, SiFive enters the education market, the Eclipse Foundation champions open source on edge computing, and xs:code wants to help improve open source funding models.
Simon hosts an update show with lots of great new features and capabilities! Chapters: Developer Tools 0:26 Storage 3:02 Compute 5:10 Database 10:31 Networking 13:41 Analytics 16:38 IoT 18:23 End User Computing 20:19 Machine Learning 21:12 Application Integration 24:02 Management and Governance 24:23 Migration 26:05 Security 26:56 Training and Certification 29:57 Blockchain 30:27 Quickstarts 31:06 Shownotes: Topic || Developer Tools Announcing AWS X-Ray Analytics – An Interactive approach to Trace Analysis | https://aws.amazon.com/about-aws/whats-new/2019/04/aws_x_ray_interactive_approach_analyze_traces/ Quickly Search for Resources across Services in the AWS Developer Tools Console | https://aws.amazon.com/about-aws/whats-new/2019/05/search-resources-across-services-developer-tools-console/ AWS Amplify Console adds support for Incoming Webhooks | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-amplify-console-adds-support-for-incoming-webhooks/ AWS Amplify launches an online community for fullstack serverless app developers | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-amplify-launches-an-online-community-for-fullstack-serverless-app-developers/ AWS AppSync Now Enables More Visibility into Performance and Health of GraphQL Operations | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-appsync-now-enables-more-visibility-into-performance-and-hea/ AWS AppSync Now Supports Configuring Multiple Authorization Types for GraphQL APIs | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-appsync-now-supports-configuring-multiple-authorization-type/ Topic || Storage Amazon S3 Introduces S3 Batch Operations for Object Management | https://aws.amazon.com/about-aws/whats-new/2019/04/Amazon-S3-Introduces-S3-Batch-Operations-for-Object-Management/ AWS Snowball Edge adds block storage – Amazon Web Services | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-snowball-edge-adds-block-storage-for-edge-computing-workload/ Amazon FSx for Windows File Server Adds Support for File System Monitoring with Amazon CloudWatch | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-fsx-for-windows-file-server-adds-support-for-cloudwatch/ AWS Storage Gateway enhances access control for SMB shares to store and access objects in Amazon S3 buckets | https://aws.amazon.com/about-aws/whats-new/2019/05/AWS-Storage-Gateway-enhances-access-control-for-SMB-shares-to-access-objects-in-Amazon-s3/ Topic || Compute AWS Lambda adds support for Node.js v10 | https://aws.amazon.com/about-aws/whats-new/2019/05/aws_lambda_adds_support_for_node_js_v10/ AWS Serverless Application Model (SAM) supports IAM permissions and custom responses for Amazon API Gateway | https://aws.amazon.com/about-aws/whats-new/2019/aws_serverless_application_Model_support_IAM/ AWS Step Functions Adds Support for Workflow Execution Events | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-step-functions-adds-support-for-workflow-execution-events/ Amazon EC2 I3en instances, offering up to 60 TB of NVMe SSD instance storage, are now generally available | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-ec2-i3en-instances-are-now-generally-available/ Now Create Amazon EC2 On-Demand Capacity Reservations Through AWS CloudFormation | https://aws.amazon.com/about-aws/whats-new/2019/04/now-create-amazon-ec2-on-demand-capacity-reservations-through-aws-cloudformation/ Share encrypted AMIs across accounts to launch instances in a single step | https://aws.amazon.com/about-aws/whats-new/2019/05/share-encrypted-amis-across-accounts-to-launch-instances-in-a-single-step/ Launch encrypted EBS backed EC2 instances from unencrypted AMIs in a single step | https://aws.amazon.com/about-aws/whats-new/2019/05/launch-encrypted-ebs-backed-ec2-instances-from-unencrypted-amis-in-a-single-step/ Amazon EKS Releases Deep Learning Benchmarking Utility | https://aws.amazon.com/about-aws/whats-new/2019/05/-amazon-eks-releases-deep-learning-benchmarking-utility-/ Amazon EKS Adds Support for Public IP Addresses Within Cluster VPCs | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-eks-adds-support-for-public-ip-addresses-within-cluster-v/ Amazon EKS Simplifies Kubernetes Cluster Authentication | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-eks-simplifies-kubernetes-cluster-authentication/ Amazon ECS Console support for ECS-optimized Amazon Linux 2 AMI and Amazon EC2 A1 instance family now available | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-ecs-console-support-for-ecs-optimized-amazon-linux-2-ami-/ AWS Fargate PV1.3 now supports the Splunk log driver | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-fargate-pv1-3-now-supports-the-splunk-log-driver/ Topic || Databases Amazon Aurora Serverless Supports Capacity of 1 Unit and a New Scaling Option | https://aws.amazon.com/about-aws/whats-new/2019/04/amazon_aurora_serverless_now_supports_a_minimum_capacity_of_1_unit_and_a_new_scaling_option/ Aurora Global Database Expands Availability to 14 AWS Regions | https://aws.amazon.com/about-aws/whats-new/2019/05/Aurora_Global_Database_Expands_Availability_to_14_AWS_Regions/ Amazon DocumentDB (with MongoDB compatibility) now supports per-second billing | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-documentdb-now-supports-per-second-billing/ Performance Insights is Generally Available on Amazon Aurora MySQL 5.7 | https://aws.amazon.com/about-aws/whats-new/2019/05/Performance-Insights-GA-Aurora-MySQL-57/ Performance Insights Supports Counter Metrics on Amazon RDS for Oracle | https://aws.amazon.com/about-aws/whats-new/2019/05/performance-insights-countermetrics-on-oracle/ Performance Insights Supports Amazon Aurora Global Database | https://aws.amazon.com/about-aws/whats-new/2019/05/performance-insights-global-datatabase/ Amazon ElastiCache for Redis adds support for Redis 5.0.4 | https://aws.amazon.com/about-aws/whats-new/2019/05/elasticache-redis-5-0-4/ Amazon RDS for MySQL Supports Password Validation | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-rds-for-mysql-supports-password-validation/ Amazon RDS for PostgreSQL Supports New Minor Versions 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-rds-postgresql-supports-minor-version-112/ Amazon RDS for Oracle now supports April Oracle Patch Set Updates (PSU) and Release Updates (RU) | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-rds-for-oracle-now-supports-april-oracle-patch-set-updates-psu-and-release-updates-ru/ Topic || Networking Elastic Fabric Adapter Is Now Generally Available | https://aws.amazon.com/about-aws/whats-new/2019/04/elastic-fabric-adapter-is-now-generally-available/ Migrate Your AWS Site-to-Site VPN Connections from a Virtual Private Gateway to an AWS Transit Gateway | https://aws.amazon.com/about-aws/whats-new/2019/04/migrate-your-aws-site-to-site-vpn-connections-from-a-virtual-private-gateway-to-an-aws-transit-gateway/ Announcing AWS Direct Connect Support for AWS Transit Gateway | https://aws.amazon.com/about-aws/whats-new/2019/04/announcing-aws-direct-connect-support-for-aws-transit-gateway/ Amazon CloudFront announces 11 new Edge locations in India, Japan, and the United States | https://aws.amazon.com/about-aws/whats-new/2019/05/cloudfront-11locations-7may2019/ Amazon VPC Endpoints Now Support Tagging for Gateway Endpoints, Interface Endpoints, and Endpoint Services | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-vpc-endpoints-now-support-tagging-for-gateway-endpoints-interface-endpoints-and-endpoint-services/ Topic || Analytics Amazon EMR announces Support for Multiple Master nodes to enable High Availability for EMR applications | https://aws.amazon.com/about-aws/whats-new/2019/04/amazon-emr-announces-support-for-multiple-master-nodes-to-enable-high-availability-for-EMR-applications/ Amazon EMR now supports Multiple Master nodes to enable High Availability for HBase clusters | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-emr-now-supports-multiple-master-nodes-to-enable-high-availability-for-hbase-clusters/ Amazon EMR announces Support for Reconfiguring Applications on Running EMR Clusters | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-emr-announces-support-for-reconfiguring-applications-on-running-emr-clusters/ Amazon Kinesis Data Analytics now allows you to assign AWS resource tags to your real-time applications | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon_kinesis_data_analytics_now_allows_you_to_assign_aws_resource_tags_to_your_real_time_applications/ AWS Glue crawlers now support existing Data Catalog tables as sources | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-glue-crawlers-now-support-existing-data-catalog-tables-as-sources/ Topic || IoT AWS IoT Analytics Now Supports Faster SQL Data Set Refresh Intervals | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-iot-analytics-now-supports-faster-sql-data-set-refresh-intervals/ AWS IoT Greengrass Adds Support for Python 3.7, Node v8.10.0, and Expands Support for Elliptic-Curve Cryptography | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-iot-greengrass-adds-support-python-3-7-node-v-8-10-0-and-expands-support-elliptic-curve-cryptography/ AWS Releases Additional Preconfigured Examples for FreeRTOS on Armv8-M | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-releases-additional-freertos-preconfigured-examples-armv8m/ AWS IoT Device Defender supports monitoring behavior of unregistered devices | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-iot-device-defender-supports-monitoring-behavior-of-unregistered-devices/ AWS IoT Analytics Now Supports Data Set Content Delivery to Amazon S3 | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-iot-analytics-now-supports-data-set-content-delivery-to-amaz/ Topic || End User Computing Amazon AppStream 2.0 adds configurable timeouts for idle sessions | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-appstream-2-0-adds-configurable-timeouts-for-idle-session/ Monitor Emails in Your Workmail Organization Using Cloudwatch Metrics and Logs | https://aws.amazon.com/about-aws/whats-new/2019/05/monitor-emails-in-your-workmail-organization-using-cloudwatch-me/ You can now use custom chat bots with Amazon Chime | https://aws.amazon.com/about-aws/whats-new/2019/05/you-can-now-use-custom-chat-bots-with-amazon-chime/ Topic || Machine Learning Developers, start your engines! The AWS DeepRacer Virtual League kicks off today. | https://aws.amazon.com/about-aws/whats-new/2019/04/AWSDeepRacerVirtualLeague/ Amazon SageMaker announces new features to the built-in Object2Vec algorithm | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-sagemaker-announces-new-features-to-the-built-in-object2v/ Amazon SageMaker Ground Truth Now Supports Automated Email Notifications for Manual Data Labeling | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-sagemaker-ground-truth-now-supports-automated-email-notif/ Amazon Translate Adds Support for Hindi, Farsi, Malay, and Norwegian | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon_translate_support_hindi_farsi_malay_norwegian/ Amazon Transcribe now supports Hindi and Indian-accented English | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-transcribe-supports-hindi-indian-accented-english/ Amazon Comprehend batch jobs now supports Amazon Virtual Private Cloud | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-comprehend-batch-jobs-now-supports-amazon-virtual-private-cloud/ New in AWS Deep Learning AMIs: PyTorch 1.1, Chainer 5.4, and CUDA 10 support for MXNet | https://aws.amazon.com/about-aws/whats-new/2019/05/new-in-aws-deep-learning-amis-pytorch-1-1-chainer-5-4-cuda10-for-mxnet/ Topic || Application Integration Amazon MQ Now Supports Resource-Level and Tag-Based Permissions | https://aws.amazon.com/about-aws/whats-new/2019/04/amazon-mq-now-supports-resource-level-and-tag-based-permissions/ Amazon SNS Adds Support for Cost Allocation Tags | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-sns-adds-support-for-cost-allocation-tags/ Topic || Management and Governance Reservation Expiration Alerts Now Available in AWS Cost Explorer | https://aws.amazon.com/about-aws/whats-new/2019/05/reservation-expiration-alerts-now-available-in-aws-cost-explorer/ AWS Systems Manager Patch Manager Supports Microsoft Application Patching | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-systems-manager-patch-manager-supports-microsoft-application-patching/ AWS OpsWorks for Chef Automate now supports Chef Automate 2 | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-opsworks-for-chef-automate-now-supports-chef-automate-2/ AWS Service Catalog Connector for ServiceNow supports CloudFormation StackSets | https://aws.amazon.com/about-aws/whats-new/2019/05/service-catalog-servicenow-connector-now-supports-stacksets/ Topic || Migration AWS Migration Hub EC2 Recommendations | https://aws.amazon.com/about-aws/whats-new/2019/05/aws-migration-hub-ec2-recommendations/ Topic || Security Amazon GuardDuty Adds Two New Threat Detections | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-guardduty-adds-two-new-threat-detections/ AWS Security Token Service (STS) now supports enabling the global STS endpoint to issue session tokens compatible with all AWS Regions | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-security-token-service-sts-now-supports-enabling-the-global-sts-endpoint-to-issue-session-tokens-compatible-with-all-aws-regions/ AWS WAF Security Automations Now Supports Log Analysis | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-waf-security-automations-now-supports-log-analysis/ AWS Certificate Manager Private Certificate Authority Increases Certificate Limit To One Million | https://aws.amazon.com/about-aws/whats-new/2019/04/aws-certificate-manager-private-certificate-authority-increases-certificate-limit-to-one-million/ Amazon Cognito launches enhanced user password reset API for administrators | https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-cognito-launches-enhanced-user-password-reset-api-for-administrators/ AWS Secrets Manager supports more client-side caching libraries to improve secrets availability and reduce cost | https://aws.amazon.com/about-aws/whats-new/2019/05/Secrets-Manager-Client-Side-Caching-Libraries-in-Python-NET-Go/ Create fine-grained session permissions using AWS Identity and Access Management (IAM) managed policies | https://aws.amazon.com/about-aws/whats-new/2019/05/session-permissions/ Topic || Training and Certification New VMware Cloud on AWS Navigate Track | https://aws.amazon.com/about-aws/whats-new/2019/04/vmware-navigate-track/ Topic || Blockchain Amazon Managed Blockchain What's New | https://aws.amazon.com/about-aws/whats-new/2019/04/introducing-amazon-managed-blockchain/ Topic || Quick Starts New Quick Start deploys SAP S/4HANA on AWS | https://aws.amazon.com/about-aws/whats-new/2019/05/new-quick-start-deploys-sap-s4-hana-on-aws/
With the recent news of Microsoft acquiring Express Logic, the Embedded Insiders parse whether large tech conglomerates buying software companies is good for anyone involved. Special guest Rob Oshana, VP of Software Engineering R&D at NXP joins to give his thoughts on what the FreeRTOS and Express Logic acquisitions will mean for developers. Tune in for more!
We sift Mobile World Congress to find just the best and most relevant stories, and discuss the Thunderclap vulnerability. Plus we say goodbye to Koroa, find a reason to checkout GRUB nightlies, and how Android aims to kill passwords for good.
We sift Mobile World Congress to find just the best and most relevant stories, and discuss the Thunderclap vulnerability. Plus we say goodbye to Koroa, find a reason to checkout GRUB nightlies, and how Android aims to kill passwords for good.
We sift Mobile World Congress to find just the best and most relevant stories, and discuss the Thunderclap vulnerability. Plus we say goodbye to Koroa, find a reason to checkout GRUB nightlies, and how Android aims to kill passwords for good.
SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast
MSG Files: Compressed RTF https://isc.sans.edu/forums/diary/MSG+Files+Compressed+RTF/24228/ FreeRTOS TCP/IP Stack Vulnerabilities https://blog.zimperium.com/freertos-tcpip-stack-vulnerabilities-put-wide-range-devices-risk-compromise-smart-homes-critical-infrastructure-systems/ VLC/Live555 RTSP Server Vulnerability https://www.talosintelligence.com/reports/TALOS-2018-0684 Microsoft Yammer Update https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2018-8569#ID0EGB
SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast
MSG Files: Compressed RTF https://isc.sans.edu/forums/diary/MSG+Files+Compressed+RTF/24228/ FreeRTOS TCP/IP Stack Vulnerabilities https://blog.zimperium.com/freertos-tcpip-stack-vulnerabilities-put-wide-range-devices-risk-compromise-smart-homes-critical-infrastructure-systems/ VLC/Live555 RTSP Server Vulnerability https://www.talosintelligence.com/reports/TALOS-2018-0684 Microsoft Yammer Update https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2018-8569#ID0EGB
V tomto díle se zaměříme na RTOSy a plánovače. Pokud navrhujete složitější embedded systém, tak se vyplatí použít nějaký druh plánovače. Může se to zdát jako zbytečná komplikace navíc, ale plánovač vám téměř vždy zjednoduší program, stavové automaty i výměnu informací mezi jednotlivými bloky vaší aplikace. Zaměříme se hlavně na FreeRTOS se kterým máme největší zkušenosti, ale probírané téma lze aplikovat prakticky na jakýkoliv embedded RTOS, protože používají stejné principy.
Maria Gorlatova spoke with us about how the combination of devices and cloud computing will change the world as we know it. Maria’s bio, blog, and LinkedIn page. Other topics: Federated Learning from Google AWS Greengrass from Amazon Black Mirror from Netflix Note: we really should have talked about Amazon and FreeRTOS. I heard another podcastmight have mentioned it. We’ll try to get more info soon.
In this presentation, we will take a deeper look at the newly announced Amazon FreeRTOS. Amazon FreeRTOS (a:FreeRTOS) is an operating system for microcontrollers that makes small, low-power edge devices easy to program, deploy, secure, connect, and manage. Amazon FreeRTOS is based on the FreeRTOS kernel, a popular open source operating system for microcontrollers, and extends it with software libraries that make it easy to securely connect your small, low-power devices to AWS cloud services like AWS IoT Core or to more powerful edge devices and gateways running AWS Greengrass.
There’s no clever title this week, just straight to the point of covering the highlights of AWS re:Invent this week. They got the kubernetes now! There’s a passel of releases as well. We also discuss some other news like Meg Whitman leaving HPE (on good standing), net neutrality, WeWork buying Meetup, and Arby’s. For reals! Pre-Roll SDT News SDT got a new logo! SDT got 1,000 logo stickers to give away! You can get a sticker but completing this survey (https://www.surveymonkey.com/r/SSCKN86) or sending us your address in Slack. US Addresses only until Matt can come and get some stickers. We’ll be doing a live show - probably - on Jan 16 at the CloudAustin Meetup (https://www.meetup.com/CloudAustin/events/244102686/). Check out the Software Defined Talk Members Only White-Paper Ex (https://www.patreon.com/sdt)e (https://www.patreon.com/sdt)g (https://www.patreon.com/sdt)esi (https://www.patreon.com/sdt)s (https://www.patreon.com/sdt) podcast Join us all in the SDT Slack (http://www.softwaredefinedtalk.com/slack). Upcoming SDT newsletter (http://eepurl.com/dbM2_X). Misc. news before re:Invent coverage Changing of the guard at HPE (https://www.theregister.co.uk/2017/11/21/hpe_meg_whitman/). WeWork buys MeetUp (https://www.wired.com/story/why-wework-is-buying-meetup/). Net Neutrality (https://www.wired.com/story/heres-how-the-end-of-net-neutrality-will-change-the-internet/) - I realize this is naive, but I feel like things already operate this way. EFF write-up (https://www.eff.org/deeplinks/2017/11/lump-coal-internets-stocking-fcc-poised-gut-net-neutrality-rules) Stratechery (https://stratechery.com/2017/light-touch-cable-and-dsl-the-broadband-tradeoff-the-importance-of-antitrust/) & follow-up (https://stratechery.com/2017/light-touch-cable-and-dsl-the-broadband-tradeoff-the-importance-of-antitrust/) This week in PE: OOOHH-OOOO! BARRACUDA (https://www.theregister.co.uk/2017/11/27/barracuda_private_equity/)! Also, Arby’s: eat all you want you’ll die anyway (https://www.cnbc.com/2017/11/28/roark-capital-to-buy-buffalo-wild-wings-for-2-point-9-billion.html). Work in tech? Time to ask for a raise. (https://www.wsj.com/articles/tech-boom-creates-new-order-for-world-markets-1511260200) Good overview (http://www.computerweekly.com/feature/Redefining-OpenStack-Addressing-the-identity-and-integration-for-enterprise-readiness) of the end of OpenStack’s big tent theory. AWS re:Invent AWS Business Update Amazon Web Services has an $18 billion revenue (https://www.channele2e.com/news/live-blog-amazon-web-services-ceo-andy-jassy/) run rate and the business is growing 42 percent year over year New AWS Services (100+ new total) Loosely break into themes of Containers, Databases, AI/ML, and IOT Amazon MQ (https://aws.amazon.com/blogs/aws/amazon-mq-managed-message-broker-service-for-activemq/) - Apache ActiveMQ as a Service (lunches eaten?) AppSync (https://aws.amazon.com/blogs/aws/introducing-amazon-appsync/) - GraphQL as a Service (lunches eaten?) Aurora Serverless (https://aws.amazon.com/blogs/aws/in-the-works-amazon-aurora-serverless/) - burst database consumption Comprehend (https://aws.amazon.com/blogs/aws/amazon-comprehend-continuously-trained-natural-language-processing/) - Natural Language Processing across 98 languages DeepLens (https://aws.amazon.com/blogs/aws/deeplens/) - video camera with AI embedded DynamoDB Global (https://aws.amazon.com/blogs/aws/new-for-amazon-dynamodb-global-tables-and-on-demand-backup/) - similar to Azure/Google initiatives EC2 Bare Metal Instances (https://aws.amazon.com/blogs/aws/new-amazon-ec2-bare-metal-instances-with-direct-access-to-hardware/) - lots of competitors try to differentiate on this (lunches eaten?) came out of the VMware work i3.metal instance types c5 AMIs can work too (new KVM-based instance type) EC2 Instance types, up to 25Gbps networking H1 (https://aws.amazon.com/blogs/aws/new-h1-instances-fast-dense-storage-for-big-data-applications/) - higher throughput to storage, replacing D2 instances M5 (https://aws.amazon.com/blogs/aws/m5-the-next-generation-of-general-purpose-ec2-instances/) - 1.15Gbps write to storage, encrypted at rest, multipurpose instances, new Nitro hypervisor Deep dive on EC2 virtualization/bare metal (http://www.brendangregg.com/blog/2017-11-29/aws-ec2-virtualization-2017.html) T2 Unlimited (https://aws.amazon.com/blogs/aws/new-t2-unlimited-going-beyond-the-burst-with-high-performance/) - good for microservices, bursty workloads with a credit system Elastic Container Service for Kubernetes (https://aws.amazon.com/blogs/aws/amazon-elastic-container-service-for-kubernetes/) (EKS) - called it! upstream K8s automatically runs K8s with three masters across three AZs monitoring/healthchecks built in, managed service Fargate (https://aws.amazon.com/blogs/aws/aws-fargate/) - Containers on demand, no host/orchestrator needed similar to Azure Container Instances apparently Google has App Engine Flexible which is similar (thanks JP!) So, Matt: why would I use EKS instead of Fargate, etc.? Another write-up (https://www.enterprisetech.com/2017/11/30/kubernetes-momentum-builds-new-aws-tools/). FreeRTOS (https://aws.amazon.com/freertos/) - AWS bought(?) existing open source (https://www.freertos.org) IoT operating system vendor Glacier/S3 Select (https://aws.amazon.com/blogs/aws/s3-glacier-select/) - run SQL-like queries against your buckets and storage (CSV & JSON) GuardDuty (https://aws.amazon.com/blogs/aws/amazon-guardduty-continuous-security-monitoring-threat-detection/) - continuous security monitoring & threat detection (lunches eaten?) IoT Analytics (https://aws.amazon.com/blogs/aws/launch-presenting-aws-iot-analytics/) - MQTT processing, reporting & storage IoT Device Defender (https://aws.amazon.com/blogs/aws/in-the-works-aws-sepio-secure-your-iot-fleet/) - reporting, alerting & mitigation of existing IoT fleets IoT Device Management (https://aws.amazon.com/blogs/aws/aws-iot-device-management/) - lifecycle, management & monitoring of IoT devices Kinesis Video Streams (https://aws.amazon.com/blogs/aws/amazon-kinesis-video-streams-serverless-video-ingestion-and-storage-for-vision-enabled-apps/) - video ingestion/processing service Media Services (https://aws.amazon.com/blogs/aws/aws-media-services-process-store-and-monetize-cloud-based-video/) - YouTube as a Service, including monetization. Seems there should be an embeddable player somewhere. Neptune (https://aws.amazon.com/blogs/aws/amazon-neptune-a-fully-managed-graph-database-service/) - managed graph database service (lunches eaten?) Rekognition Video (https://aws.amazon.com/blogs/aws/launch-welcoming-amazon-rekognition-video-service/) - Rekognition now does video SageMaker (https://aws.amazon.com/blogs/aws/sagemaker/) - framework for building AI services Sumerian (https://aws.amazon.com/blogs/aws/launch-presenting-amazon-sumerian/) - VR/AR/3D IDE and platform? Systems Manager (https://aws.amazon.com/blogs/aws/aws-systems-manager/) - custom dashboards based off of tags, ties into AWS system management tools Time Sync Service (https://aws.amazon.com/blogs/aws/keeping-time-with-amazon-time-sync-service/) - AWS NTP Translate (https://aws.amazon.com/blogs/aws/introducing-amazon-translate-real-time-text-language-translation/) - Google & MS already have this Transcribe (https://aws.amazon.com/blogs/aws/amazon-transcribe-scalable-and-accurate-automatic-speech-recognition/) - speech recognition, we should use this! More: The New Stack (https://thenewstack.io/aws-takes-kubernetes-offers-serverless-database-service/), The Register (https://www.theregister.co.uk/2017/11/29/amazon_aws_kubernetes/). This kind of over-the-top analysis (https://blog.codeship.com/aws-reinvent-a-musical-review-of-the-2017-keynote/) is kinda our thing (https://www.patreon.com/sdt). BACK OFF, MAN! AWS Strategy Update On Hybrid Cloud: “In the fullness of time — I don’t know if it’s five, 10 or 15 years out — relatively few companies will own their own data centers. Those that do will have a much smaller footprint. It will be a transition and it won’t happen overnight.” Link (https://www.channele2e.com/news/live-blog-amazon-web-services-ceo-andy-jassy/) More: ‘Is Multi-Cloud Real?: “We certainly get asked about it a lot. Most enterprises, when they think about a plan for moving to the cloud, they think they will distribute workloads across a couple of cloud providers. But few actually make that decision because you have to standardize on lowest common denominator when you go multi-cloud. AWS is so far ahead and you don’t want to handicap developer teams. Asking developers to be fluent in multiple cloud platforms is a lot. And all the cloud providers have volume discounts. If you split workloads across multi-cloud, you’re diminishing those discounts. In practice, companies pick a predominate cloud provider for their workloads. And they may have a secondary cloud provider just in case they want to switch providers.’ AWS re:Invent Preview Review ✔SaaS lunches will be eaten? ✔Amazon Kubernetes Service? This Week in Kubernetes All about AWS this week! Well, GKS did get rid of billing for cluster managers Coté finished up this pile of crap (get a preview!) (https://docs.google.com/document/d/13JaEeN3Vww_Lu5FTgFgArl16HUQ2Oo4lIR1ua_7zZU4/edit?usp=sharing) and right after emailing it in was reminded that Ben wrote this up already, (https://stratechery.com/2016/how-google-cloud-platform-is-challenging-aws/) plus an update based on re:Invent this week (https://stratechery.com/2017/aws-fargate-and-kubernetes-support-embrace-and-extend-awss-execution-advantage/). End-roll Conferences Coté’s junk: NEXT WEEK, FOOLS! SpringOne Platform registration open (https://2017.springoneplatform.io/ehome/s1p/registration), Dec 4th to 5th. Use the code S1P200_Cote for $200 off registration (https://2017.springoneplatform.io/ehome/s1p/registration). Coté and many others speaking. Coté will be doing a tiny talk at CloudAustin on December 19th (https://www.meetup.com/CloudAustin/events/244459662/). Matt’s (not) on the Road! Taking it off for the Holidays. Recommendations Matt Ray: Art of War, backlaid by Wu Tang Clan (https://www.youtube.com/watch?v=qCk7ozsr428) Brandon: Hindenburg audio editor (https://hindenburg.com/). Coté: Programmed Inequality (http://amzn.to/2Aj4StV); drink after the kids go to bed; Mindhunter (https://www.netflix.com/title/80114855); Jim and Andy (https://www.netflix.com/title/80209608).