About 11,500,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. 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 …

  3. 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 …

  4. AWS: How to disable all services? - Stack Overflow

    AWS takes 90 days to 'close' your account. After this period, all resurces and services related to your account are finally removed.

  5. 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 …

  6. How to login with AWS CLI using credentials profiles

    May 29, 2017 · I want to setup multiple AWS profiles so that I can easily change settings and credentials when jumping between projects. I've read the AWS documentation but it's quite vague about how to …

  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 use the AWS Python SDK while connecting via SSO credentials

    In the sample below the account_id should be the account id of the account you are trying to get credentials for. And the start_url should be the url that aws generates for you to start the sso flow (in …

  9. How to get the account id with cdk - Stack Overflow

    Sep 13, 2019 · 3 The question is "How to get the account id" but you don't mention why. If you want to get your Account number for IAM purposes, such as only allowing your account to use your API …

  10. 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 …