<?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"><channel><title><![CDATA[Barnyar Cloud]]></title><description><![CDATA[Barnyar Cloud]]></description><link>https://blog.agkcloud.com</link><generator>RSS for Node</generator><lastBuildDate>Tue, 26 May 2026 18:30:37 GMT</lastBuildDate><atom:link href="https://blog.agkcloud.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Creating Your First IAM Admin User]]></title><description><![CDATA[Step 1. Open https://console.aws.amazon.com/iam/, and sign in as the AWS account root user using your AWS account email address and password.
Step 2. In the navigation pane, choose Users and then choose Add user.

Step 3. For User name, type cloudadm...]]></description><link>https://blog.agkcloud.com/creating-your-first-iam-admin-user</link><guid isPermaLink="true">https://blog.agkcloud.com/creating-your-first-iam-admin-user</guid><category><![CDATA[AWS]]></category><category><![CDATA[Security]]></category><dc:creator><![CDATA[Kyaw Kyaw Naing]]></dc:creator><pubDate>Mon, 10 May 2021 01:39:48 GMT</pubDate><content:encoded><![CDATA[<p>Step 1. Open <a target="_blank" href="https://console.aws.amazon.com/iam/">https://console.aws.amazon.com/iam/</a>, and sign in as the <strong>AWS account root user</strong> using your AWS account email address and password.</p>
<p>Step 2. In the navigation pane, choose Users and then choose Add user.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610474826/eaVvZDUMZ.png" alt="image.png" /></p>
<p>Step 3. For User name, type cloudadmin. Select the check box AWS Managed Console access and Programmatic access. And then select Custom password, and then type your new password in the text box. And then click Next:Permissions.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610509652/fhcvm_hLz.png" alt="image.png" />
Step 4. On the Set permissions page, Choose Attach existing policies directly, select the check box for AdministratorAccess.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610535223/J6KUZfmgt.png" alt="image.png" /></p>
<p>Step 5. Click Next: Tags, and then click Next: Reviews.
Step 6. Review the user about to be created. When you are ready to proceed, click Create user.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610570041/XvKGbGNtZ.png" alt="image.png" /></p>
<p>Step 7. Click <strong>Download .csv file</strong> which contains <strong>Access key ID, Secret access key</strong> and <strong>Console login link.</strong></p>
<p><em>Note:  AWS Access key ID and Secret access key are required to interact with AWS via API, CLI, SDK , and other development tools.</em></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610665567/YqWVCCy4Y.png" alt="image.png" />
Step 8. Sign Out and Sign-in to your AWS account using the IAM User you just created which is cloudadmin.</p>
<p>Step 9. From now on, you can create IAM Users or any other AWS services and resources using the IAM User cloudadmin which has AdministratorAccess. Congratulations !</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1620610695623/P4o8XvzIh.png" alt="image.png" /></p>
]]></content:encoded></item></channel></rss>