<?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>Amazon Web Services on My Mini Maker Space!</title>
    <link>https://my.minimaker.space/categories/amazon-web-services/</link>
    <description>Recent content in Amazon Web Services on My Mini Maker Space!</description>
    <generator>Hugo -- 0.127.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 09 Aug 2017 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://my.minimaker.space/categories/amazon-web-services/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AWS Polly Service with Node-RED</title>
      <link>https://my.minimaker.space/2017/08/09/aws-polly-service-with-node-red/</link>
      <pubDate>Wed, 09 Aug 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/08/09/aws-polly-service-with-node-red/</guid>
      <description>I have used NodeRed to subscribe to messages from an MQTT service I have running that publishes various messages from various nodes around our house. The NodeRed code listens for some of these messages and uses the AWS Polly Service to convert them to speech and read them out to us.
There’s a sample of the speech, below, as well as screen shots of the NodeRed flows.
Alexa... </description>
    </item>
    <item>
      <title>AWS IAM policy for granting privileges to S3 bitbuckets for WordPress UpdraftPlus Backups</title>
      <link>https://my.minimaker.space/2016/11/07/aws-iam-policy-for-granting-privileges-to-s3-bitbuckets-for-wordpress-updraftplus-backups/</link>
      <pubDate>Mon, 07 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2016/11/07/aws-iam-policy-for-granting-privileges-to-s3-bitbuckets-for-wordpress-updraftplus-backups/</guid>
      <description>Replace ‘mybucket’ with the name of the bitbucket that you wish to grant privileges to.
{ &amp;#34;Statement&amp;#34;: [ { &amp;#34;Effect&amp;#34;: &amp;#34;Allow&amp;#34;, &amp;#34;Action&amp;#34;: [ &amp;#34;s3:ListBucket&amp;#34;, &amp;#34;s3:GetBucketLocation&amp;#34;, &amp;#34;s3:ListBucketMultipartUploads&amp;#34; ], &amp;#34;Resource&amp;#34;: &amp;#34;arn:aws:s3:::mybucket&amp;#34;, &amp;#34;Condition&amp;#34;: {} }, { &amp;#34;Effect&amp;#34;: &amp;#34;Allow&amp;#34;, &amp;#34;Action&amp;#34;: [ &amp;#34;s3:AbortMultipartUpload&amp;#34;, &amp;#34;s3:DeleteObject&amp;#34;, &amp;#34;s3:DeleteObjectVersion&amp;#34;, &amp;#34;s3:GetObject&amp;#34;, &amp;#34;s3:GetObjectAcl&amp;#34;, &amp;#34;s3:GetObjectVersion&amp;#34;, &amp;#34;s3:GetObjectVersionAcl&amp;#34;, &amp;#34;s3:PutObject&amp;#34;, &amp;#34;s3:PutObjectAcl&amp;#34;, &amp;#34;s3:PutObjectVersionAcl&amp;#34; ], &amp;#34;Resource&amp;#34;: &amp;#34;arn:aws:s3:::mybucket/*&amp;#34;, &amp;#34;Condition&amp;#34;: {} }, { &amp;#34;Effect&amp;#34;: &amp;#34;Allow&amp;#34;, &amp;#34;Action&amp;#34;: &amp;#34;s3:ListAllMyBuckets&amp;#34;, &amp;#34;Resource&amp;#34;: &amp;#34;*&amp;#34;, &amp;#34;Condition&amp;#34;: {} } ] } </description>
    </item>
  </channel>
</rss>
