Can I request pricing for GovCloud?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 214
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Thank you for very helpful module.
Is it possible to query GovCloud for pricing?
I have not been able to succeed so far.
The code below:
client = boto3.client('ec2', aws_access_key_id, aws_secret_access_key, region_name='us-gov-west-1')
ec2info = defaultdict()
ec2_offer = awspricing.offer('AmazonEC2')
gives this error:
botocore.exceptions.NoCredentialsError: Unable to locate credentials
Thanks,
Irina
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the shown boto3.client configuration for us-gov-west-1 and the subsequent awspricing.offer('AmazonEC2') call. Determine whether the library and AWS pricing service support GovCloud, then define the expected behavior and validation needed before changing the implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100