axiom icon indicating copy to clipboard operation
axiom copied to clipboard

AWS build error

Open lonelyman666 opened this issue 3 years ago • 5 comments

im getting this error

Screenshot from 2022-07-09 09-51-19

how can i fix this

lonelyman666 avatar Jul 09 '22 02:07 lonelyman666

@lonelyman666 You posted creds, you should invalidate. You can get past this error by bumping the version of packer. But I fear there is another error after. Might need to manually authenticate to the cli. Not sure. I apologize I haven’t really had the time to look at.

0xtavian avatar Jul 15 '22 01:07 0xtavian

@lonelyman666 firstly, like 0xtavian say: Download latest packer with this command: wget -q -O packer.zip https://releases.hashicorp.com/packer/1.8.1/packer_1.8.1_linux_amd64.zip && unzip packer.zip && sudo mv packer /usr/bin/ && rm packer.zip After download, If you try to run axiom-configure again, It stuck because of reinstall the packer so don't configure anything. Anyways, It should be solve your problem. If It doesn't comment again.

samogod avatar Jul 15 '22 08:07 samogod

Incase you get error like this then create a keypair named axiom in the region which you selected during axiom setup process. image

b1bek avatar Jul 15 '22 08:07 b1bek

@lonelyman666 firstly, like 0xtavian say: Download latest packer with this command: wget -q -O packer.zip https://releases.hashicorp.com/packer/1.8.1/packer_1.8.1_linux_amd64.zip && unzip packer.zip && sudo mv packer /usr/bin/ && rm packer.zip After download, If you try to run axiom-configure again, It stuck because of reinstall the packer so don't configure anything. Anyways, It should be solve your problem. If It doesn't comment again.

hi @samet-g I have followed what you said but i got the same error. Is this from IAM that is not set properly?

Incase you get error like this then create a keypair named axiom in the region which you selected during axiom setup process. image

@b1bek how can you install axiom for aws. did you get an error like me. after running the first time? I've tried with DO it works smoothly. but not with this aws

lonelyman666 avatar Jul 16 '22 22:07 lonelyman666

@lonelyman666 After upgrading packer and creating axiom keypair i was able to use axiom in AWS. Try changing shell to zsh or oh-my-zsh once

b1bek avatar Jul 17 '22 02:07 b1bek

This has been since fixed. Thanks all. Closing but lmk if you still see this issue @b1bek @lonelyman666 @samet-g

0xtavian avatar Sep 11 '22 03:09 0xtavian