DEV Community

Mohan Sharma
Mohan Sharma

Posted on

Install AWS CLI in EC2 as non-root user

  1. sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
  2. sudo unzip awscliv2.zip
  3. sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay