{"id":47415,"date":"2018-01-04T11:19:53","date_gmt":"2018-01-04T05:49:53","guid":{"rendered":"http:\/\/blog.odango.com\/?p=47415"},"modified":"2023-02-03T17:47:04","modified_gmt":"2023-02-03T12:17:04","slug":"aws-iam-user-creation","status":"publish","type":"post","link":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/","title":{"rendered":"AWS IAM User Creation"},"content":{"rendered":"\n[et_pb_section bb_built=&#8221;1&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_row][et_pb_column type=&#8221;4_4&#8243;][et_pb_post_title _builder_version=&#8221;3.0.105&#8243; title=&#8221;on&#8221; meta=&#8221;off&#8221; author=&#8221;on&#8221; date=&#8221;on&#8221; categories=&#8221;on&#8221; comments=&#8221;on&#8221; featured_image=&#8221;off&#8221; featured_placement=&#8221;below&#8221; text_color=&#8221;dark&#8221; text_background=&#8221;off&#8221; title_font=&#8221;Source Sans Pro||||||||&#8221; title_font_size=&#8221;47&#8243; title_font_size_tablet=&#8221;40&#8243; title_font_size_phone=&#8221;35&#8243; title_font_size_last_edited=&#8221;on|desktop&#8221; title_text_color=&#8221;rgba(0,0,0,0.8)&#8221; title_text_align=&#8221;left&#8221; text_shadow_horizontal_length=&#8221;0.08em&#8221; text_shadow_vertical_length=&#8221;0.08em&#8221; text_shadow_blur_strength=&#8221;0.08em&#8221; title_text_shadow_horizontal_length=&#8221;0.08em&#8221; title_text_shadow_vertical_length=&#8221;0.08em&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;|||10%&#8221; \/][\/et_pb_column][\/et_pb_row][et_pb_row][et_pb_column type=&#8221;4_4&#8243;][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|desktop&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<ins><strong>AWS IAM User Creation<\/strong><\/ins><\/p>\r\n<p><strong>What is it?<\/strong><\/p>\r\n<p>Identity and Access Management(IAM). You use\u00a0<strong>IAM<\/strong>\u00a0to control who is authenticated(signed in) and authorized(has permissions) to use AWS resources.<\/p>\r\n<p>It comprises of users, Groups and Roles.<\/p>\r\n<p>It is with these three in combination with AWS policies that customers design the identity and access management to the account.<\/p>\r\n<p>To start using IAM, you must subscribe to at least one of the <a href=\"https:\/\/asha24.net\/blog\/getting-started-with-aws-tutorial\/\">AWS<\/a> services that are integrated with IAM. You then can create and manage users, groups, and permissions.<\/p>\r\n<p><strong>What is a USER?<\/strong><\/p>\r\n<p>An IAM user doesn&#8217;t have to represent any person necessarily. A user can be an individual, system, or application requiring access to AWS services.<\/p>\r\n<p>You can permit a user to access any or all of the AWS services (integrated with IAM). In addition, if one AWS account has access to resources from another, its users may be able to access data under other linked accounts as well.<\/p>\r\n<p>Any <a href=\"https:\/\/asha24.net\/blog\/aws-cloudwatch-api-guide\/\">AWS<\/a> resources created by a user are under control of and paid for by its AWS account. A user cannot independently subscribe to AWS services or control resources.<\/p>\r\n<p><strong>What are the credentials of an IAM user?<\/strong><\/p>\r\n<p><strong>Console password:\u00a0<\/strong>A password that the user can type to sign in to interactive sessions such as the AWS Management Console.<\/p>\r\n<p><strong>Access keys:<\/strong>\u00a0Combination of an access key ID and a secret access key which can be used to make programmatic calls to AWS when using the API in program code or command prompt.<\/p>\r\n<p><strong>Other Credentials:<\/strong>\u00a0User can be assigned SSH key for AWS Code Commit Service and SSL\/TLS certificates to authenticate with some AWS services.<\/p>\r\n<p>By default, a brand new IAM user does not have any kind credentials, no permissions and is not authorized to perform any AWS actions or to access any AWS resources.<\/p>\r\n<p>To assign permissions to users individually the best practice is to create Groups and assign policy and permissions to the groups and then designate Users to specific groups. This applies to admin and non-admin users as well.<\/p>\r\n<p><strong>What is a GROUP?<\/strong><\/p>\r\n<p>A Group is a collection of\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Identity_management\"><strong>IAM<\/strong><\/a>\u00a0users. Groups specify permissions for multiple users making it easier to manage the permissions. A group is not truly an &#8220;identity&#8221; in\u00a0<strong>IAM<\/strong>\u00a0because it cannot be identified as a Principal in the permission policy. It is simply a way to attach policies to multiple users at one time.<\/p>\r\n<p><strong>Important features:-<\/strong><\/p>\r\n<p><strong>(a)<\/strong>\u00a0A group can contain many users, and a user can belong to multiple groups.<\/p>\r\n<p><strong>(b)<\/strong>\u00a0Groups can&#8217;t be fixed. They can contain only users, not other groups.<\/p>\r\n<p><strong>(c)<\/strong>\u00a0There&#8217;s no default group that automatically includes all users in the AWS account.<\/p>\r\n<p><strong>(d)<\/strong>\u00a0There&#8217;s a limit to the number of groups you can have and how many groups you can be in.<\/p>\r\n<p><strong>What are ROLES?<\/strong><\/p>\r\n<p>The role of an IAM is similar to that of a user, in that it is an AWS identity with acceptance policies that define what the identity can and cannot do in AWS. However, instead of being associated with one person, a role is meant to be taken by anyone who needs it.<\/p>\r\n<p>A role does not have any credentials (password or access keys) linked to it. Rather, if a user is assigned to a role, access keys are created dynamically and provided to the user.<\/p>\r\n<p>The IAM Role provides a means for authorized access to users, applications, or services that don&#8217;t normally have access to AWS resources.<\/p>\r\n<p>Another key use of the IAM Role is to give AWS access to users who already have identities defined outside of AWS, such as in a corporate directory. For these scenarios, you can delegate access to AWS resources using an IAM role.<\/p>\r\n<p><strong>Steps for creating an IAM<\/strong><\/p>\r\n<p><strong>(1)<\/strong>\u00a0Firstly, you need to\u00a0<strong>Login<\/strong>\u00a0to your\u00a0<a href=\"https:\/\/aws.amazon.com\/console\/\"><strong>AWS console<\/strong><\/a>.<\/p>\r\n<p><strong>(2)<\/strong>\u00a0Then, under\u00a0<strong>Services<\/strong>\u00a0select\u00a0<strong>IAM<\/strong>\u00a0under\u00a0<strong>Security, Identity &amp; Compliance<\/strong>\u00a0as shown below.<\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-24.png&#8221; align=&#8221;center&#8221; max_width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(3)\u00a0<\/strong>After selecting\u00a0<strong>IAM<\/strong>\u00a0under Security, Identity &amp; Compliance, the following Screen will appear. Select\u00a0<strong>Users<\/strong>.<\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-25.png&#8221; align=&#8221;center&#8221; max_width=&#8221;81%&#8221; module_alignment=&#8221;center&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(4)\u00a0<\/strong>On selecting\u00a0<strong>Users<\/strong>\u00a0the following screen appears. Click on\u00a0<strong>Add user\u00a0<\/strong>to add a new user.<\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-26.png&#8221; align=&#8221;center&#8221; max_width=&#8221;82%&#8221; module_alignment=&#8221;center&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(5)\u00a0<\/strong>On clicking on the\u00a0<strong>Add user\u00a0<\/strong>the following screen appears where you need to\u00a0<strong>set user details.<\/strong><\/p>\r\n<p>ie; provide\u00a0<strong>Username*, Access type*, Console password*<\/strong>. Then click on\u00a0<strong>Next: Permissions.<\/strong><\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-27.png&#8221; align=&#8221;center&#8221; max_width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(6)\u00a0<\/strong>After clicking on\u00a0<strong>Next: Permissions,\u00a0<\/strong>the following screen appears stating\u00a0<strong>Set permissions for xyz-test.<\/strong><\/p>\r\n<p>ie;\u00a0<strong>Add user to the group<\/strong>\u00a0(or)\u00a0<strong>Copy permissions from existing user<\/strong>\u00a0(or)\u00a0<strong>Attach existing policies directly.\u00a0<\/strong>Select the required option and click\u00a0<strong>Next: Review.<\/strong><\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-28.png&#8221; align=&#8221;center&#8221; max_width=&#8221;80%&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|desktop&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(7)\u00a0<\/strong>After clicking on Next: Review the following screen appears. Click on\u00a0<strong>Create user<\/strong>.<\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-29-1.png&#8221; align=&#8221;center&#8221; max_width=&#8221;80%&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_font_size=&#8221;20&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; custom_margin=&#8221;|||10%&#8221;]\r\n\r\n<p>\r\n<strong>(8)\u00a0<\/strong>The \u201c<strong>User\u201d\u00a0<\/strong>gets successfully created with an\u00a0<strong>Access Key ID\u00a0<\/strong>and\u00a0<strong>Secret access key.<\/strong><\/p>\r\n\r\n[\/et_pb_text][et_pb_image _builder_version=&#8221;3.17.6&#8243; src=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/download-30.png&#8221; align=&#8221;center&#8221; max_width=&#8221;80%&#8221; \/][et_pb_text _builder_version=&#8221;3.12.2&#8243;]\r\n\r\n<p style=\"text-align: center;\"><a href='https:\/\/asha24.net\/aws-certification-training' class='big-button bigblue'><span style=\"color: #ffffff;\"><strong>Enroll for AWS Training &amp; Certification Course<\/strong><\/span><\/a><\/p>\r\n\r\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; prev_background_color=&#8221;#000000&#8243;][et_pb_row][et_pb_column type=&#8221;4_4&#8243;][et_pb_team_member _builder_version=&#8221;3.0.106&#8243; name=&#8221;Nitesh&#8221; position=&#8221;Author&#8221; facebook_url=&#8221;&#8221; twitter_url=&#8221;&#8221; google_url=&#8221;&#8221; linkedin_url=&#8221;&#8221; background_layout=&#8221;light&#8221; body_font=&#8221;Titillium Web||||||||&#8221; body_font_size=&#8221;16&#8243; body_font_size_last_edited=&#8221;on|desktop&#8221; header_font=&#8221;Titillium Web|700|||||||&#8221; image_url=&#8221;https:\/\/asha24.net\/blog\/\/wp-content\/uploads\/2018\/03\/Nitesh.gif&#8221;]\r\n\r\n<p>\r\nBonjour. A curious dreamer enchanted by various languages, I write towards making technology seem fun here at Asha24.<\/p>\r\n\r\n[\/et_pb_team_member][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":47430,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[28],"tags":[],"class_list":["post-47415","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AWS IAM User Creation (A step by step Guide)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS IAM User Creation (A step by step Guide)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/\" \/>\n<meta property=\"og:site_name\" content=\"Asha24 Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-04T05:49:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-03T12:17:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"760\" \/>\n\t<meta property=\"og:image:height\" content=\"445\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mahesh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/asha24.net\/blog\/#website\",\"url\":\"https:\/\/asha24.net\/blog\/\",\"name\":\"Asha24 Blog\",\"description\":\"Dedication Towards Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/asha24.net\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg\",\"contentUrl\":\"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg\",\"width\":760,\"height\":445},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#webpage\",\"url\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/\",\"name\":\"AWS IAM User Creation (A step by step Guide)\",\"isPartOf\":{\"@id\":\"https:\/\/asha24.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#primaryimage\"},\"datePublished\":\"2018-01-04T05:49:53+00:00\",\"dateModified\":\"2023-02-03T12:17:04+00:00\",\"author\":{\"@id\":\"https:\/\/asha24.net\/blog\/#\/schema\/person\/f6167b78bbaddfc399ae1154cd5b6759\"},\"breadcrumb\":{\"@id\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/asha24.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS IAM User Creation\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/asha24.net\/blog\/#\/schema\/person\/f6167b78bbaddfc399ae1154cd5b6759\",\"name\":\"Mahesh\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/asha24.net\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/085c03e75ffb51af2509c1cfad9c7d78b30236d43a008db2e46f96e2f40c67fc?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/085c03e75ffb51af2509c1cfad9c7d78b30236d43a008db2e46f96e2f40c67fc?s=96&d=wavatar&r=g\",\"caption\":\"Mahesh\"},\"url\":\"https:\/\/asha24.net\/blog\/author\/mahesh\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS IAM User Creation (A step by step Guide)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/","og_locale":"en_US","og_type":"article","og_title":"AWS IAM User Creation (A step by step Guide)","og_url":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/","og_site_name":"Asha24 Blog","article_published_time":"2018-01-04T05:49:53+00:00","article_modified_time":"2023-02-03T12:17:04+00:00","og_image":[{"width":760,"height":445,"url":"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg","path":"\/home\/reviews981\/public_html\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg","size":"full","id":47430,"alt":"","pixels":338200,"type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mahesh","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/asha24.net\/blog\/#website","url":"https:\/\/asha24.net\/blog\/","name":"Asha24 Blog","description":"Dedication Towards Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/asha24.net\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#primaryimage","inLanguage":"en-US","url":"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg","contentUrl":"https:\/\/asha24.net\/blog\/wp-content\/uploads\/2018\/03\/aws-iam-user-creation-1.jpg","width":760,"height":445},{"@type":"WebPage","@id":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#webpage","url":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/","name":"AWS IAM User Creation (A step by step Guide)","isPartOf":{"@id":"https:\/\/asha24.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#primaryimage"},"datePublished":"2018-01-04T05:49:53+00:00","dateModified":"2023-02-03T12:17:04+00:00","author":{"@id":"https:\/\/asha24.net\/blog\/#\/schema\/person\/f6167b78bbaddfc399ae1154cd5b6759"},"breadcrumb":{"@id":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/asha24.net\/blog\/aws-iam-user-creation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/asha24.net\/blog\/aws-iam-user-creation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/asha24.net\/blog\/"},{"@type":"ListItem","position":2,"name":"AWS IAM User Creation"}]},{"@type":"Person","@id":"https:\/\/asha24.net\/blog\/#\/schema\/person\/f6167b78bbaddfc399ae1154cd5b6759","name":"Mahesh","image":{"@type":"ImageObject","@id":"https:\/\/asha24.net\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/085c03e75ffb51af2509c1cfad9c7d78b30236d43a008db2e46f96e2f40c67fc?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/085c03e75ffb51af2509c1cfad9c7d78b30236d43a008db2e46f96e2f40c67fc?s=96&d=wavatar&r=g","caption":"Mahesh"},"url":"https:\/\/asha24.net\/blog\/author\/mahesh\/"}]}},"_links":{"self":[{"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/posts\/47415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/comments?post=47415"}],"version-history":[{"count":13,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/posts\/47415\/revisions"}],"predecessor-version":[{"id":52134,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/posts\/47415\/revisions\/52134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/media\/47430"}],"wp:attachment":[{"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/media?parent=47415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/categories?post=47415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/asha24.net\/blog\/wp-json\/wp\/v2\/tags?post=47415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}