<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[AWS@Cybergavin]]></title><description><![CDATA[My notes on AWS]]></description><link>https://aws.cybergav.in/</link><image><url>https://aws.cybergav.in/favicon.png</url><title>AWS@Cybergavin</title><link>https://aws.cybergav.in/</link></image><generator>Ghost 5.46</generator><lastBuildDate>Sat, 02 May 2026 01:48:37 GMT</lastBuildDate><atom:link href="https://aws.cybergav.in/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[AWS re:Invent launch blogs]]></title><description><![CDATA[AWS re:invent launch blog posts since the first re:invent.]]></description><link>https://aws.cybergav.in/aws-re-invent-launch-blogs/</link><guid isPermaLink="false">656bd146fc9fd300019a7360</guid><category><![CDATA[aws re:Invent]]></category><category><![CDATA[aws]]></category><category><![CDATA[aws re:invent launches]]></category><category><![CDATA[web scraping]]></category><category><![CDATA[python]]></category><category><![CDATA[aws re:invent launch blog]]></category><category><![CDATA[aws re:invent recap]]></category><category><![CDATA[aws reinvent blogs]]></category><dc:creator><![CDATA[Cybergavin]]></dc:creator><pubDate>Sun, 03 Dec 2023 01:49:11 GMT</pubDate><content:encoded><![CDATA[<p><a href="https://reinvent.awsevents.com/?ref=aws.cybergav.in">AWS re:Invent</a> is a learning conference hosted by AWS for the global cloud-computing community. It&apos;s a popular conference (~50K attendees at re:Invent 2023), during which AWS makes several exciting announcements on launches of new services or new capabilities for existing services. Although, these service/feature launches are also announced in AWS launch blog posts, it can be difficult to keep up or get a quick summary.</p><p>In this article, I share a simple web-scraping python script that generates a list of AWS re:Invent blog post URLs (the output is stored in a HTML file) for a given year (from 2013 onwards). As long as AWS does not change the HTML document structure of these blog posts (hasn&apos;t changed for 10 years), the script&apos;s HTML parsing will work and generate the desired output. </p><p>Fetch the script (arl_posts.py) from my <a href="https://github.com/cybergavin/aws_utils?ref=aws.cybergav.in">GitHub repository</a>. Refer to the repository&apos;s README.md file for usage instructions. Given below are screenshots of the output for the years 2023 and 2013.</p><figure class="kg-card kg-image-card"><img src="https://aws.cybergav.in/content/images/2023/12/arl-screenshot.png" class="kg-image" alt loading="lazy" width="634" height="493" srcset="https://aws.cybergav.in/content/images/size/w600/2023/12/arl-screenshot.png 600w, https://aws.cybergav.in/content/images/2023/12/arl-screenshot.png 634w"></figure>]]></content:encoded></item></channel></rss>