question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement the aws-cli configure command into boto3

See original GitHub issue

Most of what aws-cli can do is present in boto3 for Python, but aws configure is not a feature of boto3. Using subprocess is an alternative in Python if one needs to automate processes of the cli, but based on my testing, using import awscli is significantly faster though https://github.com/aws/aws-cli/issues/4798.

Can boto3 implement aws configure?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
swetashrecommented, Jan 3, 2020

@alanyee - Thank you for your post. I will mark this as feature request.

0reactions
alanyeecommented, Mar 25, 2022

I would like this issue to remain open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure AWS CLI profiles for Boto3 and the Amazon Braket ...
Step 1: Configure a local AWS CLI profile · Step 2: Establish a Boto3 session object · Step 3: Incorporate the Boto3 session...
Read more >
Configure credentials & Using AWS CLI profiles with Boto3
In this blog, we will learn different ways to configure AWS credentials with Boto3 and how to use AWS CLI profiles with boto3....
Read more >
Quickstart — Boto3 Docs 1.26.33 documentation - AWS
If you have the AWS CLI installed, then you can use the aws configure command to configure your credentials file: aws configure.
Read more >
Credentials — Boto3 Docs 1.26.33 documentation - AWS
If you have the AWS CLI, then you can use its interactive configure command to set up your credentials and default region: aws...
Read more >
Configuration — Boto3 Docs 1.26.33 documentation - AWS
You can configure how Boto3 uses proxies by specifying the proxies_config option, which is a dictionary that specifies the values of several proxy...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found