From 12312ca401ac877fa3bc78b65741fe4207713a3c Mon Sep 17 00:00:00 2001 From: Ramana Reddy Date: Sun, 29 Sep 2024 22:20:28 +0530 Subject: [PATCH] add aws-assume-role reference --- tools/cloudlist/providers.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/cloudlist/providers.mdx b/tools/cloudlist/providers.mdx index 6efdec2..c894fcb 100644 --- a/tools/cloudlist/providers.mdx +++ b/tools/cloudlist/providers.mdx @@ -48,11 +48,15 @@ Amazon Web Services can be integrated by using the following configuration block Scopes Required: Read EC2, Route53, S3 -References: +__References:__ 1. https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_iam_read-only-console.html 2. https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html 3. https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html -4. https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html + +- Aws Assume Role: + + - https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html + - https://docs.logrhythm.com/OCbeats/docs/aws-cross-account-access-using-sts-assume-role ### GCP (Google Cloud Platform)