Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.15 issue - cloudfront commands giving broken output and are not currently working #1234

Closed
phillipholmes opened this issue Mar 23, 2015 · 2 comments

Comments

@phillipholmes
Copy link

Some time between the middle of last week and the weekend the cloudfront commands stopped working for me on multiple machines.

After upgrading (and breaking):

$aws --version
aws-cli/1.7.15 Python/2.7.6 Darwin/14.1.0

The following command now gives this output:

$aws cloudfront list-distributions

u'ListDistributions2014_11_06'

Another command example (same result for valid data as well as the test below):

$aws cloudfront create-invalidation --distribution-id 1234 --invalidation-batch "{}"

u'CreateInvalidation2014_11_06'

aws configure set preview.cloudfront true was run previously - recreating the .aws/config or config/credentials file either manually or by using aws configure does not resolve the issue.

version 1.7.14 was working (~4 days ago), however I can't find that version available as a regression download - I'll keep looking as this has broken our ability to automatically deploy our website and then automatically invalidate old content within CloudFront.

@phillipholmes
Copy link
Author

downgrading was easier than I thought it would be by using pip:

$sudo pip install awscli==1.7.14
Downloading/unpacking awscli==1.7.14
  Downloading awscli-1.7.14.tar.gz (298kB): 298kB downloaded
  Running setup.py (path:/private/tmp/pip_build_root/awscli/setup.py) egg_info for package awscli
...

I've downgraded and the commands are working once more.

I'll force using 1.7.14 until the issue with 1.7.15+ is fixed.

@jamesls
Copy link
Member

jamesls commented Mar 24, 2015

Fixed via boto/botocore#497, tests added in #1237

@jamesls jamesls closed this as completed Mar 24, 2015
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this issue Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants