{"id":21235,"date":"2015-06-19T15:34:30","date_gmt":"2015-06-19T10:04:30","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=21235"},"modified":"2015-06-19T15:34:30","modified_gmt":"2015-06-19T10:04:30","slug":"enable-switch-role-feature-to-access-multiple-aws-accounts","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/","title":{"rendered":"Enable Switch Role feature to access Multiple AWS Accounts"},"content":{"rendered":"<p>Today we&#8217;re going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts.<\/p>\n<p>E.g Lets say an IAM user X of Account 1 wants to access resources associated with Account 2. In this scenario we&#8217;ll create an IAM role in Account 2 and allow Access to user X from Account 1.<\/p>\n<p><strong>Walkthrough<\/strong><\/p>\n<p>Let&#8217;s consider a scenario to implement this feature. Consider a user &#8220;foo&#8221; of Account 1 wants to access S3 resources owned by another account Account 2.<\/p>\n<p><span style=\"font-weight: bold;text-align: justify;color: #ff9900\">Step 1. Configure Account 2  <\/span><\/p>\n<p><strong>a) Create a role<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image1.jpg\" alt=\"image1\" width=\"616\" height=\"195\" class=\"alignnone size-full wp-image-21263\" \/><\/p>\n<p><strong>b) Select Role for Cross-Account Access<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image2.jpg\" alt=\"image2\" width=\"1025\" height=\"323\" class=\"alignnone size-full wp-image-21264\" \/><\/p>\n<p><strong>c) Provide Account number of user &#8220;foo&#8221; present in Account 1<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image3.jpg\" alt=\"image3\" width=\"569\" height=\"175\" class=\"alignnone size-full wp-image-21279\" \/><\/p>\n<p><strong>d) Attach a Policy to the above role<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image4.jpg\" alt=\"image4\" width=\"799\" height=\"230\" class=\"alignnone size-full wp-image-21280\" \/><\/p>\n<p><span style=\"font-weight: bold;text-align: justify;color: #ff9900\">Step 2. Configure Account 1 <\/span><\/p>\n<p>a) Attach the below policy to the user IAM &#8220;foo&#8221; in Account 1.<\/p>\n<p>[js]<\/p>\n<p>{<br \/>\n\t&quot;Version&quot;: &quot;2012-10-17&quot;,<br \/>\n\t&quot;Statement&quot;: {<br \/>\n\t\t&quot;Effect&quot;: &quot;Allow&quot;,<br \/>\n\t\t&quot;Action&quot;: &quot;sts:AssumeRole&quot;,<br \/>\n\t\t&quot;Resource&quot;: &quot;Copy the ARN from role that we have created in Account 2&quot; \/\/<br \/>\n\t}<br \/>\n}<\/p>\n<p>[\/js]<\/p>\n<p>b) Now log in to AWS Management Console for Account 1 using IAM user &#8220;foo&#8221; and Click on Switch Role.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image7.jpg\" alt=\"image7\" width=\"400\" height=\"348\" class=\"alignnone size-full wp-image-21321\" \/><\/p>\n<p>c) This will redirect you to a page to provide the credentials for the Account 2. You need to enter the Account Number of Account 2 and the role you created in Step 1.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image8.jpg\" alt=\"image8\" width=\"1062\" height=\"374\" class=\"alignnone size-full wp-image-21322\" \/><\/p>\n<p>c) If everything works well, you will be redirected to Account 2 AWS Management Console and access the granted resources.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image9.jpg\" alt=\"image9\" width=\"562\" height=\"318\" class=\"alignnone size-full wp-image-21323\" \/><\/p>\n<p>Leave a comment if you have any questions regarding this article.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today we&#8217;re going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources [&hellip;]<\/p>\n","protected":false},"author":100,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":7,"footnotes":""},"categories":[1174],"tags":[248,1887,1888],"class_list":["post-21235","post","type-post","status-publish","format-standard","hentry","category-aws-2","tag-aws","tag-cross-aws-account","tag-switch-role"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Today we&#039;re going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vikash Jha\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Today we&#039;re going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Today we&#039;re going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#article\",\"name\":\"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog\",\"headline\":\"Enable Switch Role feature to access Multiple AWS Accounts\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/06\\\/image1.jpg\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#articleImage\"},\"datePublished\":\"2015-06-19T15:34:30+05:30\",\"dateModified\":\"2015-06-19T15:34:30+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#webpage\"},\"articleSection\":\"AWS, aws, cross aws account, switch role\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"position\":2,\"name\":\"AWS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#listItem\",\"name\":\"Enable Switch Role feature to access Multiple AWS Accounts\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#listItem\",\"position\":3,\"name\":\"Enable Switch Role feature to access Multiple AWS Accounts\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/\",\"name\":\"Vikash Jha\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Vikash Jha\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/\",\"name\":\"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog\",\"description\":\"Today we're going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/enable-switch-role-feature-to-access-multiple-aws-accounts\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"datePublished\":\"2015-06-19T15:34:30+05:30\",\"dateModified\":\"2015-06-19T15:34:30+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog","description":"Today we're going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources","canonical_url":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#article","name":"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog","headline":"Enable Switch Role feature to access Multiple AWS Accounts","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/vikash-jha\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/image1.jpg","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#articleImage"},"datePublished":"2015-06-19T15:34:30+05:30","dateModified":"2015-06-19T15:34:30+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#webpage"},"articleSection":"AWS, aws, cross aws account, switch role"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.tothenew.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/#listItem","name":"AWS"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/#listItem","position":2,"name":"AWS","item":"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#listItem","name":"Enable Switch Role feature to access Multiple AWS Accounts"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#listItem","position":3,"name":"Enable Switch Role feature to access Multiple AWS Accounts","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/#listItem","name":"AWS"}}]},{"@type":"Organization","@id":"https:\/\/www.tothenew.com\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/www.tothenew.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.tothenew.com\/blog\/author\/vikash-jha\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/vikash-jha\/","name":"Vikash Jha","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g","width":96,"height":96,"caption":"Vikash Jha"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/","name":"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog","description":"Today we're going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/vikash-jha\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/vikash-jha\/#author"},"datePublished":"2015-06-19T15:34:30+05:30","dateModified":"2015-06-19T15:34:30+05:30"},{"@type":"WebSite","@id":"https:\/\/www.tothenew.com\/blog\/#website","url":"https:\/\/www.tothenew.com\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog","og:description":"Today we're going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources","og:url":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Enable Switch Role feature to access Multiple AWS Accounts | TO THE NEW Blog","twitter:description":"Today we're going to demonstrate the use of switch role feature that AWS has introduced a few months back. This feature enables an IAM user to use switch role directly in AWS Management Console to access resources across multiple AWS accounts. E.g Lets say an IAM user X of Account 1 wants to access resources","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"21235","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 17:16:47","updated":"2024-02-29 09:28:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/\" title=\"AWS\">AWS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEnable Switch Role feature to access Multiple AWS Accounts\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"AWS","link":"https:\/\/www.tothenew.com\/blog\/category\/aws-2\/"},{"label":"Enable Switch Role feature to access Multiple AWS Accounts","link":"https:\/\/www.tothenew.com\/blog\/enable-switch-role-feature-to-access-multiple-aws-accounts\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/21235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=21235"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/21235\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=21235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=21235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=21235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}