About 13,300,000 results
Open links in new tab
  1. How to provide access to S3 buckets in a different AWS account?

    Dec 11, 2023 · To provide access to S3 buckets in a different AWS account, you can use cross-account access. You can grant another AWS account permission to access your resources such as buckets …

  2. How do I provision a permission set to an AWS account in IAM Identity ...

    Oct 19, 2024 · In the IAM Identity Center, I created an AWS account "Stevoisiak" which I plan to use as my primary account. I then created a permission set "AdministratorAccess" so I can give said AWS …

  3. Reopening AWS Account after closing more than 90 days

    Nov 3, 2022 · I sent an email to AWS Support. They told me the following: "your account was closed more than 90 days ago, after the Post-Closure Period we will not be able to re-open the closed …

  4. How can I get AWS_ACCESS_KEY_ID for Amazon? - Stack Overflow

    I downloaded some sample code from Amazon and I need to set a number of constants: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY MERCHANT_ID MARKETPLACE_ID I just …

  5. amazon web services - Getting "No AWS accounts are available to you ...

    Apr 21, 2024 · That video is good for explaining identity centre and showing how to get the access keys to just do aws configure but it doesnt fix the: no accounts are available to you. Recent experience …

  6. Is there a way to list all resources in AWS - Stack Overflow

    30 On this Nov 8, 2022, AWS announced a new service named AWS Resource Explorer, a managed capability that simplifies the search and discovery of resources that provides a list of all services like …

  7. AWS account vs Amazon consumer account - Stack Overflow

    The same with consumer account, it doesn't provide access to AWS by default, because AWS has separate verification process. Amazon Music account means access to consumer Amazon.com but …

  8. How to view all the services running on AWS? - Stack Overflow

    Sep 15, 2020 · How would I be able to view all the services running on aws. I have been charged some $$$, so what to close the services that are running. Most of the $ are being charged for KMS(Key …

  9. How to use multiple AWS accounts from the command line?

    May 26, 2017 · Examples: $ aws configure --profile account1 $ aws configure --profile account2 You can then switch between the accounts by passing the profile on the command. $ aws dynamodb list …

  10. How to provide access to S3 buckets in a different AWS account using ...

    Jan 31, 2024 · 0 I have been tasked to create a cross account access to S3 buckets. I created a cross account role and managed to access the objects in S3 buckets from another account. But I was …