<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Oneliners on Dragos Madarasan</title><link>https://dragos.madarasan.com/tags/oneliners/</link><description>Recent content in Oneliners on Dragos Madarasan</description><generator>Hugo -- 0.159.2</generator><language>en-US</language><lastBuildDate>Mon, 04 Jul 2016 11:36:05 +0000</lastBuildDate><atom:link href="https://dragos.madarasan.com/tags/oneliners/feed.xml" rel="self" type="application/rss+xml"/><item><title>Programmatically list AWS services</title><link>https://dragos.madarasan.com/blog/programmatically-list-aws-services/</link><pubDate>Mon, 04 Jul 2016 11:36:05 +0000</pubDate><guid>https://dragos.madarasan.com/blog/programmatically-list-aws-services/</guid><description>Someone recently asked about the best way to built an UI on top of the AWS APIs without hardcoding the services</description></item><item><title>Oneliners &amp;#8211; AWS RDS get latest restorable time</title><link>https://dragos.madarasan.com/blog/oneliners-aws-rds-get-latest-restorable-time/</link><pubDate>Wed, 13 Apr 2016 20:43:11 +0000</pubDate><guid>https://dragos.madarasan.com/blog/oneliners-aws-rds-get-latest-restorable-time/</guid><description>&lt;p&gt;This is a one line AWS CLI command to get the latest restorable time for an AWS RDS Instance.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;aws rds describe-db-instances --db-instance-identifier &lt;span style="color:#e6db74"&gt;&amp;#34;yourDBinstance&amp;#34;&lt;/span&gt; --query &lt;span style="color:#e6db74"&gt;&amp;#34;DBInstances[*].[DBInstanceIdentifier,LatestRestorableTime]&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>