<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rudyrana</title>
    <description>The latest articles on DEV Community by rudyrana (@rudyrana).</description>
    <link>https://dev.to/rudyrana</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F376337%2F5bb308d3-a10b-4f01-a546-1b84c33d3e27.png</url>
      <title>DEV Community: rudyrana</title>
      <link>https://dev.to/rudyrana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rudyrana"/>
    <language>en</language>
    <item>
      <title>How to write an AWS IAM Policy to set Service Limits</title>
      <dc:creator>rudyrana</dc:creator>
      <pubDate>Wed, 29 Apr 2020 19:52:15 +0000</pubDate>
      <link>https://dev.to/rudyrana/how-to-write-an-aws-iam-policy-to-set-service-limits-40k1</link>
      <guid>https://dev.to/rudyrana/how-to-write-an-aws-iam-policy-to-set-service-limits-40k1</guid>
      <description>&lt;p&gt;I am new to writing AWS IAM Policies but am asked to write a policy to set  a quota limit to 40 for an AWS resource. I am not getting a handle on this so could someone please help and point out what I might be missing or what I need to correct or add?&lt;br&gt;
Not sure what needs to be provisioned as a variable for All Regions, Accounts, and QuotaCode&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  "Version": "2012-10-17",&lt;br&gt;
  "Statement": [&lt;br&gt;
    {&lt;br&gt;
      "Sid": "TestingServiceLimits",&lt;br&gt;
      "Effect": "Allow",&lt;br&gt;
      "Action": [&lt;br&gt;
        "servicequotas:RequestServiceQuotaIncrease"&lt;br&gt;
        ],&lt;br&gt;
        "Resource": "arn:aws:servicequotas:::vpc/*"&lt;br&gt;
      },&lt;br&gt;
        "QuotaName": "Rules per Network ACL",&lt;br&gt;
        "Adjustable": true,&lt;br&gt;
        "QuotaArn": "arn:aws:servicequotas:::vpc/"&lt;br&gt;
        "Value": 40.0,&lt;br&gt;
        "ServiceName": "Amazon Virtual Private Cloud - VPC",&lt;br&gt;
        "GlobalQuota": false,&lt;br&gt;
        "ServiceCode": "vpc",&lt;br&gt;
        "QuotaCode": ""&lt;br&gt;
        "Unit": "None"&lt;br&gt;
    ]&lt;br&gt;
}&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
